← meni.ge

INDIVIDUAL MCP TOOL

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.

meni.genone authenticationAvailability not checked

LIVE ENDPOINT

https://api.meni.ge/llm/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_store_info and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

meni.ge

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).
  • 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.
  • get_order_status — Check the status of an order previously created with create_order.