{
  "name": "eektee-mcp",
  "title": "EekTee Custom T-Shirt Storefront",
  "version": "1.1.0",
  "tagline": "Crafted-charm tees, made one at a time.",
  "description": "Find today's EekTee Quick Buys, choose tee options, and create checkout sessions for customer-approved purchases. Stripe Checkout redirects and Stripe Shared Payment Tokens (SPT) supported for agentic purchasing.",
  "transport": "streamable-http",
  "endpoint": "https://mcp.eektee.com/mcp",
  "legacy_endpoint": "https://zteitykefecbfdmmgpal.supabase.co/functions/v1/mcp",
  "homepage": "https://eektee.com",
  "logo_url": "https://eektee.com/icon-512.png",
  "brand_color": "#FF6B9D",
  "documentation": "https://eektee.com/docs/mcp",
  "auth": {
    "schemes": ["none", "bearer"],
    "bearer_required_for": ["create_checkout", "get_order_status"],
    "self_serve_signup": {
      "url": "https://eektee.com/agents/signup",
      "default_scopes": ["read", "checkout"],
      "captcha": "cloudflare_turnstile",
      "upgrade_policy": "New keys are meant for read + checkout automation. Design generation remains first-party and demand-gated outside the public MCP contract."
    },
    "contact": "https://eektee.com/support"
  },
  "payments": {
    "stripe_shared_payment_tokens": true,
    "redirect_checkout": true,
    "currency": "USD",
    "notes": "Pass payment_token: spt_... + shipping_address to create_checkout for agent-initiated purchases; otherwise omit and receive a checkout_url for the human to pay."
  },
  "shipping": {
    "flat_rate_usd": 4.75,
    "free_at_quantity": 2,
    "eta_business_days": [7, 10],
    "region": "US",
    "print_on_demand": true
  },
  "returns_policy": {
    "window_days": 30,
    "scope": "damaged, defective, or wrong item",
    "url": "https://eektee.com/returns"
  },
  "recommended_tool_order": [
    "list_quick_buys",
    "list_products",
    "list_colors",
    "create_checkout"
  ],
  "tools": [
    { "name": "list_quick_buys", "description": "Start here: today's verified Quick Buy tees with product URLs and featured_design_id values for checkout." },
    { "name": "list_products", "description": "Cuts, sizes, MSRP, shipping rules, ETA, returns policy, care, sizing URL." },
    { "name": "list_colors", "description": "Available Bella+Canvas shirt colors for a checkout cut (unisex, womens, youth, toddler)." },
    { "name": "validate_promo_code", "description": "Validate a shopper-provided promo code before checkout." },
    { "name": "create_checkout", "description": "Stripe Checkout URL by default, or direct charge via Shared Payment Token (spt_...) when authorized." },
    { "name": "get_order_status", "description": "Status, totals, tracking, plus human_summary string (bearer + read scope)." },
    { "name": "get_policies", "description": "Shipping, returns, sizing, care, support links in one structured response." }
  ],
  "http_fallbacks": {
    "catalog_url": "https://mcp.eektee.com/agents/catalog",
    "catalog_url_legacy": "https://zteitykefecbfdmmgpal.supabase.co/functions/v1/agents-catalog",
    "catalog_url_static_mirror": "https://eektee.com/agents/catalog.json",
    "catalog_url_static_mirror_note": "Static mirror: gallery designs only. Quick Buys are NOT mirrored — they rotate daily. Always hit the live `catalog_url` for today's Quick Buys.",
    "recommend_url": "https://mcp.eektee.com/agents/recommend",
    "recommend_url_legacy": "https://zteitykefecbfdmmgpal.supabase.co/functions/v1/agents-recommend",
    "url_convention": "/tees/{character-slug}-tee-{first8charsOfDesignId}"
  },
  "acp": {
    "spec": "https://www.agenticcommerce.dev/",
    "products_feed": "https://mcp.eektee.com/acp/products",
    "products_feed_legacy": "https://zteitykefecbfdmmgpal.supabase.co/functions/v1/acp-products",
    "checkout_sessions": "https://mcp.eektee.com/acp/checkout_sessions",
    "checkout_sessions_legacy": "https://zteitykefecbfdmmgpal.supabase.co/functions/v1/acp-checkout-sessions"
  },
  "unified_agent_card": "https://eektee.com/.well-known/agents.json"
}
