Bring Visitor Management
to OpenAI Agents SDK
Create your Vinkius account to connect Traction Guest to OpenAI Agents SDK and start using all 24 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Traction Guest MCP Server?
Connect your Traction Guest (now Sign In Enterprise) account to any AI agent and take full control of visitor management workflows through natural conversation.
What you can do
- Host Management — List, create, and batch-create hosts (employees) who receive and host visitors
- Location Management — List all office locations and inspect their configuration details
- Invite Management — Create, read, update, and delete visitor invites for scheduled arrivals
- Sign-in Tracking — List and manage visitor check-ins, monitor who is currently on-site
- Group Visits — Create and manage group appointments like tours, training sessions, and interviews
- Security Watchlists — List and create watchlists for visitor screening
- Audit Logging — Access audit logs for compliance and security tracking
- Registration Management — List pre-registered visitors and manage registration queues
How it works
- Subscribe to this server
- Enter your Traction Guest API key from the developer portal
- Start managing visitor operations from Claude, Cursor, or any MCP-compatible client
No more navigating the Traction dashboard for every visitor action. Your AI acts as a dedicated receptionist or security coordinator.
Who is this for?
- Reception Teams — instantly create invites, check in visitors, and manage group appointments without opening the Traction dashboard
- Security Staff — monitor who is on-site, check watchlists, and review audit logs for compliance
- Facility Managers — track visitor activity across multiple locations and manage host assignments
- HR Teams — batch-create hosts for new employees and manage interview/tour scheduling
Built-in capabilities (24)
Provide group data as JSON including name, scheduled date, expected attendees, host, and location. Example: { "name": "Campus Tour", "scheduledDate": "2026-04-15", "expectedAttendees": 15, "hostId": "host_123", "locationId": "loc_456" } Create a new group visit (group appointment)
Hosts are employees who can receive and host visitors. You must provide host data as JSON including name, email, department, and optionally phone number and location assignment. Example: { "firstName": "John", "lastName": "Doe", "email": "john@company.com", "department": "Engineering" } Create a new host (employee) in Traction Guest
Provide an array of host objects as JSON. Each host must include firstName, lastName, and email. This is useful for bulk onboarding new employees or importing host lists from HR systems. Example: [{ "firstName": "John", "lastName": "Doe", "email": "john@company.com" }, { "firstName": "Jane", "lastName": "Smith", "email": "jane@company.com" }] Create multiple hosts in a single batch operation
You must provide the location_id and invite data as JSON including visitor name, email, host, and scheduled date/time. Example: { "firstName": "Alice", "lastName": "Johnson", "email": "alice@example.com", "hostId": "host_123", "scheduledDate": "2026-04-10", "scheduledTime": "10:00" } Create a new visitor invite for a location
Provide sign-in data as JSON including visitor information, host, location, and purpose of visit. Example: { "visitorName": "Alice Johnson", "hostId": "host_123", "locationId": "loc_456", "purpose": "Interview" } Create a new visitor sign-in (check-in a visitor on-site)
Provide watchlist data as JSON including name, description, and optionally entries. Example: { "name": "Restricted Visitors", "description": "Individuals not permitted on-site" } Create a new security watchlist
You must provide the group_visit_id. This action cannot be undone. Use this to cancel scheduled group events that are no longer needed. Delete a group visit
You must provide the invite_id. This action cannot be undone. Use this to cancel scheduled visits that are no longer needed. Be careful as this will remove all associated visitor data for that invite. Delete a visitor invite
Use the group_visit_id obtained from list_group_visits to inspect full group visit details. Get detailed information about a specific group visit
Use the invite_id obtained from list_invites to inspect full invite details. Get detailed information about a specific visitor invite
Use the location_id obtained from list_locations to inspect full location details. This is useful for verifying location configuration before creating invites or managing visitors. Get detailed information about a specific location
Use the signin_id obtained from list_signins to inspect full visit details. Get detailed information about a specific visitor sign-in
Use this for compliance reporting, security investigations, and operational auditing. List audit logs for compliance and security tracking
Each group visit includes name, scheduled date, expected attendees, host, and location. Use this to manage tours, training sessions, interviews, and other group events. List all group visits (group appointments) in your organization
Each host includes name, email, department, location assignment, and contact information. Use this to see who is available to host visitors and verify host assignments to locations. List all hosts (employees/hosts) in your Traction Guest organization
Each invite includes visitor name, email, host, scheduled date, location, and status. Use this to see upcoming visitors, manage invite lists, and prepare for expected arrivals. Optionally provide a location_id to filter invites for a specific location. List all visitor invites in your organization
Each location includes name, address, timezone, and configuration details. Use this to discover available locations before creating invites, sign-ins, or assigning hosts. List all locations in your Traction Guest organization
Each package includes name, description, included features, and pricing. Use this to understand available visitor management configurations. List packages (visitor management packages/plans) in your organization
Each registration includes visitor information, registration date, and associated event or purpose. Use this to manage pre-registration queues and convert registrations to invites. List visitor registrations in your organization
Each sign-in includes visitor name, host, location, check-in time, check-out time, and purpose of visit. Use this to monitor visitor activity, track who is currently on-site, and review visit history. List all visitor sign-ins (check-ins) in your organization
Watchlists are used to screen visitors against known individuals who should be flagged or denied access. Each watchlist includes name, description, and number of entries. Use this to verify security screening configurations. List all security watchlists in your organization
Common updates include rescheduling, changing expected attendee count, or updating host assignments. You must provide the group_visit_id and the fields to update as JSON. Update an existing group visit
You must provide the invite_id and the fields to update as JSON. Common updates include rescheduling dates, changing hosts, or updating visitor information. Only provide the fields you want to change. Update an existing visitor invite
Common updates include recording check-out times, updating visit purpose, or modifying host assignments. You must provide the signin_id and the fields to update as JSON. Update an existing visitor sign-in record
Why OpenAI Agents SDK?
The OpenAI Agents SDK auto-discovers all 24 tools from Traction Guest through native MCP integration. Build agents with built-in guardrails, tracing, and handoff patterns. chain multiple agents where one queries Traction Guest, another analyzes results, and a third generates reports, all orchestrated through Vinkius.
- —
Native MCP integration via
MCPServerSse, pass the URL and the SDK auto-discovers all tools with full type safety - —
Built-in guardrails, tracing, and handoff patterns let you build production-grade agents without reinventing safety infrastructure
- —
Lightweight and composable: chain multiple agents and MCP servers in a single pipeline with minimal boilerplate
- —
First-party OpenAI support ensures optimal compatibility with GPT models for tool calling and structured output
Traction Guest in OpenAI Agents SDK
Why run Traction Guest with Vinkius?
The Traction Guest connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 24 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Traction Guest using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Traction Guest and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Traction Guest to OpenAI Agents SDK through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Traction Guest for OpenAI Agents SDK
Every request between OpenAI Agents SDK and Traction Guest is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I get a Traction Guest API key and where do I find it?
Log in to your Traction Guest account, go to the Developer Portal at us.tractionguest.com/dev_portal, and generate a new API key. Copy the key immediately and paste it into the API key field below. This key authenticates all API v3 requests to https://us.tractionguest.com/api/v3.
What's the difference between invites, sign-ins, and registrations?
Invites are scheduled visitor appointments created in advance (future visits). Sign-ins are actual check-in records when visitors arrive on-site (current/past visits). Registrations are pre-registration records awaiting conversion to invites. The workflow is: Registration → Invite → Sign-in (check-in) → Sign-out.
Can I create multiple hosts at once for bulk employee onboarding?
Yes! Use the create_hosts_batch tool with an array of host objects. Each host needs firstName, lastName, and email. This is much more efficient than creating hosts one at a time, especially when onboarding new teams or importing from HR systems.
How do I manage group visits like tours and training sessions?
Use create_group_visit to schedule a group event with name, date, expected attendees, host, and location. Then use list_group_visits to see all upcoming group events. You can update or delete group visits as needed. Each group visit tracks expected vs actual attendance.
How does the OpenAI Agents SDK connect to MCP?
Use MCPServerSse(url=...) to create a server connection. The SDK auto-discovers all tools and makes them available to your agent with full type information.
Can I use multiple MCP servers in one agent?
Yes. Pass a list of MCPServerSse instances to the agent constructor. The agent can use tools from all connected servers within a single run.
Does the SDK support streaming responses?
Yes. The SDK supports SSE and Streamable HTTP transports, both of which work natively with Vinkius.
MCPServerStreamableHttp not found
Ensure you have the latest version: pip install --upgrade openai-agents
Agent not calling tools
Make sure your prompt explicitly references the task the tools can help with.
Explore More MCP Servers
View all →
Aviationstack
9 toolsGlobal aviation data platform — track real-time flights, airports, and airline data via AI.

Transifex
10 toolsLocalize your projects efficiently using AI Agents with the official Transifex integration.

LearnWorlds
8 toolsBuild and sell online courses with a white-label LMS that includes interactive video, community forums, and built-in marketing tools.

Synthesia
10 toolsConnect your AI to Synthesia. Generate corporate AI avatar videos from text prompt, explore templates, and automatically dub existing media directly from the terminal.
