← Registry

eCommerce

pinflower.cz

MCP server for Pinflower flower delivery that lets users search bouquets, check delivery options, quote and place orders, and track order status.

1 endpoint9 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://pinflower.cz/api/mcp

No auth detected

MCP server metadata

Name
pinflower
Version
3.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes
Server instructions

Pinflower is a marketplace of independent florists in Prague, Czech Republic (delivery inside Prague, or pickup; prices in CZK; the buyer can order from abroad). Typical flow: pinflower_search_bouquets with what the buyer said (text, occasion, budget, where, date, deliver-by) → show a few options → pinflower_get_bouquet for the chosen one (what is inside, exact times) → collect the address, time, card message, the buyer's contact, the recipient if it is someone else, and ask whether they have a promo code → pinflower_quote_order for the exact total → read back that breakdown and the terms link → after an explicit yes, pinflower_create_order with confirmed_total_czk → give the buyer the pay link → pinflower_get_order_status to follow it. Ask only for what is missing; never invent a bouquet, price or time — use the tools. Payment is always on pinflower.cz; the amount is only held until the florist hands the bouquet over.

Known tools 9

pinflower_cancel_order

Use this when the buyer explicitly asks to cancel an order placed through pinflower_create_order.

Inferred read-only
pinflower_check_delivery

Use this when the buyer asks whether Pinflower delivers to a place in Prague, how much delivery costs, how soon it can arrive, or whether flowers can come tonight — before choosing a bouquet.

Inferred read-only
pinflower_create_order

Use this when the buyer has agreed to the total from pinflower_quote_order: it creates the order exactly like the website's checkout and returns the secure payment link on pinflower.

Potential side effects
pinflower_get_bouquet

Use this when the buyer is interested in one bouquet from pinflower_search_bouquets: what is inside, its size, photos, the florist's rating, the exact price with delivery and every time it can arrive on a given day.

Inferred read-only
pinflower_get_order_status

Use this when the buyer asks what is happening with an order placed through pinflower_create_order — whether it is paid, confirmed by the florist, on the way or delivered.

Inferred read-only
pinflower_new_pay_link

Use this when the buyer has not paid yet and the payment link from pinflower_create_order expired or got lost: it returns the order's payable link on pinflower.

Potential side effects
pinflower_quote_order

Use this when the buyer has chosen what to order and you have the details: it prices the order exactly as the checkout will charge it — the bouquet(s), add-ons, the shop's launch discount or the buyer's promo code, the delivery fee — and checks the time, without creating anything.

Potential side effects
pinflower_search_bouquets

Use this when the buyer wants flowers delivered in Prague (or picked up there) and you need concrete bouquets: it returns only bouquets that can really arrive at the given place and time, with price, delivery fee, total and the earliest delivery time, in the storefront's recommended order.

Inferred read-only
pinflower_store_info

Use this when the buyer asks how ordering works: payment and when the card is charged, delivery area and fees, anonymous delivery and the card message, what happens if nobody is home, returns and complaints, or how to contact Pinflower.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pinflower]
url = "https://pinflower.cz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pinflower": {
      "type": "http",
      "url": "https://pinflower.cz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pinflower
Remote MCP URL: https://pinflower.cz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pinflower": {
      "url": "https://pinflower.cz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pinflower": {
      "type": "http",
      "url": "https://pinflower.cz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pinflower",
  "transport": "streamable-http",
  "url": "https://pinflower.cz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.