← Registry

Content Tools

foodlookup.ai

Provides access to restaurant and menu data for food search and recommendations.

1 endpoint7 known toolsFirst detected July 7, 2026Last detected August 12, 2026

ENDPOINT 1

https://foodlookup.ai/mcp

No auth detected

MCP server metadata

Name
FoodLookup
Version
1.0.0
Capabilities
tools

Known tools 7

search_restaurants

Find FoodLookup restaurants by city, cuisine, text query, or nearby coordinates.

Inferred read-only
search_dishes

Search real menu items across FoodLookup restaurants.

Inferred read-only
get_menu

Get the current menu for a specific FoodLookup restaurant ID.

Inferred read-only
get_restaurant_details

Get structured restaurant metadata for a FoodLookup restaurant ID.

Inferred read-only
get_food_options

Return concise ranked food recommendations.

Inferred read-only
get_food_context

Read the authenticated token's food preferences and recent explicit food decisions.

Inferred read-only
record_food_decision

Record a user-approved food decision for future personalization.

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.foodlookup]
url = "https://foodlookup.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "foodlookup": {
      "type": "http",
      "url": "https://foodlookup.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: foodlookup
Remote MCP URL: https://foodlookup.ai/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": {
    "foodlookup": {
      "url": "https://foodlookup.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "foodlookup": {
      "type": "http",
      "url": "https://foodlookup.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "foodlookup",
  "transport": "streamable-http",
  "url": "https://foodlookup.ai/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 foodlookup.ai was fetched 2026-09-15T15:22:29.428Z.

Trust status Neutral

foodlookup.ai 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.