npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

blumen-komander-mcp

v1.0.2

Published

MCP Server für Blumen Komander München – Blumen suchen, Verfügbarkeit prüfen und Warenkorb anlegen per KI

Readme

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

| 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 |

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