{"schemaVersion":"2024-11-05","name":"CHI-MEX LA MICHOACANA WebMCP Server","description":"Model Context Protocol interface for CHI-MEX LA MICHOACANA restaurant.","homepage":"https://store.lamichoacanachi-mex.com","transport":{"type":"http-jsonrpc","endpoint":"https://store.lamichoacanachi-mex.com/api/mcp"},"capabilities":{"tools":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"prompts":{"listChanged":false}},"tools":[{"name":"search_menu_items","description":"Search menu items and retail products at CHI-MEX LA MICHOACANA with price and category filters.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keywords (e.g. tacos, burritos, salad)"},"category":{"type":"string","description":"Category name or ID"},"maxPrice":{"type":"number","description":"Maximum price filter in USD"}}}},{"name":"create_order_intent","description":"Prepare an online order for delivery or pickup and generate a secure checkout link.","inputSchema":{"type":"object","properties":{"items":{"type":"array","description":"List of items to order","items":{"type":"object","properties":{"storeProductId":{"type":"string","description":"Product ID"},"quantity":{"type":"number","minimum":1,"description":"Quantity"}},"required":["storeProductId","quantity"]}},"deliveryType":{"type":"string","enum":["pickup","delivery"],"description":"Fulfillment method"},"customerPhone":{"type":"string","description":"Customer contact phone number"}},"required":["items","deliveryType"]}},{"name":"get_order_status","description":"Check the real-time preparation and delivery status of an existing order.","inputSchema":{"type":"object","properties":{"orderId":{"type":"string","description":"The order identifier"}},"required":["orderId"]}}]}