← Registry

Developer Tools

menumigo.com

This MCP server provides restaurant search, menu retrieval, food cost analysis, and QR code generation for restaurant-related applications.

1 endpoint7 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://menumigo.com/api/mcp

No auth detected

MCP server metadata

Name
menumigo-mcp
Version
1.0.0
Capabilities
toolsresources

Known tools 7

search_restaurants

Search active public restaurants on MenuMigo by name, cuisine type, city, or general search query.

Inferred read-only
get_restaurant_menu

Fetch full menu, category layout, item prices, dietary tags, allergens, and contact details for a specific restaurant slug.

Inferred read-only
calculate_food_cost

Calculate dish food cost, gross margin percentage, waste/labor overhead, target pricing, and profitability recommendations.

Inferred read-only
generate_wifi_qr_payload

Generate WPA2/WPA3 Wi-Fi connection string and mobile QR code setup payload for restaurant guest Wi-Fi networks.

Inferred read-only
generate_review_qr_payload

Generate direct Google Review URL payload and QR specs for instant mobile review prompts.

Inferred read-only
get_menumigo_plans

Fetch live MenuMigo pricing plans, features, and limits (Free vs Pro).

Inferred read-only
list_locations_and_cuisines

List all country/city location landing pages and cuisine categories supported on MenuMigo.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for menumigo.com was fetched 2026-08-23T22:30:19.710Z.

Trust status Neutral

menumigo.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.