v2.6.0READ-ONLY
API & MCP Developer Hub
Machine-readable interfaces for AI agents, crawlers, and developers. Access structured menu, parking, and visitor FAQs with zero friction.
REST API Reference
GET
/api/menuRetrieve all menu items or search. Supports optional ?q= query.
curl "https://matchateamarkham.com/api/menu?q=matcha&lang=en"GET
/api/menu/[slug]Retrieve detailed properties for a single item. Use ?format=md for Markdown.
curl "https://matchateamarkham.com/api/menu/white-rabbit-ice-cream?format=md&lang=en"GET
/api/must-orderRetrieve the top 5 must-order dessert and drinks index.
curl "https://matchateamarkham.com/api/must-order?lang=en"GET
/api/parking-nearbyRetrieve parking locations and walking times. Supports ?format=llm.
curl "https://matchateamarkham.com/api/parking-nearby?format=llm"GET
/api/visit-rhythmRetrieve hourly expected busy trends. Supports ?format=llm.
curl "https://matchateamarkham.com/api/visit-rhythm?format=llm"GET
/api/knowledgeSearch verified Q&A guide articles. Supports optional ?q= query.
curl "https://matchateamarkham.com/api/knowledge?q=parking"GET
/api/mcpOfficial Model Context Protocol JSON descriptor mapping all resources.
curl "https://matchateamarkham.com/api/mcp"LLM Discovery Indexes
System Parameters
- Rate Limit: ~2 req/sec
- Response Format: JSON / UTF-8 / Markdown
- Authentication: None (Public API)
- Total Menu Items: 15
- Total KB Articles: 20