← tabemi.com

INDIVIDUAL MCP TOOL

get_legal_documents

The platform's legal documents with their current published versions and canonical URLs.

tabemi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.tabemi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_legal_documents 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

tabemi.com

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.tabemi]
url = "https://mcp.tabemi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tabemi": {
      "type": "http",
      "url": "https://mcp.tabemi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tabemi
Remote MCP URL: https://mcp.tabemi.com/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": {
    "tabemi": {
      "url": "https://mcp.tabemi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tabemi": {
      "type": "http",
      "url": "https://mcp.tabemi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tabemi",
  "transport": "streamable-http",
  "url": "https://mcp.tabemi.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_platform_info — What this platform is and how ordering works on it.
  • get_pricing — What the platform costs a restaurant to use.
  • find_restaurants — Find restaurants on the platform by city, by proximity, or by what they serve.
  • get_restaurant — One restaurant's public profile: address, opening hours, whether it is accepting orders right now, its currency, and how food reaches diners there.
  • get_restaurant_menu — One restaurant's current menu: categories, dishes, prices, dietary markers and allergens.