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/menu

Retrieve 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-order

Retrieve the top 5 must-order dessert and drinks index.

curl "https://matchateamarkham.com/api/must-order?lang=en"
GET/api/parking-nearby

Retrieve parking locations and walking times. Supports ?format=llm.

curl "https://matchateamarkham.com/api/parking-nearby?format=llm"
GET/api/visit-rhythm

Retrieve hourly expected busy trends. Supports ?format=llm.

curl "https://matchateamarkham.com/api/visit-rhythm?format=llm"
GET/api/knowledge

Search verified Q&A guide articles. Supports optional ?q= query.

curl "https://matchateamarkham.com/api/knowledge?q=parking"
GET/api/mcp

Official 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
Loading footer...