Compatible with every major AI agent and IDE
Create group visit on Traction Guest
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)
Create host on Traction Guest
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
Create hosts batch on 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
Create invite on Traction Guest
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
Create signin on Traction Guest
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)
Create watchlist on Traction Guest
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
Delete group visit on Traction Guest
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
Delete invite on Traction Guest
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
Get group visit on Traction Guest
Use the group_visit_id obtained from list_group_visits to inspect full group visit details. Get detailed information about a specific group visit
Get invite on Traction Guest
Use the invite_id obtained from list_invites to inspect full invite details. Get detailed information about a specific visitor invite
Get location on Traction Guest
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
Get signin on Traction Guest
Use the signin_id obtained from list_signins to inspect full visit details. Get detailed information about a specific visitor sign-in
List audit logs on Traction Guest
Use this for compliance reporting, security investigations, and operational auditing. List audit logs for compliance and security tracking
List group visits on Traction Guest
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
List hosts on Traction Guest
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
List invites on Traction Guest
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
List locations on Traction Guest
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
List packages on Traction Guest
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
List registrations on Traction Guest
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
List signins on Traction Guest
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
List watchlists on Traction Guest
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
Update group visit on Traction Guest
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
Update invite on Traction Guest
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
Update signin on Traction Guest
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
How Vinkius protects your data
Can I set different limits for each virtual assistant on my team?
Absolutely. You have full control in our command center. You can create an AI agent that only "reads" data so the support team can answer questions, and another superpowered agent that can "edit" and "create" information exclusively for your operations team. Each AI gets exactly the level of access you allow.
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.
How does the AI access my passwords and credentials?
It simply doesn't. On Vinkius, your passwords, API keys, and login details are kept in a secure vault. The AI (like ChatGPT or Claude) merely "asks" Vinkius to perform the task. Vinkius opens the door, does the work, and hands the result back to the AI. Your credentials are never seen, read, or learned by the artificial intelligence.
Does the AI train on my tools or API data?
No. Vinkius enforces a strict Zero-Retention policy. Your data simply passes through our secure servers to complete the requested action and is instantly forgotten. Nothing you do here is ever stored, logged, or used to train any artificial intelligence.
Triggering Traction Guest via Natural Language
This integration supports direct MCP execution, enabling your chatbots to query and modify data within these specific environments.
Mastering visitor management with Agents
Provide Claude Code and Cursor with read and write access to visitor management. The Traction Guest toolkit handles all necessary routing for productivity integrations.
Managing workspace management inside Claude
The Traction Guest MCP translates LLM intent into specific workspace management actions. Agents like Cursor use this to interface securely with your productivity infrastructure.
Traction Guest. Runs on everything.
From IDE to framework. Every connection governed by Vinkius.
Anthropic's native desktop app for Claude with built-in MCP support.
AI-first code editor with integrated LLM-powered coding assistance.
GitHub Copilot in VS Code with Agent mode and MCP support.
Purpose-built IDE for agentic AI coding workflows.
Autonomous AI coding agent that runs inside VS Code.
Anthropic's agentic CLI for terminal-first development.
Python SDK for building production-grade OpenAI agent workflows.
Google's framework for building production AI agents.
Type-safe agent development for Python with first-class MCP support.
TypeScript toolkit for building AI-powered web applications.
TypeScript-native agent framework for modern web stacks.
Python framework for orchestrating collaborative AI agent crews.
Leading Python framework for composable LLM applications.
Data-aware AI agent framework for structured and unstructured sources.
Microsoft's framework for multi-agent collaborative conversations.
Explore More MCP Servers
View all →
commercetools
10 toolscommercetools is a flexible, cloud-native e-commerce platform that provides a headless API for composable commerce. This MCP server allows you to manage products, orders, and customer data programmatically.

Loop
10 toolsCollect customer feedback through micro-surveys that measure NPS, CSAT, and product sentiment without disrupting the user experience.

Moody's
8 toolsCredit ratings and risk analysis — access issuer ratings, issue details, and rating actions via Moody's.

Crypto Random String
1 toolsGenerate cryptographically secure random strings for API keys, tokens, and invite codes using Node.js crypto.randomBytes().
