{"name":"foodnear.me","version":"1.0.0","protocol":"MCP","protocolVersion":"2024-11-05","status":"healthy","description":"foodnear.me MCP server for AI agent restaurant discovery. Search for restaurants, get Menu Protocol formatted menus, and check ADO scores.","capabilities":{"tools":{"listChanged":false},"resources":{"listChanged":false,"subscribe":false},"prompts":{"listChanged":false}},"tools":[{"name":"search_restaurants","description":"Search for restaurants near a location. Returns verified venues first (owner-approved Menu Protocol menus), then discovered venues (basic listing only — no authoritative menu). Use menu_available and verification_status on each result. Call get_menu only when menu_available is true.","required_params":["lat","lng"]},{"name":"get_restaurant","description":"Get detailed restaurant profile with Schema.org/Restaurant JSON-LD markup and Menu Protocol extensions including ADO score, verification status, payment methods, and dietary certifications.","required_params":["restaurant_id"]},{"name":"get_menu","description":"Get the full menu in Menu Protocol v1.0 format. Includes all items with explicit dietary boolean flags, declared allergens, customization options with price adjustments, preparation times, and cryptographic signature proving owner approval.","required_params":["restaurant_id"]},{"name":"get_ado_score_breakdown","description":"Get the ADO (Agent Discovery Optimization) score breakdown for a restaurant. Shows weighted scoring across menu completeness, location accuracy, data freshness, protocol compliance, verification status, and media context. Includes recommendations for improvement.","required_params":["restaurant_id"]},{"name":"validate_menu_protocol","description":"Validate a JSON payload against the Menu Protocol v1.0 schema. Returns validation errors, missing required fields, Schema.org compliance gaps, and recommendations for improving ADO score. Use this to check menu data before submission or to debug integration issues.","required_params":["payload"]}],"resources":[{"uri":"foodnearme://spec/menu-protocol","name":"Menu Protocol Specification","mimeType":"text/markdown"},{"uri":"foodnearme://spec/openapi","name":"OpenAPI Specification","mimeType":"application/json"},{"uri":"foodnearme://agent/skill","name":"Agent Skill File","mimeType":"text/markdown"},{"uri":"foodnearme://examples/search-flow","name":"Example: Search Flow","mimeType":"text/markdown"}],"endpoints":{"rpc":"POST /mcp","discovery":"GET /mcp","rest_api":"GET /api/v1/*"},"documentation":{"skill_file":"https://foodnear.me/SKILL.md","openapi":"https://foodnear.me/openapi.json","agent_metadata":"https://foodnear.me/.well-known/agent.json"},"usage":{"example_initialize":{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}},"example_tool_call":{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_restaurants","arguments":{"lat":40.7128,"lng":-74.006,"query":"thai","dietary":["vegan"]}}}}}