{
  "protocol": {
    "name": "acp",
    "version": "2025-09-29"
  },
  "merchant": {
    "name": "Pomona Organic Juices",
    "url": "https://www.pomonaorganic.com",
    "logo": "https://www.pomonaorganic.com/favicon.png",
    "description": "USDA Organic, 100% cold-pressed, single-ingredient juices. 28 flavors, no added sugar, no preservatives. Direct-to-consumer in the United States.",
    "support_email": "info@pomonaorganic.com",
    "support_url": "https://www.pomonaorganic.com/contact",
    "currencies": ["USD"],
    "ships_to": ["US"]
  },
  "api_base_url": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/agent-catalog",
  "transports": ["https"],
  "authentication": {
    "required": false,
    "note": "All catalog, product, price and availability endpoints are public and require no token.",
    "protected_resource_metadata": "https://www.pomonaorganic.com/.well-known/oauth-protected-resource"
  },
  "capabilities": {
    "services": [
      {
        "name": "product_catalog",
        "type": "catalog",
        "description": "Full list of Pomona juices and bundles with current prices, availability, pack size and product URLs.",
        "endpoint": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/agent-catalog",
        "method": "GET",
        "auth": "none"
      },
      {
        "name": "product_search",
        "type": "search",
        "description": "Search juices by flavor, benefit or goal via the public MCP server tool search_juices.",
        "endpoint": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/mcp",
        "method": "POST",
        "auth": "none"
      },
      {
        "name": "product_detail",
        "type": "product_detail",
        "description": "Full record for a single flavor: nutrition, ingredients, benefits, certifications and FAQs.",
        "endpoint": "https://www.pomonaorganic.com/kb/products.json",
        "method": "GET",
        "auth": "none"
      },
      {
        "name": "price_and_availability",
        "type": "inventory",
        "description": "Current price, currency and stock status for every product.",
        "endpoint": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/agent-catalog",
        "method": "GET",
        "auth": "none"
      },
      {
        "name": "policies",
        "type": "policies",
        "description": "Shipping, returns, subscription and wholesale terms.",
        "endpoint": "https://www.pomonaorganic.com/kb/policies.md",
        "method": "GET",
        "auth": "none"
      }
    ],
    "checkout": {
      "type": "redirect",
      "agentic_checkout": false,
      "delegated_payment": false,
      "note": "Checkout is completed by a person on pomonaorganic.com. Agents should link the customer to the product URL returned by the catalog. Automated ordering and payment are not supported.",
      "redirect_url_template": "https://www.pomonaorganic.com/products/{handle}"
    }
  },
  "links": {
    "agent_descriptor": "https://www.pomonaorganic.com/.well-known/agent.json",
    "ai_catalog": "https://www.pomonaorganic.com/.well-known/ai-catalog.json",
    "commerce_profile_ucp": "https://www.pomonaorganic.com/.well-known/ucp",
    "openapi": "https://www.pomonaorganic.com/api/openapi.json",
    "mcp_server_card": "https://www.pomonaorganic.com/.well-known/mcp/server-card.json",
    "documentation": "https://www.pomonaorganic.com/llms.txt",
    "product_feed": "https://www.pomonaorganic.com/feed.xml"
  }
}
