General Tools
side-rodewisch.de
Provides access to a restaurant's menu, item details, delivery availability, and shop status.
ENDPOINT 1
https://www.side-rodewisch.de/api/mcp
MCP server metadata
- Name
- Side Pizza Döner Haus
- 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.side-pizza-d-ner-haus]
url = "https://www.side-rodewisch.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"side-pizza-d-ner-haus": {
"type": "http",
"url": "https://www.side-rodewisch.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: side-pizza-d-ner-haus
Remote MCP URL: https://www.side-rodewisch.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": {
"side-pizza-d-ner-haus": {
"url": "https://www.side-rodewisch.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"side-pizza-d-ner-haus": {
"type": "http",
"url": "https://www.side-rodewisch.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "side-pizza-d-ner-haus",
"transport": "streamable-http",
"url": "https://www.side-rodewisch.de/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.