LIVE ENDPOINT
https://www.you.florist/api/mcp
Connect to this endpoint to inspect the live schema for register_partner and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.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.
Related tools
search_products— Search the you.florist catalog of fresh flowers, bouquets and plants.get_product— Get full details of one product (by numeric id or slug): variants with per-variant prices (EUR), description, image and public URL.list_categories— List the catalog categories of you.florist (localized names, slugs and product counts).get_policies— Delivery countries and costs, lead times, substitution policy, guarantees, refunds and the order flow.estimate_wedding_flowers— Estimate stems and retail floral-material cost for a wedding or event using the live you.florist price-per-stem distribution.check_bouquet_vase_fit— Compare bouquet and vase proportions using measured median flower weight and supplied dimensions.find_pet_safe_plants— List currently purchasable plants whose identified genus is on you.florist's closed ASPCA-checked non-toxic whitelist.calculate_plant_photoperiod— Calculate solar day and plant-perceived photoperiod for a supported city/date and compare it with a documented flowering, bolting, bulbing or tuberisation threshold.