{"schemaVersion": "2025-06-18", "name": "Taco Rico MCP", "description": "Model Context Protocol server for Taco Rico. Browse locations, menus, and item availability for agentic ordering.", "version": "1.0.0", "vendor": {"name": "Culinary Cloud, Corp", "url": "https://culinarycloud.co"}, "contact": {"email": "contact@tacoricotmc.com", "url": "https://tacoricotmc.com/"}, "transport": {"type": "http", "endpoint": "https://tacorico.culinarycloud.co/storefront/tacorico/mcp", "method": "POST", "contentType": "application/json"}, "authentication": {"type": "none"}, "capabilities": {"tools": [{"name": "list_locations", "description": "List active store locations for this brand: address, hours, contact info, current open/closed state, and supported order methods."}, {"name": "get_menu", "description": "Return categories and items (with prices and availability) for a specific store, filtered to currently available items."}, {"name": "get_item", "description": "Full detail for a single item at a store: modifier groups, modifiers, order quantity constraints."}, {"name": "check_availability", "description": "Check current availability of items at a store. Returns per-item booleans plus reason codes (out_of_window, item_disabled, store_paused)."}, {"name": "search_items", "description": "Free-text search of item names and descriptions across the brand or a specific store."}, {"name": "get_store_hours", "description": "Weekly operating hours for a store, plus current open/closed status and next close time."}], "resources": [{"uri": "restaurant://brand", "name": "Brand profile"}, {"uri": "restaurant://stores/{store_id}", "name": "Store details", "templated": true}]}, "links": {"llms_txt": "https://tacorico.culinarycloud.co/llms.txt", "llms_full_txt": "https://tacorico.culinarycloud.co/llms-full.txt", "homepage": "https://tacorico.culinarycloud.co/"}}