How to Use the Zoho CRM Sales MCP in Windsurf
Automate the entire sales process flow with Windsurf and Zoho CRM Sales.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zoho CRM Sales MCP to Windsurf
Create your Vinkius account to connect Zoho CRM Sales to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage complex pipelines using the MCP Server
You can set a goal like, 'I need to close out this quarter's opportunities.' Cascade handles the steps. It first uses `zoho_search_deals` to find active opportunities by name and stage. Then, it fetches full data with `zoho_get_deal`. Finally, if everything looks good, it executes a status change using `zoho_update_deal`, pushing the deal to 'Closed Won.' This multi-tool sequence means you don't have to prompt for every single step. Cascade reads the context and just completes the sales cycle for you.
Create quotes, deals, and products in one flow
Start by defining what's being sold. Use `zoho_create_product` to add new items to your catalog with a unique code and unit price. Then, when you talk to a client, you can run `zoho_create_deal` to capture the opportunity details. After that, it’ll generate the official paperwork by calling `zoho_create_quote`, linking everything together. This lets your autonomous agent build out the entire sales structure—from product definition to signed quote—without manual intervention.
Track payments and sales commitments via MCP Server
Need to know where the money is? You can ask Cascade about billing status. It first runs `zoho_list_quotes` to see what proposals are pending. Then, if those quotes look good, it checks for confirmed orders using `zoho_list_sales_orders`. To finish up, it pulls payment details by calling `zoho_list_invoices`, giving you a full picture of outstanding revenue. It’s the complete view of your cash flow in one connected action.
Set up Zoho CRM Sales MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Zoho CRM Sales MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Zoho CRM Sales payment history." If connected, Cascade will call the Zoho CRM Sales tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"zoho-crm-sales-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 Zoho CRM. 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 Zoho CRM Sales MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Zoho CRM Sales MCP today
We host it, we monitor it, we maintain it. You just paste one token.