Zoho CRM MCP demo
Zoho CRM MCP demo
Ein kleiner MCP-Server, der vier Zoho-CRM-Operationen (Deals- und Leads-Module, echte Feldnamen der Zoho API v8) als Tools bereitstellt, die ein LLM/Agent in natürlicher Sprache aufrufen kann:
search_deals(stage=None, min_amount=None)— filtert die Pipeline nach stage/amountsummarize_pipeline()— Anzahl der Deals + Gesamt-Amount pro Stage, offen vs. geschlossenfind_duplicate_leads()— gruppiert Leads nach (Email, Company), um denselben Kontakt zu erkennen, der über zwei verschiedene Erfassungskanäle mit leicht abweichender Namensschreibung eintritt (z. B. über ein Marketplace-Erweiterungs-Formular vs. einen Webhook)create_lead(first_name, last_name, company, email, lead_source)— fügt einen Lead hinzu
Warum es das gibt
Gebaut als kurzer, eigenständiger Proof of Concept – keine Einreichung, die an eine bestimmte Kundenarbeit gebunden ist. Er läuft vollständig gegen den synthetischen Datensatz in data/seed.json; es besteht keine Verbindung zu einer echten Zoho-CRM-Organisation und keinerlei CRMOZ- oder Kundendaten sind enthalten.
Es spiegelt dasselbe Muster wider wie bereits anderweitig ausgelieferte MCP-Produktionsarbeit (n8n-MCP-Integrationen, eine GoHighLevel-MCP-Integration für einen Live-Kunden) – hier angewendet auf das Schema von Zoho CRM, um zu zeigen, dass das Muster passt, nicht um vorhandenes „AI + Zoho“-Tooling zu ersetzen.
Related MCP server: Zoho CRM MCP Server
Ausführen
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python3 server.pyDas startet den Server auf stdio und er ist bereit, in der Konfiguration eines beliebigen MCP-Clients (Claude Desktop, Claude Code usw.) als lokaler Server registriert zu werden.
Verifiziert funktionsfähig
Alle vier Tools wurden direkt und über mcp.list_tools() ausgeführt. search_deals, summarize_pipeline, find_duplicate_leads und create_lead waren alle registriert und lieferten korrekte Ausgaben gegen die Seed-Daten, einschließlich eines absichtlich eingefügten doppelten Leads (sam.cutter@bramwellfood.example, einmal über einen „Email to Lead“-Stil-Kanal und einmal über einen „Google Sheets“-Kanal eingegeben, den Namen einmal „Sam“ und einmal „Samuel“ geschrieben), den find_duplicate_leads() korrekt erkannte.
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