How to Use the Zoho CRM Analytics MCP in Windsurf
Automatically map out your Zoho CRM data structure using Windsurf's autonomous agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zoho CRM Analytics MCP to Windsurf
Create your Vinkius account to connect Zoho CRM Analytics 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.
Discover the full scope of your Zoho CRM Analytics setup.
Need to know what modules exist? Use `zoho_list_modules` first. It lists every available module—Leads, Contacts, Deals, etc.—and tells you if the API supports it. You'll get a clean list of everything in the system. Want to check your org's setup before building anything? Run `zoho_org_info`. This grabs basic account details like the edition (Standard, Enterprise) and the default currency. It gives you the high-level context for any multi-step plan.
Map out complex deal pipelines in Zoho CRM Analytics.
Understand how your sales process works by calling `zoho_list_pipelines`. This tool doesn't just list stages; it gives you the stage names, IDs, and the associated win probability percentages. It's perfect for validating if a new deal flow matches the current setup. When dealing with custom modules or complex data structures, use `zoho_module_fields`. You get every field name, its required status, and whether it’s a text box or a date picker. This lets Cascade plan out exactly what inputs your forms accept.
Find all saved views and filters for Zoho CRM Analytics.
Sometimes you just need to know what reports are already built into the system. `zoho_custom_views` returns a list of predefined, saved filters—like 'All Open Deals' or 'Unread Leads.' This saves you from digging through the UI. If you're building a script that needs specific field inputs, don't guess. Use `zoho_module_fields` to confirm data types and rules for any module. It’s how you ensure your automation is grounded in reality.
Set up Zoho CRM Analytics 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 Analytics 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 Analytics payment history." If connected, Cascade will call the Zoho CRM Analytics tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"zoho-crm-analytics-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 Analytics 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 Analytics MCP today
We host it, we monitor it, we maintain it. You just paste one token.