INDIVIDUAL MCP TOOL
check_table_availability
Which tables of the location are free or busy in a given time window (uses the floor plan published by the restaurant).
LIVE ENDPOINT
https://api.meni.ge/llm/mcp
Connect to this endpoint to inspect the live schema for check_table_availability and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.meni-ge-llm-api]
url = "https://api.meni.ge/llm/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meni-ge-llm-api": {
"type": "http",
"url": "https://api.meni.ge/llm/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meni-ge-llm-api
Remote MCP URL: https://api.meni.ge/llm/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"meni-ge-llm-api": {
"url": "https://api.meni.ge/llm/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meni-ge-llm-api": {
"type": "http",
"url": "https://api.meni.ge/llm/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meni-ge-llm-api",
"transport": "streamable-http",
"url": "https://api.meni.ge/llm/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_menu— Get the full menu of a meni.get_item— Get one menu item with its variant groups and addons, or several at once: pass itemIds (up to 10) instead of itemId to look items up in bulk — the bulk answer is {items, notFound}.search_products— Semantic search over the location's catalog: product/dish names, descriptions, specifications, brand, SKU/barcodes and attached docs.update_cart— Build the guest order step by step in a server-side cart, the way a human uses the web cart.get_cart— Read a cart created with update_cart: lines with live unit prices, subtotal, item count, the checkoutUrl for a human hand-off and the expiry date (carts live 7 days).get_store_info— Facts about the location that are not on the menu: address, contacts, coordinates, working hours with openNow computed in the venue timezone, delivery and pickup terms (fees, minimum order, zones, ETA), accepted payment methods and currency, shipping/return terms and links to the published legal documents.search_policies_and_faqs— Search the location's own published policies, FAQ entries and info pages (privacy, terms, returns, delivery, cookies, help articles) plus, when the owner allows it, their internal knowledge base.create_order— Validate and place an order at a meni.