product · mcp server
The same verified store, exposed over MCP so an agent can look up a menu or search a dish without inventing prices.
get_menu(place_id) → full structured menu + grade + receipt search_dishes(query) → dishes across restaurants + grade + receipt
Both tools return the same records as the HTTP API, including menu_status and source_url, so an agent can cite what it read and refuse to answer when the grade is too weak.
MCP server access is included on every tier, starting with the free Developer tier (500 lookups per month). One tool call = one lookup.