Analytics

Zoho Analytics MCP Server

Connect your account, then chat with AI to run tools.

Zoho Analytics metadata API provides access to metadata information for reports and dashboards in Zoho Analytics, allowing developers to integrate, analyze, and extract insights from data. It is primarily used for customizing and automating reporting processes.

9 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Zoho Analytics — workflow patterns, data models, and gotchas for your AI agent.

Zoho Analytics Metadata API

Read-only API for exploring Zoho Analytics metadata: organizations, workspaces, views, folders, dashboards, and users.

Data Hierarchy

  • Organization — top-level account container. List organizations first to get orgId — most other tools require it.
  • Workspace — the primary container for analytics data. List workspaces also returns orgId. Each workspace holds views, folders, and users.
    • View — a data object within a workspace. View types include tables, charts, pivot tables, summary views, and query tables.
    • Folder — organizes views into logical groups within a workspace. Folders can be nested.
    • Trash — recently deleted views and folders in a workspace.
    • Workspace Users — users with access to a specific workspace, with their roles and permissions.
  • Dashboard — a curated layout combining multiple views/charts. Listed at the account level (requires org_id, not workspace_id).
  • Users — all users in the Zoho Analytics account, listed at the account level (requires org_id).

Typical Workflow

  1. List workspaces to find workspaceId and orgId values.
  2. Get workspace details for a specific workspace ID.
  3. Use workspace_id and org_id to list views, folders, users, or trash within that workspace.
  4. List dashboards and users at the account level (no workspace parameter needed).

Key Notes

  • All tools are read-only — no create, update, or delete operations.
  • Workspace-scoped tools require two parameters from the list-workspaces response: workspace_id (the numeric workspaceId) and org_id (the orgId). Both are required — calls without org_id will fail.
  • Dashboards, organizations, and account-level users do not need workspace or org parameters.

Tools in this Server (9)

Zoho Analytics Get Workspace

Get detailed information about a single Zoho Analytics workspace by its ID. Returns workspace metadata including name, description, creation date, and...

Zoho Analytics List Dashboards

List all dashboards across your Zoho Analytics account. Requires org_id from list-organizations or list-workspaces. Returns dashboard names, IDs, desc...

Zoho Analytics List Folders

List all folders within a workspace. Folders organize views (tables, charts, reports) into logical groups. Requires workspace_id and org_id from list-...

Zoho Analytics List Organizations

List all organizations associated with your Zoho Analytics account. Returns orgId, name, plan, and workspace count. Use orgId from the response as org...

Zoho Analytics List Trash

List items in the trash for a workspace. Shows recently deleted views, folders, and other objects that can potentially be recovered. Requires workspac...

Zoho Analytics List Users

List all users in your Zoho Analytics account. Requires org_id from list-organizations or list-workspaces. Returns user IDs, email addresses, names, a...

Zoho Analytics List Views

List all views (tables, charts, pivot tables, summary views, query tables) within a workspace. Requires workspace_id and org_id from list-workspaces. ...

Zoho Analytics List Workspaces

List all workspaces in your Zoho Analytics account. Returns workspaceId, workspaceName, and orgId for each workspace. Use workspaceId and orgId from t...

Zoho Analytics List Workspace Users

List users who have access to a specific workspace. Requires workspace_id and org_id from list-workspaces. Returns user details including email addres...

Frequently Asked Questions

What is the Zoho Analytics MCP server?

Zoho Analytics metadata API provides access to metadata information for reports and dashboards in Zoho Analytics, allowing developers to integrate, analyze, and extract insights from data. It is primarily used for customizing and automating reporting processes. It provides 9 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Zoho Analytics to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/zoho-analytics-metadata-api. Authentication is handled automatically.

How many tools does Zoho Analytics provide?

Zoho Analytics provides 9 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Zoho Analytics require?

Zoho Analytics uses One-click sign in. Zoho Analytics requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Zoho Analytics to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/zoho-analytics-metadata-api

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Zoho Analytics?

Sign in to connect your credentials and start running tools from the chat.

Zoho Analytics MCP Server & Skill — 9 Tools