← pizza-star-dietzenbach.de
INDIVIDUAL MCP TOOL
check_delivery
Check whether the shop delivers to a given postal code and get delivery fee and minimum order value.
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
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-star-dietzenbach-de]
url = "https://www.pizza-star-dietzenbach.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pizza-star-dietzenbach-de": {
"type": "http",
"url": "https://www.pizza-star-dietzenbach.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pizza-star-dietzenbach-de
Remote MCP URL: https://www.pizza-star-dietzenbach.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-star-dietzenbach-de": {
"url": "https://www.pizza-star-dietzenbach.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pizza-star-dietzenbach-de": {
"type": "http",
"url": "https://www.pizza-star-dietzenbach.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pizza-star-dietzenbach-de",
"transport": "streamable-http",
"url": "https://www.pizza-star-dietzenbach.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.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.get_payment_methods— Get the accepted payment methods and whether online payment is supported.