loading…
Search for a command to run...
loading…
CRM AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Crm Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
lead_scorer |
Score a sales lead (0-100) based on firmographic data, engagement signals, |
deal_stage_predictor |
Predict deal win probability and estimated close date based on |
followup_scheduler |
Schedule follow-ups for a list of contacts based on priority, |
customer_health_score |
Calculate a customer health score (0-100) from usage, support, NPS, |
churn_predictor |
Predict churn probability and recommend a retention playbook based on |
pip install meok-crm-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"crm-ai-mcp": {
"command": "python",
"args": ["-m", "meok_crm_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"crm-ai-mcp": {
"command": "npx",
"args": []
}
}
}