🍽️ QRest AI Integration Hub

Connect any AI assistant to QRest restaurants, menus, events & promotions. LIVE

🤖 Platform Integrations

Claude (Anthropic)

Native MCP — Streamable HTTP or SSE transport.

Streamable HTTP (recommended)
https://staging-mcp.qrest.cafe/mcp
SSE (legacy)
https://staging-mcp.qrest.cafe/sse

ChatGPT (OpenAI)

MCP via Responses API or legacy GPT Actions.

MCP endpoint
https://staging-mcp.qrest.cafe/mcp
OpenAPI spec (legacy Actions)
https://staging-mcp.qrest.cafe/openapi.json

Gemini (Google)

MCP support or OpenAPI for Vertex AI Extensions.

MCP endpoint
https://staging-mcp.qrest.cafe/mcp
OpenAPI spec
https://staging-mcp.qrest.cafe/openapi.json

Copilot (Microsoft)

Plugin manifest v2.4 with OpenAPI + MCP runtimes.

Plugin manifest
https://staging-mcp.qrest.cafe/copilot-plugin.json
AI Plugin (legacy)
https://staging-mcp.qrest.cafe/.well-known/ai-plugin.json

Qwen (Alibaba)

MCP via Qwen-Agent or OpenAI-compatible function calling.

MCP endpoint
https://staging-mcp.qrest.cafe/mcp
OpenAPI spec
https://staging-mcp.qrest.cafe/openapi.json

Mistral Le Chat

Custom MCP connector — Streamable HTTP.

Connection server URL
https://staging-mcp.qrest.cafe/mcp

Perplexity

Remote MCP connector.

MCP endpoint
https://staging-mcp.qrest.cafe/mcp

Coze (ByteDance)

API plugin with OpenAPI YAML.

OpenAPI spec
https://staging-mcp.qrest.cafe/openapi.json
AI Plugin
https://staging-mcp.qrest.cafe/.well-known/ai-plugin.json

🔧 MCP Tools

search_venuesSearch restaurants by city, cuisine, or name
get_venue_infoGet detailed restaurant information (address, hours, phone)
get_menuFull menu with categories, dishes, prices, descriptions
get_venue_eventsUpcoming events at a restaurant
get_venue_promotionsCurrent promotions and special offers
get_order_linkDirect link for users to place orders

📡 All Endpoints

MethodPathDescription
POST /mcp MCP Streamable HTTP (primary transport)
GET /mcp MCP SSE stream (server notifications)
DEL /mcp Terminate MCP session
GET /sse Legacy SSE transport
POST /messages Legacy SSE messages
GET /api/v1/venues Search restaurants
GET /api/v1/venues/:slug Restaurant details
GET /api/v1/venues/:slug/menu Full menu
GET /api/v1/venues/:slug/events Events
GET /api/v1/venues/:slug/promotions Promotions
GET /api/v1/venues/:slug/order-link Order link
GET /openapi.json OpenAPI 3.1 specification
GET /.well-known/ai-plugin.json AI Plugin manifest
GET /copilot-plugin.json Microsoft Copilot manifest v2.4
GET /health Health check