{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "schemaVersion": "2025-11-25",
  "serverInfo": {
    "name": "pomona-pure-landing",
    "title": "Pomona Organic Juices",
    "version": "1.0.0",
    "description": "Read-only tools for Pomona Organic Juices: search 28 USDA Organic cold-pressed juices, get product detail and current pricing, list bundles, get recommendations by wellness goal, and read shipping and returns policies.",
    "websiteUrl": "https://www.pomonaorganic.com",
    "iconUrl": "https://www.pomonaorganic.com/favicon.png",
    "documentationUrl": "https://www.pomonaorganic.com/llms.txt"
  },
  "protocolVersion": "2025-06-18",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/mcp"
  },
  "endpoints": [
    {
      "type": "streamable-http",
      "url": "https://snbtuvyzyiikedlmgmxr.supabase.co/functions/v1/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": false,
    "prompts": false,
    "completions": false,
    "logging": false
  },
  "tools": [
    {
      "name": "search_juices",
      "title": "Search juices",
      "description": "Search juices by flavor, ingredient or health benefit; returns prices, availability and product URLs.",
      "readOnly": true
    },
    {
      "name": "get_juice",
      "title": "Get juice details",
      "description": "Full detail for one juice: description, ingredients, nutrition, benefits, certifications, price, availability and product URL.",
      "readOnly": true
    },
    {
      "name": "list_bundles",
      "title": "List bundles",
      "description": "Multi-flavor bundles and special packs with current prices and purchase URLs.",
      "readOnly": true
    },
    {
      "name": "recommend_juices",
      "title": "Recommend juices",
      "description": "Suggestions for a stated wellness goal such as energy, sleep, digestion, recovery or immunity. Informational only, not medical advice.",
      "readOnly": true
    },
    {
      "name": "get_policies",
      "title": "Get shipping & returns policies",
      "description": "Shipping, returns, subscription and checkout terms plus contact details.",
      "readOnly": true
    }
  ],
  "authentication": {
    "required": false,
    "type": "none",
    "note": "All tools are public and read-only. No token is required.",
    "authMd": "https://www.pomonaorganic.com/auth.md",
    "protectedResourceMetadata": "https://www.pomonaorganic.com/.well-known/oauth-protected-resource"
  },
  "commerce": {
    "agenticCheckout": false,
    "note": "No cart, order or payment tools exist. Purchases are completed by a person on pomonaorganic.com; link customers to the product URL.",
    "commerceProfile": "https://www.pomonaorganic.com/.well-known/ucp"
  },
  "links": {
    "agentDescriptor": "https://www.pomonaorganic.com/.well-known/agent.json",
    "apiCatalog": "https://www.pomonaorganic.com/.well-known/api-catalog",
    "usageGuide": "https://www.pomonaorganic.com/llms.txt",
    "contact": "mailto:info@pomonaorganic.com"
  }
}
