Skip to main content
Your Magic Meal Kits deployment exposes an MCP (Model Context Protocol) server, so an LLM client can call MMK tools directly — PDF and YouTube extraction, JavaScript execution, Markdown → Slack conversion, date parsing, and (by tier) Threads, Plaud, Tiro, Paymint, and Notion tools.
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

Connecting Claude on the web? Connect Claude (Web) is a full step-by-step walkthrough of the OAuth connector flow and how to choose which tools to grant.

Endpoints

Tool filtering

Limit exposed tools with the tools 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.