foodnearme

devops-infra MCP Server

AI-native restaurant discovery infrastructure — Menu Protocol, agent APIs, and ADO for the agentic web.

VerifiedInstall Ready
devops-infradevops-infra
5 views0 stars0 forksv0.1.0

Why This Matters

Discovered via github-topic:mcp-server and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
0
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx -y mcp-remote https://foodnear.me/mcp

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "foodnearme": {
      "command": "npx",
      "args": [
        "foodnearme"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

25
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (25)

Tool

Description

File

URL

validate_menu_protocol

Validate a Menu Protocol JSON payload before publish

message

What went wrong

validate_my_menu

`strict?` (`true` for strict mode)

AgentRoot

https://foodnear.me/.well-known/agentroot.json

get_menu

Full Menu Protocol v1.0 menu (dietary flags, allergens, signatures)

Field

Meaning

Path

Purpose

get_ado_score_breakdown

ADO score factors and improvement recommendations

find_dinner_near_me

`location` (required), `cuisine?`, `dietary?`

docs

https://foodnear.me/docs#quick-start

get_restaurant

Restaurant profile with Schema.org JSON-LD + Menu Protocol extensions

Setting

Value

OpenAPI

https://foodnear.me/openapi.json

URI

Content

hint

How to fix the request

retryable

Whether the agent should retry

search_restaurants

Three-tier geo search by `lat`/`lng` — verified → menu_indexed → discovered; check `menu_available` before `get_menu`

explore_area_for_diet

Composite: bucketed neighborhood overview (`verified` / `menu_indexed` / `discovered`); optional `dietary` filter narrows the verified tier only

compare_restaurants_for_diet

Composite: compare 2–5 known restaurants by dietary-eligible menu items and trust tier ranking

find_restaurants_along_route

Composite: route-adjacent restaurant discovery between origin/destination with optional dietary ranking

Prompt

Args

dietary_constrained_menu

`restaurant_id`, `restrictions`

code

`VALIDATION_ERROR` · `NOT_FOUND` · `UPSTREAM` · `RATE_LIMITED` · `UNKNOWN`