← Registry

eCommerce

you.florist

Provides access to a florist's product catalog, details, policies, and wedding flower estimates.

1 endpoint14 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://www.you.florist/api/mcp

No auth detected

MCP server metadata

Name
youflorist
Version
1.0.0
Capabilities
tools.listChanged

Known tools 14

search_products

Search the you.florist catalog of fresh flowers, bouquets and plants.

Inferred read-only
get_product

Get full details of one product (by numeric id or slug): variants with per-variant prices (EUR), description, image and public URL.

Inferred read-only
list_categories

List the catalog categories of you.florist (localized names, slugs and product counts).

Inferred read-only
get_policies

Delivery countries and costs, lead times, substitution policy, guarantees, refunds and the order flow.

Inferred read-only
estimate_wedding_flowers

Estimate stems and retail floral-material cost for a wedding or event using the live you.florist price-per-stem distribution.

Inferred read-only
check_bouquet_vase_fit

Compare bouquet and vase proportions using measured median flower weight and supplied dimensions.

Inferred read-only
find_pet_safe_plants

List currently purchasable plants whose identified genus is on you.florist's closed ASPCA-checked non-toxic whitelist.

Inferred read-only
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.

Inferred read-only
register_partner

Register as a partner to place orders.

Inferred read-only
create_order

Create a flower delivery order (status: pending).

Potential side effects
get_order

Get the current status and totals of an order (by order_number like YFA-…, or order id).

Inferred read-only
ask_flora

Talk to Flora, the you.florist florist agent, agent-to-agent (F3).

Inferred read-only
get_payment_challenge

Start x402 payment for a pending order: returns the 402 payment requirements (USDC on Base — asset, payTo address, exact amount in atomic units).

Potential side effects
submit_payment

Submit the signed x402 payment payload (base64 X-PAYMENT) for an order.

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.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.

Trust status Neutral

you.florist is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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