← xn--btel-0ra.ch
INDIVIDUAL MCP TOOL
get_order_status
Return the current status of an order: payment status, pickupCode (once the payment is authorised), pickupTime, and any time-conflict suggestions.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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_menu— Return the currently-available menu for a restaurant: dishes, drinks, and category definitions.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.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.