Zoho CRM MCP demo
Zoho CRM MCP demo
Zoho CRM の 4 つのオペレーション(Deals モジュールと Leads モジュール、実際の Zoho API v8 フィールド名)を、LLM/エージェントが自然言語で呼び出せるツールとして公開する、小さな MCP サーバーです:
search_deals(stage=None, min_amount=None)— パイプラインをステージ/金額でフィルタリングするsummarize_pipeline()— ステージごとの案件数 + 合計 Amount(オープン vs. クローズ)find_duplicate_leads()— Leads を (Email, Company) でグループ化し、綴りが少し異なる名前で別の取り込み経路(例: Marketplace 拡張フォーム vs. webhook)から同じ連絡先が登録されるのを検出するcreate_lead(first_name, last_name, company, email, lead_source)— Lead を追加する
なぜ作ったのか
短く自己完結したコンセプト実証として作られたもので、特定のクライアント案件に紐づく成果物ではありません。data/seed.json 内の合成データセットに対してのみに動作し、実際の Zoho CRM 組織には接続せず、CRMOZ やクライアントデータが関与する箇所もどこにもありません。
既に本番で提供されている他案件の MCP 実装と同じパターン(n8n MCP インテグレーション、実運用中のクライアント向け GoHighLevel MCP インテグレーション)を、Zoho CRM のスキーマに適用したものです。既存の「AI + Zoho」ツールツールを置き換えるのではなく、このパターンがフィットすることを示すのが目的です。
Related MCP server: Zoho CRM MCP Server
実行する
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python3 server.pyこのコマンドはサーバーを stdio 上で起動し、任意の MCP クライアント(Claude Desktop、Claude Code など)の設定にローカルサーバーとして追加できる状態にします。
動作確認
4 つのツールは直接、mcp.list_tools() 経由でも動作確認しました。search_deals、summarize_pipeline、find_duplicate_leads、create_lead はすべて登録され、シードデータに対して正しい出力を返しました。意図的に仕込んだ重複リード(same.cam.com の sam.cutter@example.com を、"Email to Lead" 系チャネルと "Google Sheets" 系チャネルで1回ずつ、名前の綴りを "Sam" と "Samuel" と変えて登録)も、find_duplicate_leads() が正しく検出できています。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables read-only interaction with Zoho CRM data through natural language queries, allowing users to search records, list modules, retrieve field information, and count records using secure OAuth authentication.2
- FlicenseBqualityDmaintenanceExposes Zoho CRM v6 REST API as structured tools for LLM agents via MCP, enabling CRUD operations, search, COQL queries, and more.113
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform CRM operations like creating contacts, managing deals, and updating leads through natural language using the Model Context Protocol.4
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Zoho CRM data through secure OAuth authentication, supporting comprehensive CRM operations including record management, search, bulk operations, and lead conversion.1MIT
Related MCP Connectors
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Monsteroo/zoho-crm-mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server