eCommerce
pizza-star-dietzenbach.de
Provides menu, delivery, and shop status information for a food service business.
ENDPOINT 1
https://www.pizza-star-dietzenbach.de/api/mcp
Known tools 20
get_menuGet the full menu including all categories and items with prices, allergens, and tags.
search_menuSearch and filter the menu by keyword, dietary tags, allergen exclusions, or price limit.
get_item_detailsGet full details for a specific menu item including all size variants, extras/toppings groups with prices, allergens, and additives.
check_deliveryCheck whether the shop delivers to a given postal code and get delivery fee and minimum order value.
get_shop_statusGet current shop status: whether the shop is open right now (Europe/Berlin time), delivery/pickup availability, minimum order value, and rating.
get_opening_hoursGet the opening hours for each day of the week, including any vacation periods when the shop is closed.
get_reviewsGet customer reviews with average rating and individual review comments.
get_delivery_areasGet all delivery areas with postal codes, cities, delivery fees, and minimum order values.
get_payment_methodsGet the accepted payment methods and whether online payment is supported.
get_promotionsGet active promotions and discounts including discount amount, type, and applicable conditions.
calculate_orderCalculate the total price for a proposed order including delivery fee.
start_sessionStart an ordering session.
add_to_cartAdd a menu item to the session cart, optionally with extras/toppings.
remove_from_cartRemove a line from the session cart.
update_cart_itemChange the quantity of a cart line.
set_addressSet the delivery address for a session.
set_contactSet customer contact details for a session.
set_delivery_typeSet whether the order is for delivery or pickup.
get_sessionGet the current state of an ordering session including cart contents, address, and price calculation.
get_checkout_linkGet a checkout link for the current session.