Talk to your
marketing platform
from inside Claude.
Elmob.ai ships an MCP server so Claude Desktop, Cursor, Windsurf, and any MCP-compatible agent can query your clients, leads, reviews, rankings - and draft content - without leaving the chat.
6 tools, more every week
Ask Claude anything. It picks the right tool, queries Elmob, and hands you the answer in plain English.
list_clients List every client you have access to
get_client Full profile for a specific client
list_recent_leads Newest leads for a client
get_reviews_summary Review health: avg rating, unanswered, by platform
get_ranking_summary Local rank tracking: keywords, avg position, top-3 coverage
generate_social_post Draft an on-brand post for FB, IG, LinkedIn, X, or GBP
draft_review_reply Draft a warm, on-brand reply to a specific (or newest unanswered) review
get_ad_performance Ad campaign summary (Google + Meta) with cost-per-conversion
list_today_calls Today's Voice AI calls with summaries and durations
Connect Claude Desktop
Generate your MCP token
Sign in to command.elmob.ai → Settings → AI Assistants.
Label it ("Claude Desktop - Laptop"), pick an expiry (90 days by default), hit Generate, and copy the emcp_... token.
Tokens are revocable anytime. Create a separate token per device so you can revoke individually.
Open Claude Desktop config
Claude Desktop → Settings → Developer → Edit Config. This opens claude_desktop_config.json.
Paste this block
Replace YOUR_ELMOB_TOKEN with the token from step 1, then save and restart Claude Desktop.
{
"mcpServers": {
"elmob": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.elmob.ai/mcp",
"--header",
"Authorization: Bearer emcp_xxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
}
} Ask Claude something
Try any of these:
- →"List my clients and sort by health score"
- →"Summarize review health for my best client"
- →"Draft a Facebook post for Acme Plumbing about spring maintenance"
- →"Which of my clients lost rankings this month?"
Cursor, Windsurf, Zed, or any other MCP client? Use the same https://api.elmob.ai/mcp endpoint with the same Authorization header.
Endpoint details
https://api.elmob.ai/mcp Streamable HTTP (JSON-RPC 2.0) 2024-11-05 Authorization: Bearer <jwt>