Two different MCP servers are in play, don’t confuse them:
- This page — your server’s MCP at
https://<your-deployment>/mcp, which runs actions against your MMK deployment. - Docs as MCP — the documentation MCP at
https://docs.magicmealkits.com/mcp, which lets an LLM read this reference.
Connecting
| Client | How |
|---|---|
| Claude.ai | Settings → Connectors → Add custom connector → https://<your-deployment>/mcp, auth Authorization: Bearer YOUR_API_KEY |
| Claude Code | claude mcp add or .mcp.json, header X-API-KEY: YOUR_API_KEY |
| Cursor / other | Add the same /mcp URL with an API-key header |
Endpoints
| Endpoint | Auth | Description |
|---|---|---|
POST /mcp | Required | Main JSON-RPC endpoint |
GET /mcp | Required | Server info / SSE streaming |
GET /mcp/health | None | Health check |
GET /mcp/categories | None | List tool categories |
Tool filtering
Limit exposed tools with thetools query parameter:
Looking for ready-made automations? The MMK Skills give your agent
slash commands (
/mmk-notion, /mmk-paymint-send, …) for the most common operations —
install them once and skip writing glue code.
