Connect any AI assistant to QRest restaurants, menus, events & promotions. LIVE
Native MCP — Streamable HTTP or SSE transport.
https://staging-mcp.qrest.cafe/mcp
https://staging-mcp.qrest.cafe/sse
MCP via Responses API or legacy GPT Actions.
https://staging-mcp.qrest.cafe/mcp
https://staging-mcp.qrest.cafe/openapi.json
MCP support or OpenAPI for Vertex AI Extensions.
https://staging-mcp.qrest.cafe/mcp
https://staging-mcp.qrest.cafe/openapi.json
Plugin manifest v2.4 with OpenAPI + MCP runtimes.
https://staging-mcp.qrest.cafe/copilot-plugin.json
https://staging-mcp.qrest.cafe/.well-known/ai-plugin.json
MCP via Qwen-Agent or OpenAI-compatible function calling.
https://staging-mcp.qrest.cafe/mcp
https://staging-mcp.qrest.cafe/openapi.json
Custom MCP connector — Streamable HTTP.
https://staging-mcp.qrest.cafe/mcp
Remote MCP connector.
https://staging-mcp.qrest.cafe/mcp
API plugin with OpenAPI YAML.
https://staging-mcp.qrest.cafe/openapi.json
https://staging-mcp.qrest.cafe/.well-known/ai-plugin.json
| Method | Path | Description |
|---|---|---|
| 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 |