eCommerce
toscana-buchen.de
Manages menu, delivery checks, and shop status for a food delivery service.
ENDPOINT 1
https://www.toscana-buchen.de/api/mcp
MCP server metadata
- Name
- Pizza Toscana
- Version
- 1.0.0
Known tools 20
get_menuGet the full menu including all categories and items with prices, allergens, and tags.
Inferred read-onlysearch_menuSearch and filter the menu by keyword, dietary tags, allergen exclusions, or price limit.
Inferred read-onlyget_item_detailsGet full details for a specific menu item including all size variants, extras/toppings groups with prices, allergens, and additives.
Inferred read-onlycheck_deliveryCheck whether the shop delivers to a given postal code and get delivery fee and minimum order value.
Inferred read-onlyget_shop_statusGet current shop status: whether the shop is open right now (Europe/Berlin time), delivery/pickup availability, minimum order value, and rating.
Inferred read-onlyget_opening_hoursGet the opening hours for each day of the week, including any vacation periods when the shop is closed.
Inferred read-onlyget_reviewsGet customer reviews with average rating and individual review comments.
Inferred read-onlyget_delivery_areasGet all delivery areas with postal codes, cities, delivery fees, and minimum order values.
Inferred read-onlyget_payment_methodsGet the accepted payment methods and whether online payment is supported.
Potential side effectsget_promotionsGet active promotions and discounts including discount amount, type, and applicable conditions.
Inferred read-onlycalculate_orderCalculate the total price for a proposed order including delivery fee.
Inferred read-onlyget_sessionGet the current state of an ordering session including cart contents, address, and price calculation.
Inferred read-onlyCONNECT 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.
toscana-buchen.de is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.