The Zoho MCP Server is a central place where you connect different services and make them available to AI tools through a single setup. It acts as a bridge between your apps and MCP clients like Claude, Cursor, Windsurf, and VS Code.Once a service is added to the MCP Server, any connected MCP client can access the service’s tools and run actions through natural language.
CloudSpend uses the MCP setup to help you explore your cloud cost data using AI assistants. Instead of opening CloudSpend and navigating through dashboards, you can ask questions directly from an MCP client.
The MCP Server connects these clients to CloudSpend’s existing APIs, so you can fetch cost data, run account level queries, review spend patterns, check anomalies, and examine tagging details through simple conversation prompts.
Currently, CloudSpend’s Accounts module is supported. This means you can pull account wide information such as cost trends, resource details, breakdowns, hierarchy data, anomaly details, and more.
CloudSpend is integrated as a configured service in the Zoho MCP console. Once added, it provides a curated set of CloudSpend APIs, focused initially on the Accounts module to your authorized MCP-connected AI assistants. This connection pattern lets AI assistants access cloud cost data without direct API scripting. Queries about cost allocations, anomalies, or resource breakdowns are handled by intuitive AI prompts, with MCP translating them into CloudSpend API calls.
Zoho MCP is available in the following data regions:
You can leverage the following benefits by using the Zoho MCP server:
The MCP Server controls how each connected user gets authorization to run CloudSpend. You can choose whether each user needs to authenticate individually or whether a single shared connection handles all calls.
Authorization in Zoho MCP can be set up using the following methods:
This is the default authorization type. With Authorization on Demand, you must individually authorize your access to Zoho services via OAuth when using MCP tools. For example, if a CloudSpend analyst wants to run a cost report from their AI assistant (like Claude or Cursor), they need to log in and approve the access request through a secure OAuth authentication flow before the tool can perform actions or fetch data on their behalf. This method is ideal for cases where organizations require granular user authentication, ensuring every action is linked to a verified individual.
Use case
A finance team member asks Claude to show last month's AWS spending. Claude prompts the user to authenticate via OAuth. Once the user completes authentication, the AI agent accesses only the authorized CloudSpend data. An admin configures the MCP server so that each auditor must separately enable MCP tool access, maintaining clear audit trails linked to specific user identities.
In Authorization via Connection, the MCP server is pre-authorized with a single, secure connection for all Zoho services. All users run tools with shared, centralized credentials, and individual OAuth steps are not needed for every session. This method works well for teams that want streamlined access for repetitive or automated workflows.
Use case
An operations analyst uses Claude to schedule weekly cost optimization reports. Because Authorization via Connection is active, Claude runs these reports without asking each user for authentication. Agents can fetch data and generate dashboards using server-level credentials.
During a periodic cost anomaly check, the MCP server automatically executes cost analyses and alerts for multiple users. Everyone in the approved group benefits from seamless access without repeated logins, as the connection remains continuously authorized.
You can configure the authorization type to securely use the tools of various Zoho services in your MCP server.
Use Authorization on Demand for sensitive data scenarios and high-compliance environments needing strict user-level controls and auditability. Use Authorization via Connection for trusted internal groups, high-volume automation, or when team-wide access is needed for consistency or efficiency. Both approaches leverage enterprise-grade security and OAuth for identity management.
To connect your Zoho MCP with CloudSpend follow the below steps:
Link Claude with Zoho MCP, allowing it to handle real-world workflows through a secure, straightforward setup—all within your conversation window.
To connect your Zoho MCP to Claude follow the steps below:
To access Zoho MCP tools in Claude and perform the required actions, follow the steps below:
To connect your Zoho MCP to Cursor,
{
"mcpServers": {
"ZohoMCP": {
"command": "npx",
"args": [
"mcp-remote",
"your MCP-URL",
"--transport",
"http-only"
]
}
}
}To activate the Agent mode, ensure that the chat is set to Agent mode to access Zoho MCP tools within Cursor.
To connect Zoho MCP to Windsurf, use Zoho MCP inside the Windsurf IDE. Your AI assistant can handle real actions through a secure and simple connection, all from your coding environment.
To configure Zoho MCP in Windsurf,
{
"mcpServers": {
"ZohoMCP": {
"command": "npx",
"args": [
"mcp-remote",
"your MCP-URL",
"--transport",
"http-only"
]
}
}
}You can use tools inside Visual Studio Code through Zoho MCP. This lets your AI assistant handle actions in a secure and simple way, without leaving your coding workspace.
To configure Zoho MCP in VS Code,
Let’s look at a few examples to understand how the MCP workflow operates and how you can use it effectively.
Scenario 1: Unexpected cost surge investigation through AI
User prompt to the AI assistant (via an MCP client):
What caused the cost spike on November 1 in my cloud account?
How the request moves through Zoho MCP
CloudSpend is not running an MCP. It is simply using Zoho MCP as the connector between AI assistants and CloudSpend’s API layer.
The AI assistant, responds to the user prompt as given below:

Scenario 2: Scattered cost data - Combined compute cost view across accounts
User prompt to the AI assistant (via an MCP client):
Give me a combined view of compute costs across all my cloud accounts for last month.
How the request moves through Zoho MCP
The AI assistant, responds to the user prompt as given below:

You can link your Site24x7 account to AI assistants through Zoho MCP and access monitoring information using simple conversational prompts. This connection lets you work with Site24x7 data from tools like Claude, Cursor, Windsurf, and VS Code without switching between consoles.
Through Zoho MCP, AI assistants can fetch alerts, performance details, status information, and other Site24x7 data using secure, authorized tool calls. This makes it easier for teams to review issues, check resource health, and work through operational tasks directly from their preferred MCP client.