← sunnys-online.de

INDIVIDUAL MCP TOOL

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.

sunnys-online.denone authenticationAvailability not checked

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

sunnys-online.de

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.sunnys-online-de]
url = "https://www.sunnys-online.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sunnys-online-de": {
      "type": "http",
      "url": "https://www.sunnys-online.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "sunnys-online-de",
  "transport": "streamable-http",
  "url": "https://www.sunnys-online.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.
  • check_delivery — Check whether the shop delivers to a given postal code and get delivery fee and minimum order value.
  • 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.