INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://pinflower.cz/api/mcp
Connect to this endpoint to inspect the live schema for pinflower_new_pay_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
pinflower_cancel_order— Use this when the buyer explicitly asks to cancel an order placed through pinflower_create_order.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.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.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.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.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.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.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.