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.
ENDPOINT 1
https://pinflower.cz/api/mcp
MCP server metadata
- Name
- pinflower
- Version
- 3.0.0
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_orderUse this when the buyer explicitly asks to cancel an order placed through pinflower_create_order.
Inferred read-onlypinflower_check_deliveryUse 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-onlypinflower_create_orderUse 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 effectspinflower_get_bouquetUse 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-onlypinflower_get_order_statusUse 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-onlypinflower_new_pay_linkUse 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 effectspinflower_quote_orderUse 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 effectspinflower_search_bouquetsUse 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-onlypinflower_store_infoUse 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.