CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Blumen Komander München

severin2k/blumen-komander-mcp
STDIO, SSE, HTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

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

ToolBeschreibung
search_flowersBlumensträuße nach Anlass, Farbe, Budget suchen
check_availabilityLieferverfügbarkeit für Datum und PLZ prüfen
create_cartWarenkorb anlegen mit Adresse, Grußkarte, Zahlung
get_checkout_linkCheckout-Link für bestehenden Warenkorb abrufen
get_shop_infoÖffnungszeiten, Kontakt, Zahlungsmethoden

Typischer Bestellablauf

Nutzer: "Bestell Blumen zum Geburtstag, Rosa, max 60 Euro, Freitag nach München PLZ 80799"

KI führt aus:

  1. search_flowers(occasion=geburtstag, color=rosa, maxPrice=60)
  2. check_availability(date=2026-05-22, postalCode=80799)
  3. create_cart(variant_id=..., delivery_date=..., adresse=...)
  4. 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packageblumen-komander-mcp
TransportSTDIO, SSE, HTTP
UpdatedMay 16, 2026
View on GitHub