← omiza.de

INDIVIDUAL MCP TOOL

get_checkout_link

Get a checkout link for the current session.

omiza.denone 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

omiza.de

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.omiza-de]
url = "https://www.omiza.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "omiza-de": {
      "type": "http",
      "url": "https://www.omiza.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "omiza-de": {
      "type": "http",
      "url": "https://www.omiza.de/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "omiza-de",
  "transport": "streamable-http",
  "url": "https://www.omiza.de/api/mcp"
}
MCP Inspector

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

Related tools

  • get_menu — Get the full menu including all categories and items with prices, allergens, and tags.
  • search_menu — Search and filter the menu by keyword, dietary tags, allergen exclusions, or price limit.
  • get_item_details — Get full details for a specific menu item including all size variants, extras/toppings groups with prices, allergens, and additives.
  • check_delivery — Check whether the shop delivers to a given postal code and get delivery fee and minimum order value.
  • get_shop_status — Get current shop status: whether the shop is open right now (Europe/Berlin time), delivery/pickup availability, minimum order value, and rating.
  • get_opening_hours — Get the opening hours for each day of the week, including any vacation periods when the shop is closed.
  • get_reviews — Get customer reviews with average rating and individual review comments.
  • get_delivery_areas — Get all delivery areas with postal codes, cities, delivery fees, and minimum order values.