npm blumen-komander-mcpsseupdated 1mo ago
Deutschlands erster Florist mit öffentlichem MCP Server. Bestelle Blumen in München per KI-Assistent - von der Suche bis zum Checkout.
What can you do with Blumen Komander München?
Blumen Komander MCP Server
Deutschlands erster Florist mit öffentlichem MCP Server. Bestelle Blumen in München per KI-Assistent - von der Suche bis zum Checkout.
Was dieser Server kann
- Blumen suchen - nach Anlass, Farbe, Budget und Stil filtern
- Verfügbarkeit prüfen - Lieferbarkeit für Datum und PLZ prüfen
- Warenkorb anlegen - mit Lieferadresse, Grußkarte und Zahlungsmethode
- Checkout-Link - Kunde klickt und zahlt selbst
- Bestellstatus abfragen - mit Bestellnummer und E-Mail
Lieferung ist immer kostenlos. Nur München und Umland (PLZ 80xxx-81xxx).
Remote Server (keine Installation nötig)
Direkt nutzbar ohne lokale Installation:
- SSE:
https://mcp.blumen-verschicken.online/sse - HTTP:
https://mcp.blumen-verschicken.online/mcp
Installation
Claude Desktop
Füge folgendes in deine claude_desktop_config.json ein:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"blumen-komander": {
"url": "https://mcp.blumen-verschicken.online/sse"
}
}
}
Mistral Le Chat (kostenlos, im Browser)
Intelligence > Connectors > Add custom connector
- URL:
https://mcp.blumen-verschicken.online/mcp - Authentication: None
ChatGPT (Plus/Pro erforderlich)
Settings > Connectors > Advanced Settings > Developer Mode aktivieren
- URL:
https://mcp.blumen-verschicken.online/mcp
Gemini CLI
{
"mcpServers": {
"blumen-komander": {
"httpUrl": "https://mcp.blumen-verschicken.online/mcp"
}
}
}
Copilot Studio
Tools > Add a tool > Model Context Protocol
- URL:
https://mcp.blumen-verschicken.online/mcp - Authentication: None
Verfügbare Tools
| Tool | Beschreibung |
|---|---|
| search_flowers | Blumensträuße nach Anlass, Farbe, Budget suchen |
| check_availability | Lieferverfügbarkeit für Datum und PLZ prüfen |
| create_cart | Warenkorb anlegen mit Adresse, Grußkarte, Zahlung |
| get_checkout_link | Checkout-Link für bestehenden Warenkorb abrufen |
| get_shop_info | Öffnungszeiten, Kontakt, Zahlungsmethoden |
| get_order_status | Bestellstatus abfragen (Bestellnummer + E-Mail, keine Adressdaten) |
Typischer Bestellablauf
Nutzer: "Bestell Blumen zum Geburtstag, Rosa, max 60 Euro, Freitag nach München PLZ 80799"
KI führt aus:
search_flowers(occasion=geburtstag, color=rosa, maxPrice=60)check_availability(date=2026-05-22, postalCode=80799)create_cart(variant_id=..., delivery_date=..., adresse=...)- Checkout-Link an Nutzer - Nutzer zahlt selbst
Sicherheit
- Keine autonome Zahlung - Checkout immer manuell
- Publishable API Key (read + cart only)
- Keine Kundendaten gespeichert
Über Blumen Komander
Münchner Fachflorist seit 1965. Heßstraße 37, 80798 München https://blumen-komander.de
API Dokumentation
https://blumen-verschicken.online/llms.txt
Lizenz
MIT
Install
Add Blumen Komander München to your client. Pick the one you use.
{
"servers": {
"blumen-komander-mcp": {
"type": "sse",
"url": "https://mcp.blumen-verschicken.online/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add blumen-komander-mcp -- npx -y blumen-komander-mcpcodex mcp add blumen-komander-mcp -- npx -y blumen-komander-mcpamp mcp add blumen-komander-mcp -- npx -y blumen-komander-mcp{
"mcpServers": {
"blumen-komander-mcp": {
"command": "npx",
"args": [
"-y",
"blumen-komander-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"blumen-komander-mcp": {
"command": "npx",
"args": [
"-y",
"blumen-komander-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"blumen-komander-mcp": {
"command": "npx",
"args": [
"-y",
"blumen-komander-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"blumen-komander-mcp": {
"command": "npx",
"args": [
"-y",
"blumen-komander-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"blumen-komander-mcp": {
"command": "npx",
"args": [
"-y",
"blumen-komander-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"blumen-komander-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"blumen-komander-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"blumen-komander-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"blumen-komander-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y blumen-komander-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance22/25
- Trust6/20
- Capability0/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 41 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Jul 21, 2026 |
| 1.0.2 | May 16, 2026 |
| 1.0.1 | May 16, 2026 |