# Blumen Komander München (remote · mcp.blumen-verschicken.online)

First German florist with a public MCP server. Search bouquets and order flowers via AI in Munich.

- Trust score: 65/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.blumen-verschicken.online`: 65/100 (this document), [markdown](https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp.md), [page](https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp)
- remote · `mcp.blumen-verschicken.online`: 59/100, [markdown](https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp-2.md), [page](https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp-2)
- npm · `blumen-komander-mcp`: 64/100, [markdown](https://verifymcp.io/servers/severin2k-blumen-komander-mcp/blumen-komander-mcp.md), [page](https://verifymcp.io/servers/severin2k-blumen-komander-mcp/blumen-komander-mcp)

## Channel facts

- Endpoint: `https://mcp.blumen-verschicken.online/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 792 tokens (~132/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http severin2k-blumen-komander-mcp https://mcp.blumen-verschicken.online/mcp
```

### Codex

```toml
[mcp_servers.severin2k-blumen-komander-mcp]
url = "https://mcp.blumen-verschicken.online/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "severin2k-blumen-komander-mcp": {
      "type": "remote",
      "url": "https://mcp.blumen-verschicken.online/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add severin2k-blumen-komander-mcp --url https://mcp.blumen-verschicken.online/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  severin2k-blumen-komander-mcp:
    url: "https://mcp.blumen-verschicken.online/mcp"
```

### Other

```json
{
  "mcpServers": {
    "severin2k-blumen-komander-mcp": {
      "type": "http",
      "url": "https://mcp.blumen-verschicken.online/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (6)

### `search_flowers` (~106 tokens)

Sucht verfügbare Blumensträuße bei Blumen Komander München. Filtert nach Anlass, Farbe, Stil und Budget.

Input parameters:

- `color` (string): Gewünschte Farbe
- `flower_type` (string): Blumenart
- `maxPrice` (number): Höchstpreis in EUR
- `minPrice` (number): Mindestpreis in EUR
- `occasion` (string): Anlass für die Blumen
- `style` (string): Stil des Straußes

### `check_availability` (~86 tokens)

Prüft ob Blumen Komander München an einem bestimmten Datum in eine bestimmte PLZ liefern kann. Lieferung ist bei Blumen Komander immer kostenlos - keine Liefergebühr. Gibt Same-Day Cutoff zurück.

Input parameters:

- `date` (string, required): Lieferdatum im Format YYYY-MM-DD
- `postalCode` (string): Ziel-Postleitzahl in München (z.B. 80799)

### `create_cart` (~410 tokens)

Legt einen Warenkorb bei Blumen Komander an und fügt einen Blumenstrauß hinzu. Setzt Lieferdatum, Lieferadresse, Zahlungsmethode und optional eine Grußkarte. Fragt den Kunden ob die Rechnungsadresse von der Lieferadresse abweicht. Falls ja, werden billing_first_name, billing_last_name, billing_address_1, billing_postal_code und billing_city gesetzt. Falls nein, wird die Lieferadresse als Rechnungsadresse verwendet. Bevor der Warenkorb angelegt wird sollte die KI den Kunden fragen: 1. Weicht die Rechnungsadresse von der Lieferadresse ab? 2. Welche Zahlungsmethode bevorzugst du? - Kreditkarte / Apple Pay / Google Pay (stripe) - PayPal (paypal) - SEPA-Lastschrift (sepa)

Input parameters:

- `address_1` (string, required): Straße und Hausnummer
- `billing_address_1` (string): Straße Rechnungsadresse
- `billing_city` (string): Stadt Rechnungsadresse
- `billing_first_name` (string): Vorname Rechnungsadresse
- `billing_last_name` (string): Nachname Rechnungsadresse
- `billing_postal_code` (string): PLZ Rechnungsadresse
- `city` (string): Stadt (Standard: München)
- `delivery_date` (string, required): Lieferdatum YYYY-MM-DD
- `email` (string, required): E-Mail des Bestellers
- `first_name` (string, required): Vorname Empfänger
- `greeting_card` (string): Text für die Grußkarte
- `last_name` (string, required): Nachname Empfänger
- `payment_provider` (string): Zahlungsmethode: stripe (Kreditkarte, Apple Pay, Google Pay), paypal oder sepa (SEPA-Lastschrift). Standard: stripe.
- `phone` (string): Telefonnummer Empfänger
- `postal_code` (string, required): PLZ
- `quantity` (number): Anzahl (Standard: 1)
- `variant_id` (string, required): ID der gewählten Produktvariante

### `get_checkout_link` (~45 tokens)

Gibt den direkten Checkout-Link für einen bestehenden Warenkorb zurück. Der Kunde klickt auf den Link und zahlt.

Input parameters:

- `cart_id` (string, required): ID des Warenkorbs

### `get_shop_info` (~33 tokens)

Gibt allgemeine Informationen über Blumen Komander zurück - Öffnungszeiten, Liefergebiet, Kontakt, verfügbare Zahlungsmethoden.

### `get_order_status` (~112 tokens)

Fragt den Status einer bestehenden Bestellung bei Blumen Komander ab - eingegangen, in Vorbereitung, unterwegs oder geliefert, inkl. Lieferdatum. Zur Verifikation werden Bestellnummer (aus der Bestellbestätigung) und die E-Mail-Adresse des Bestellers benötigt. Gibt keine Adressdaten zurück.

Input parameters:

- `email` (string, required): E-Mail-Adresse des Bestellers (zur Verifikation)
- `order_number` (string, required): Bestellnummer (z.B. 114, steht in der Bestellbestätigung)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://mcp.blumen-verschicken.online/mcp
- Repository: https://github.com/Severin2k/blumen-komander-mcp
- Website: https://blumen-komander.de/ki-florist
- Changelog RSS feed: https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/severin2k-blumen-komander-mcp/mcp
