Cloze MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cloze MCP ServerFind all people in the 'Prospect' segment."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cloze MCP Server
An open-source MCP (Model Context Protocol) server for Cloze CRM. Give AI agents like Claude access to your contacts, companies, deals, metadata, and timeline.
Features
🔍 Search & Retrieve — Find people, companies, and projects (basic + advanced filters + feeds)
🧠 Metadata Insight — Fetch stages, segments, steps, custom fields, team members/roles, and saved views
📝 Timeline Writes — Create To-Dos and log communications directly from agents
📊 Deal Pipeline — Query projects and deals by stage and scope
🔒 Secure — Your API key stays local, never sent to third parties
✅ Tested — Vitest unit tests cover tool routing + validation (run
npm test)
Related MCP server: suitecrm-mcp
Quick Start
1. Get your Cloze API Key
Go to Cloze Settings → API and create an API key.
2. Configure your MCP client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"cloze": {
"command": "npx",
"args": ["-y", "@purplehorizons/cloze-mcp"],
"env": {
"CLOZE_API_KEY": "your-api-key-here"
}
}
}
}Moltbot (~/.clawdbot/config/mcporter.json):
{
"mcpServers": {
"cloze": {
"command": "npx",
"args": ["-y", "@purplehorizons/cloze-mcp"],
"env": {
"CLOZE_API_KEY": "your-api-key-here"
}
}
}
}3. Start using it
Ask your AI assistant things like:
"Show me all buyers in the Future stage assigned to Collette"
"List the pipeline steps for the Project segment"
"Create a reminder to call Sabor Havana tomorrow"
"Stream the latest company changes since last week"
Available Tools
Core lookups
Tool | Description |
| Basic contact search + detail |
| Company search + detail |
| Project/deal search + detail |
| Verify API connectivity / user info |
Metadata / taxonomy
Tool | Description |
| List custom fields (optionally by relation type) |
| Stage taxonomies |
| Segment lists |
| Pipeline steps (filter by segment/stage) |
| Saved views / audiences |
| Team roster + role labels |
Advanced find + feeds
Tool | Description |
| GET /v1/people/find with pagination, filters, sorting |
| Same for companies |
| Same for projects/deals |
| Cursor-based change feed for people (supports modifiedAfter, includeAuditedChanges) |
| Company feed |
| Project feed |
Timeline writes
Tool | Description |
| Create a Cloze To-Do/reminder (subject + optional when/participants/assignee) |
| Log calls, texts, emails, meetings, etc. onto the timeline |
Development
# Clone the repo
git clone https://github.com/Purple-Horizons/cloze-mcp.git
cd cloze-mcp
# Install dependencies
npm install
# Run tests
npm test
# Build
npm run build
# Run locally (after build)
CLOZE_API_KEY=your-key node dist/index.jsEnvironment Variables
Variable | Required | Description |
| Yes | Your Cloze API key |
Roadmap
MVP: Read operations (find/get)
Metadata helpers (stages, segments, custom fields, steps, team)
Advanced search + feeds
Timeline writes (todos + communications)
Analytics queries
Webhook subscriptions
OAuth 2.0 for public integrations
Contributing
Contributions welcome! Please read our Contributing Guide first.
License
MIT © Purple Horizons
Built with ❤️ by Purple Horizons for the AI agent community.
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.
Latest Blog Posts
- 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/Purple-Horizons/cloze-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server