Developer Tools
menumigo.com
This MCP server provides restaurant search, menu retrieval, food cost analysis, and QR code generation for restaurant-related applications.
ENDPOINT 1
https://menumigo.com/api/mcp
MCP server metadata
- Name
- menumigo-mcp
- Version
- 1.0.0
Known tools 7
search_restaurantsSearch active public restaurants on MenuMigo by name, cuisine type, city, or general search query.
Inferred read-onlyget_restaurant_menuFetch full menu, category layout, item prices, dietary tags, allergens, and contact details for a specific restaurant slug.
Inferred read-onlycalculate_food_costCalculate dish food cost, gross margin percentage, waste/labor overhead, target pricing, and profitability recommendations.
Inferred read-onlygenerate_wifi_qr_payloadGenerate WPA2/WPA3 Wi-Fi connection string and mobile QR code setup payload for restaurant guest Wi-Fi networks.
Inferred read-onlygenerate_review_qr_payloadGenerate direct Google Review URL payload and QR specs for instant mobile review prompts.
Inferred read-onlyget_menumigo_plansFetch live MenuMigo pricing plans, features, and limits (Free vs Pro).
Inferred read-onlylist_locations_and_cuisinesList all country/city location landing pages and cuisine categories supported on MenuMigo.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.menumigo-mcp]
url = "https://menumigo.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"menumigo-mcp": {
"type": "http",
"url": "https://menumigo.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: menumigo-mcp
Remote MCP URL: https://menumigo.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"menumigo-mcp": {
"url": "https://menumigo.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"menumigo-mcp": {
"type": "http",
"url": "https://menumigo.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "menumigo-mcp",
"transport": "streamable-http",
"url": "https://menumigo.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for menumigo.com was fetched 2026-08-23T22:30:19.710Z.
menumigo.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.