Guest API for AI Agents
ge.meni/guest
Documentation
Installation
Use the remote MCP endpoint at https://api.meni.ge/llm/mcp.
Configuration
Claude Desktop / Claude Code example:
{
"mcpServers": {
"meni-guest": {
"type": "http",
"url": "https://api.meni.ge/llm/mcp"
}
}
}
Machine-readable discovery
https://meni.ge/llms.txt- short API map for LLMshttps://meni.ge/.well-known/mcp.json- MCP servers manifestGET https://api.meni.ge/llm/v1- discovery document with examples
Capabilities
- Read a restaurant menu by location code
- Fetch item details
- Create pickup or delivery orders
- Check reservation availability
- Create, inspect, and cancel reservations
- Stateless streamable HTTP MCP access with no auth
Limitations
- Guest reservations stay pending until the restaurant confirms them in the admin panel.
- Orders are validated against the live menu and totals are computed server-side.
- Pickup and delivery orders require the guest's name and phone; delivery also requires an address.
- Restaurant-owned data editing is a separate MCP server with API keys.
