eCommerce
you.florist
Provides access to a florist's product catalog, details, policies, and wedding flower estimates.
ENDPOINT 1
https://www.you.florist/api/mcp
MCP server metadata
- Name
- youflorist
- Version
- 1.0.0
Known tools 14
search_productsSearch the you.florist catalog of fresh flowers, bouquets and plants.
Inferred read-onlyget_productGet full details of one product (by numeric id or slug): variants with per-variant prices (EUR), description, image and public URL.
Inferred read-onlylist_categoriesList the catalog categories of you.florist (localized names, slugs and product counts).
Inferred read-onlyget_policiesDelivery countries and costs, lead times, substitution policy, guarantees, refunds and the order flow.
Inferred read-onlyestimate_wedding_flowersEstimate stems and retail floral-material cost for a wedding or event using the live you.florist price-per-stem distribution.
Inferred read-onlycheck_bouquet_vase_fitCompare bouquet and vase proportions using measured median flower weight and supplied dimensions.
Inferred read-onlyfind_pet_safe_plantsList currently purchasable plants whose identified genus is on you.florist's closed ASPCA-checked non-toxic whitelist.
Inferred read-onlycalculate_plant_photoperiodCalculate solar day and plant-perceived photoperiod for a supported city/date and compare it with a documented flowering, bolting, bulbing or tuberisation threshold.
Inferred read-onlyget_orderGet the current status and totals of an order (by order_number like YFA-…, or order id).
Inferred read-onlyget_payment_challengeStart x402 payment for a pending order: returns the 402 payment requirements (USDC on Base — asset, payTo address, exact amount in atomic units).
Potential side effectssubmit_paymentSubmit the signed x402 payment payload (base64 X-PAYMENT) for an order.
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.youflorist]
url = "https://www.you.florist/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"youflorist": {
"type": "http",
"url": "https://www.you.florist/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: youflorist
Remote MCP URL: https://www.you.florist/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": {
"youflorist": {
"url": "https://www.you.florist/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"youflorist": {
"type": "http",
"url": "https://www.you.florist/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "youflorist",
"transport": "streamable-http",
"url": "https://www.you.florist/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for you.florist was fetched 2026-08-25T22:11:09.083Z.
you.florist is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.