vCita Connector for AI agents.
12 live capabilities
Manage your small business scheduling and client records with ease.
Waiting for input…
Why people use vCita
VCita for Solving Manual Scheduling Bottlenecks
With this Connector, you just tell your AI agent what needs to happen. It checks your vCita account, finds the right slot, and books the service for you in one go. You get to stay in your flow while the agent handles the data entry.
What Vinkius changes
You get a conversational interface for your entire vCita business backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Booking a new consultation
A freelancer asks their agent to book a 'New Consultation' for a specific client on a Tuesday.
- Real-world use case 02
Checking on late payments
A business owner asks who hasn't paid their latest bill.
- Real-world use case 03
Finding a client's history
A receptionist needs to know a client's past services.
Complete set · 12capabilities
The complete vCita capability set.
These are the exact actions your AI can choose when you ask it to work with vCita.
01—04
4 capabilities in this set.
Part of 12 available through vCita.
- 01 Capability
Create new booking
Schedule a new service for a client. This puts events on your calendar instantly.
- 02 Capability
Create crm client
Add a new customer to your CRM. It saves the metadata so your AI knows who they are.
- 03 Capability
Get api status
Check if your account is connected. Use this to ensure the bridge to vCita is active.
- 04 Capability
Get client details
Pull specific info for a customer. It's the fastest way to see a client's history during a chat.
05—08
4 capabilities in this set.
Part of 12 available through vCita.
- 05 Capability
List staff members
See your whole team list. Your agent can use this to check who's on the payroll or in the office.
- 06 Capability
List scheduled appointments
Get a list of all upcoming bookings. This helps you see your week at a glance.
- 07 Capability
List crm clients
Search your entire customer database. Your agent can find any client record based on your request.
- 08 Capability
List price estimates
View the quotes you've sent out. Use this to see what jobs are pending approval.
09—12
4 capabilities in this set.
Part of 12 available through vCita.
- 09 Capability
List client invoices
Pull a list of all bills you've sent. It helps you track who hasn't paid yet.
- 10 Capability
List recorded payments
See every transaction in your history. Use this to verify cash flow and successful charges.
- 11 Capability
List offered services
View your full catalog of bookable items. Your agent uses this to know what you actually sell.
- 12 Capability
Cancel appointment
Remove a booking from the schedule. This lets your agent handle cancellations without manual clicks.
Set up in minutes
One URL. Then ask vCita to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use vCita 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_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable vCita for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita URL.
- Step 03
Save and start
Save the connection and enable vCita in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vcita": {
"url": "https://edge.vinkius.com/vk_preview_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita
Open Agent mode in chat and ask: "Using vCita, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vcita": {
"url": "https://edge.vinkius.com/vk_preview_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita
Ask Copilot: "Using vCita, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vcita": {
"url": "https://edge.vinkius.com/vk_preview_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita
Open Cascade and ask: "Using vCita, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vcita": {
"url": "https://edge.vinkius.com/vk_preview_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita
Ask Cline: "Using vCita, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vcita --transport http "https://edge.vinkius.com/vk_preview_AWueuuPHaEMceUIphPSV3XNLtg1bELIrAgkpg9ZA/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 vCita
Ask Claude: "Using vCita, show me...". 12 tools are ready
Where the request belongs
Work vCita can move forward.
This is for the small business owner who is tired of manual data entry and the service provider who wants to manage their books and calendar without opening five different tabs.
Service Provider
Books new consultations and checks client payment statuses during a busy afternoon.
Operations Manager
Checks staff availability and pulls invoice history to keep the business running.
Freelancer
Manages their own client records and sends price estimates via simple chat commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCalenso
Manage appointments, customers, and bookings online via AI.
SuperSaaS
Automate online scheduling and bookings via SuperSaaS. manage schedules, appointments, and users directly from any AI agent.
MyTime
Manage business operations via MyTime. track appointments, staff, and services directly from your AI agent.
MakePlans
Online booking and appointment scheduling via MakePlans MCP.
Acuity Scheduling
Manage appointments, availability, calendars, classes, and products for your Acuity Scheduling-powered business through natural conversation.
Vagaro
Manage appointments, clients, staff, services, and retail for your Vagaro-powered salon, spa, or fitness business through natural conversation.
Bring your own AI
Change the model, client or framework. Keep vCita 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 vCita.
The practical details behind the request, access and result.
Can the vCita MCP book appointments for me?
Yes, your AI agent can check your availability and book new services directly into your vCita calendar. You just need to tell the agent the service and the time.
How do I see if my clients paid?
You can ask your agent to list your invoices or check recorded payments. It will pull the latest data from vCita to show you exactly what's been paid.
Can I manage my staff with the vCita MCP?
Yes, you can ask your agent to list your team members and see their specific roles. It's a quick way to check who is on your team without opening the staff directory.
Does the vCita MCP work with my current CRM?
This Connector is specifically designed to connect with your vCita account. It will manage your vCita clients, bookings, and billing records through your AI agent.
Can I cancel a booking using the vCita MCP?
Yes, your agent can remove appointments from your schedule instantly. Just tell your agent which booking needs to be cancelled.
Can I see my price estimates with the vCita MCP?
You can ask your agent to list price estimates. It will show you the quotes you've sent out to clients so you can track pending jobs.
Can I search for a client by their email address?
Yes! Use the list_crm_clients capability and provide the optional email parameter. The agent will return the specific record for that client if it exists in your CRM.
How do I book a new service for an existing client?
Use the create_new_booking action. You'll need to provide the Client ID, the Service ID, and the start time in ISO 8601 format (e.g., 2024-12-01T10:00:00Z).
Is it possible to list all unpaid invoices via AI?
Absolutely. Use the list_client_invoices query. The agent will retrieve all your billing documents, and you can then ask the AI to filter or identify those with a 'pending' or 'overdue' status.
One connection away
Give your agent a direct line to vCita.
Connect vCita once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available