INDIVIDUAL MCP TOOL
search_restaurants
Search active public restaurants on MenuMigo by name, cuisine type, city, or general search query.
LIVE ENDPOINT
https://menumigo.com/api/mcp
Connect to this endpoint to inspect the live schema for search_restaurants and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_restaurant_menu— Fetch full menu, category layout, item prices, dietary tags, allergens, and contact details for a specific restaurant slug.calculate_food_cost— Calculate dish food cost, gross margin percentage, waste/labor overhead, target pricing, and profitability recommendations.generate_wifi_qr_payload— Generate WPA2/WPA3 Wi-Fi connection string and mobile QR code setup payload for restaurant guest Wi-Fi networks.generate_review_qr_payload— Generate direct Google Review URL payload and QR specs for instant mobile review prompts.get_menumigo_plans— Fetch live MenuMigo pricing plans, features, and limits (Free vs Pro).list_locations_and_cuisines— List all country/city location landing pages and cuisine categories supported on MenuMigo.