← Registry

eCommerce

toscana-buchen.de

Manages menu, delivery checks, and shop status for a food delivery service.

1 endpoint20 known toolsFirst detected July 30, 2026Last detected July 30, 2026

ENDPOINT 1

https://www.toscana-buchen.de/api/mcp

No auth detected

MCP server metadata

Name
Pizza Toscana
Version
1.0.0
Capabilities
tools.listChanged

Known tools 20

get_menu

Get the full menu including all categories and items with prices, allergens, and tags.

Inferred read-only
search_menu

Search and filter the menu by keyword, dietary tags, allergen exclusions, or price limit.

Inferred read-only
get_item_details

Get full details for a specific menu item including all size variants, extras/toppings groups with prices, allergens, and additives.

Inferred read-only
check_delivery

Check whether the shop delivers to a given postal code and get delivery fee and minimum order value.

Inferred read-only
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.

Inferred read-only
get_opening_hours

Get the opening hours for each day of the week, including any vacation periods when the shop is closed.

Inferred read-only
get_reviews

Get customer reviews with average rating and individual review comments.

Inferred read-only
get_delivery_areas

Get all delivery areas with postal codes, cities, delivery fees, and minimum order values.

Inferred read-only
get_payment_methods

Get the accepted payment methods and whether online payment is supported.

Potential side effects
get_promotions

Get active promotions and discounts including discount amount, type, and applicable conditions.

Inferred read-only
calculate_order

Calculate the total price for a proposed order including delivery fee.

Inferred read-only
start_session

Start an ordering session.

Inferred read-only
add_to_cart

Add a menu item to the session cart, optionally with extras/toppings.

Inferred read-only
remove_from_cart

Remove a line from the session cart.

Potential side effects
update_cart_item

Change the quantity of a cart line.

Inferred read-only
set_address

Set the delivery address for a session.

Inferred read-only
set_contact

Set customer contact details for a session.

Inferred read-only
set_delivery_type

Set whether the order is for delivery or pickup.

Inferred read-only
get_session

Get the current state of an ordering session including cart contents, address, and price calculation.

Inferred read-only
get_checkout_link

Get a checkout link for the current session.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for toscana-buchen.de was fetched 2026-07-31T18:58:05.120Z.

Trust status Trusted

toscana-buchen.de is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.