← Registry

General Tools

viva-ettlingen.de

Provides general-purpose tools through the Model Context Protocol.

1 endpoint20 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://www.viva-ettlingen.de/api/mcp

No auth detected

MCP server metadata

Name
Viva Pizza
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.viva-pizza]
url = "https://www.viva-ettlingen.de/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "viva-pizza",
  "transport": "streamable-http",
  "url": "https://www.viva-ettlingen.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.

Indexed

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