How to Use the vCita MCP in Cursor
Write code that interacts with vCita's CRM tools directly in Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect vCita MCP to Cursor
Create your Vinkius account to connect vCita to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build Booking Logic using the MCP Server
Need to write a script that schedules appointments? Use `create_new_booking` and wrap it in your code. You can also fetch current bookings by calling `list_scheduled_appointments`. The live data injection means you're writing against real API results. If a client needs an appointment canceled, the tool provides `cancel_appointment`, which you can call directly from within your coding flow.
Fetch Client Data for Development
When developing features that rely on customer data, use `get_client_details` to pull specific records. To get a full list of contacts, run `list_crm_clients`. You can also check what services are available in the market using `list_offered_services`. Furthermore, estimating costs is easy; call `list_price_estimates` to feed current pricing models directly into your code.
Track Financial Movements with vCita
Handling money in code requires precision. You can list all past invoices using `list_client_invoices`. For transaction logging, the server provides `list_recorded_payments`. It's also good practice to check account access first. Run `get_api_status` before any payment logic, and if you need staff details for billing purposes, use `list_staff_members`.
Set up vCita MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the vCita MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent vCita transactions." If the MCP tools are loaded correctly, Cursor will call the vCita tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"vcita-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by vCita. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about vCita MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the vCita MCP today
We host it, we monitor it, we maintain it. You just paste one token.