Germany's first florist to expose a public MCP server for AI-native flower ordering in Munich. You get four tools: search_flowers filters by occasion, color, and budget; check_availability verifies delivery to 80xxx-81xxx postal codes; create_cart builds an order with address and greeting card; get_checkout_link returns a URL where the customer completes payment themselves. The server runs remotely at mcp.blumen-verschicken.online with both SSE and HTTP transports, so no local installation needed. Works with Claude Desktop, Mistral Le Chat, ChatGPT Plus, and other MCP clients. The API uses a read-only publishable key and never processes payment autonomously. Reach for this if you're building conversational ordering flows or want a real-world example of MCP for e-commerce with actual inventory and delivery logistics.
Deutschlands erster Florist mit öffentlichem MCP Server. Bestelle Blumen in München per KI-Assistent - von der Suche bis zum Checkout.
Lieferung ist immer kostenlos. Nur München und Umland (PLZ 80xxx-81xxx).
Direkt nutzbar ohne lokale Installation:
https://mcp.blumen-verschicken.online/ssehttps://mcp.blumen-verschicken.online/mcpFüge folgendes in deine claude_desktop_config.json ein:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"blumen-komander": {
"url": "https://mcp.blumen-verschicken.online/sse"
}
}
}
Intelligence > Connectors > Add custom connector
https://mcp.blumen-verschicken.online/mcpSettings > Connectors > Advanced Settings > Developer Mode aktivieren
https://mcp.blumen-verschicken.online/mcp{
"mcpServers": {
"blumen-komander": {
"httpUrl": "https://mcp.blumen-verschicken.online/mcp"
}
}
}
Tools > Add a tool > Model Context Protocol
https://mcp.blumen-verschicken.online/mcp| 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 |
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=...)Münchner Fachflorist seit 1965. Heßstraße 37, 80798 München https://blumen-komander.de
https://blumen-verschicken.online/llms.txt
MIT