loading…
Search for a command to run...
loading…
Customer Support AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Customer Support AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Customer Support AI MCP Server - Support Automation Intelligence
Customer Support AI MCP Server - Support Automation Intelligence Built by MEOK AI Labs | https://meok.ai
Ticket classification, response drafting, sentiment analysis, escalation detection, and FAQ generation.
| Tool | Description |
|---|---|
classify_ticket |
Classify a support ticket by category, priority, and routing. |
draft_response |
Draft a customer support response based on ticket category. |
analyze_sentiment |
Analyze customer message sentiment to gauge satisfaction. |
detect_escalation |
Detect if a support ticket needs escalation to management. |
generate_faq |
Generate FAQ entries from common support ticket patterns. |
pip install meok-customer-support-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"customer-support-ai": {
"command": "python",
"args": ["-m", "meok_customer_support_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": {
"customer-support-ai-mcp": {
"command": "npx",
"args": []
}
}
}