← xn--btel-0ra.ch

INDIVIDUAL MCP TOOL

get_menu

Return the currently-available menu for a restaurant: dishes, drinks, and category definitions.

xn--btel-0ra.chnone authenticationAvailability not checked

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 endpoint

xn--btel-0ra.ch

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.butel-ordering]
url = "https://xn--btel-0ra.ch/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "butel-ordering": {
      "type": "http",
      "url": "https://xn--btel-0ra.ch/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: butel-ordering
Remote MCP URL: https://xn--btel-0ra.ch/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": {
    "butel-ordering": {
      "url": "https://xn--btel-0ra.ch/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "butel-ordering": {
      "type": "http",
      "url": "https://xn--btel-0ra.ch/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "butel-ordering",
  "transport": "streamable-http",
  "url": "https://xn--btel-0ra.ch/mcp"
}
MCP Inspector

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

Related tools

  • find_restaurants — List Bütel restaurants.
  • get_pickup_slots — Return today and tomorrow pickup-time slots for a restaurant.
  • place_order — Place an order at the given restaurant for the given items and pickup time.
  • get_order_status — Return the current status of an order: payment status, pickupCode (once the payment is authorised), pickupTime, and any time-conflict suggestions.
  • cancel_order — Cancel an order that has not been paid yet (status AWAITING_PAYMENT).
  • wait_for_order_decision — Long-poll an order (server-side) until the kitchen makes a decision.