AI Receptionist Connector for AI agents.
10 live capabilities
Manage automated booking systems and voice transcripts for your business.
Waiting for input…
Why people use AI Receptionist
AI Receptionist for Automated Booking and Call Management
This Connector lets your agent handle the whole thing. It checks the schedule, books the slot, and logs the interaction in one go. You just get a confirmed appointment and a clean transcript.
What Vinkius changes
You get a hands-off way to manage your business's first point of contact.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Missed Call Handling
A customer calls to book a cleaning service.
- Real-world use case 02
Knowledge Retrieval
A client asks about pricing.
- Real-world use case 03
Lead Auditing
An ops manager wants to see how many leads were captured last week.
Complete set · 10capabilities
The complete AI Receptionist capability set.
These are the exact actions your AI can choose when you ask it to work with AI Receptionist.
01—04
4 capabilities in this set.
Part of 10 available through AI Receptionist.
- 01 Capability
Create aireceptionist booking
Book a new appointment for a customer. Your agent can do this directly during a live conversation to save you a step.
- 02 Capability
Get aireceptionist booking
Fetch specific details for a single appointment. This lets your agent see exact times and customer notes for a specific slot.
- 03 Capability
Create aireceptionist conversation
Start a new interaction record. This helps keep your logs organized when starting fresh customer threads.
- 04 Capability
Get aireceptionist analytics
Pull performance data on lead captures and interactions. You can use this to see if your AI is hitting its targets.
05—07
3 capabilities in this set.
Part of 10 available through AI Receptionist.
- 05 Capability
Get aireceptionist conversation
Pull the details of a specific chat or call. You can use this to grab transcripts for follow-up actions.
- 06 Capability
Get aireceptionist me
Check the profile of the current user. This helps the agent identify who is currently managing the account.
- 07 Capability
List aireceptionist bookings
See all active appointments in your directory. It's the fastest way to get a bird's-eye view of your upcoming schedule.
08—10
3 capabilities in this set.
Part of 10 available through AI Receptionist.
- 08 Capability
List aireceptionist conversations
Get a list of all recent voice and chat interactions. Use this to find specific customer inquiries quickly.
- 09 Capability
List aireceptionist knowledge
Pull all articles from your business knowledge base. This ensures your agent has the right facts to answer questions.
- 10 Capability
List aireceptionist webhooks
See which webhooks are currently active. It helps you confirm that your external systems are receiving real-time updates.
Set up in minutes
One URL. Then ask AI Receptionist to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AI Receptionist from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AI Receptionist, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AI Receptionist for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AI Receptionist URL.
- Step 03
Save and start
Save the connection and enable AI Receptionist in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ai-receptionist": {
"url": "https://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AI Receptionist
Open Agent mode in chat and ask: "Using AI Receptionist, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ai-receptionist": {
"url": "https://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AI Receptionist
Ask Copilot: "Using AI Receptionist, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ai-receptionist": {
"url": "https://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AI Receptionist
Open Cascade and ask: "Using AI Receptionist, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ai-receptionist": {
"url": "https://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AI Receptionist
Ask Cline: "Using AI Receptionist, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ai-receptionist --transport http "https://edge.vinkius.com/vk_preview_MdcdyzLNHJtrI95cLafiWkQpbAWduxllXdndvQFU/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AI Receptionist
Ask Claude: "Using AI Receptionist, show me...". 10 tools are ready
Where the request belongs
Work AI Receptionist can move forward.
Business owners who are tired of missing calls or ops managers who hate manually updating calendars. It's for anyone running a service business that needs a reliable, 24/7 front desk.
Front Desk Manager
Uses the Connector to check the day's schedule and update booking details without opening a separate app.
Operations Lead
Monitors lead capture rates and ensures the knowledge base is accurate for the AI.
Full-Stack Developer
Hooks up voice intelligence and booking data into custom internal dashboards.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsThoughtly
Deploy AI voice agents to make or receive calls, manage CRM contacts, and access call histories instantly.
Goodcall
Answer business phone calls with an AI receptionist that schedules appointments, takes messages, and never puts callers on hold.
Bland AI
Deploy AI phone agents that handle inbound and outbound calls with natural conversation for sales and customer support.
Bureau24
Never miss a business call with a live virtual receptionist service that answers, routes, and logs calls professionally.
Intercom
Connect with customers through AI-powered chat, targeted messages, and product tours that drive engagement and reduce churn.
Bring your own AI
Change the model, client or framework. Keep AI Receptionist connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AI Receptionist.
The practical details behind the request, access and result.
Can AI Receptionist book appointments for me?
Yes, it lets your agent create and manage bookings directly in your calendar. This allows your AI to secure slots during live conversations without any manual input from you.
Does it handle voice calls too?
It can retrieve transcripts and metadata from both voice calls and chat sessions. This gives you a complete view of every interaction your business has.
How does it know my business rules?
It pulls directly from your knowledge base articles to ensure the agent stays accurate. You can update your rules in your dashboard and the agent will know immediately.
Can I see how my AI is performing?
You can pull performance analytics to see how many leads are being captured. It helps you track the ROI of your automated front-desk setup.
Is it hard to set up?
You just need your API key from the dashboard to connect it to your preferred AI client. Once connected, your agent can start managing your bookings and transcripts.
Can it help with multi-channel inquiries?
It manages both chat and voice interactions, giving you a unified view of customer contact. This ensures your business stays consistent across different communication types.
How do I find my AI Receptionist API Key?
Log in to your account, navigate to Developer Settings > API, and generate or copy your unique API Key.
Can I read call transcripts via AI?
Yes! The get_aireceptionist_conversation capability allows your agent to retrieve complete high-fidelity transcripts of any AI interaction programmatically.
How do I check lead analytics?
Use the get_aireceptionist_analytics capability to retrieve a high-fidelity summary of lead capture metrics and performance data directly through your agent.
One connection away
Give your agent a direct line to AI Receptionist.
Connect AI Receptionist once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available