← foodnear.me
INDIVIDUAL MCP TOOL
find_restaurants_along_route
Call this tool when the user wants route-adjacent dining options between two known coordinates and may care about dietary fit.
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 endpoint
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.foodnear-me]
url = "https://foodnear.me/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foodnear-me": {
"type": "http",
"url": "https://foodnear.me/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foodnear-me
Remote MCP URL: https://foodnear.me/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": {
"foodnear-me": {
"url": "https://foodnear.me/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foodnear-me": {
"type": "http",
"url": "https://foodnear.me/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foodnear-me",
"transport": "streamable-http",
"url": "https://foodnear.me/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_restaurants— Call this tool when the user wants restaurant or food discovery near a known location and may need menu trust signals.get_restaurant— Call this tool after `search_restaurants` when you need a detailed restaurant profile for a returned `id`.get_menu— Call this tool only when a `search_restaurants` or `get_restaurant` response has `menu_available: true`.get_ado_score_breakdown— Call this tool when a restaurant owner, operator, or agent wants to understand why a restaurant is more or less agent-ready.validate_menu_protocol— Call this tool when validating a draft or exported Menu Protocol payload before submission or integration.explore_area_for_diet— Call this tool when the user wants a neighborhood overview that surfaces trust tiers explicitly — for example, "what's good for vegan eaters within a mile of this location" or "survey the area around X".compare_restaurants_for_diet— Call this tool when the user wants a side-by-side dietary comparison for 2 to 5 specific restaurants already identified in FNM results.