{
  "name": "VitalPeptides Catalog Agent",
  "description": "Reads the public VitalPeptides México catalog: products, presentations, prices in MXN, curated kits and blog posts. Read-only, unauthenticated, research-use-only (RUO) content.",
  "version": "1.0.0",
  "url": "https://vitalpeptides.app/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://vitalpeptides.app/a2a"
    }
  ],
  "protocolVersion": "1.0",
  "provider": {
    "organization": "VitalPeptides México",
    "url": "https://vitalpeptides.app"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "list_products",
      "name": "List catalog products",
      "description": "List products from the public VitalPeptides catalog with name, slug, price (MXN), sale status, categories and a short description. Research use only.",
      "tags": [
        "catalog",
        "read-only",
        "ecommerce"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "{\"skill\":\"list_products\",\"input\":{\"limit\":10,\"category\":\"glp1-metabolismo\"}}"
      ]
    },
    {
      "id": "get_product",
      "name": "Get product detail",
      "description": "Get full public detail for a single VitalPeptides catalog product by its slug: name, description, price (MXN), variants, images, categories. Research use only.",
      "tags": [
        "catalog",
        "read-only",
        "ecommerce"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "{\"skill\":\"get_product\",\"input\":{\"slug\":\"bpc-157\"}}"
      ]
    },
    {
      "id": "list_kits",
      "name": "List curated kits",
      "description": "List curated VitalPeptides kits/bundles (grouped products at a bundle price). Includes items included, kit price and savings vs individual purchase (MXN).",
      "tags": [
        "catalog",
        "read-only",
        "ecommerce"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "{\"skill\":\"list_kits\",\"input\":{\"category\":\"GLP-1\"}}"
      ]
    },
    {
      "id": "list_blog_posts",
      "name": "List blog posts",
      "description": "List all public blog posts on vitalpeptides.app with slug, title, excerpt and publication date.",
      "tags": [
        "catalog",
        "read-only",
        "ecommerce"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "{\"skill\":\"list_blog_posts\",\"input\":{\"limit\":10}}"
      ]
    },
    {
      "id": "get_blog_post",
      "name": "Get blog post",
      "description": "Get the full body of a VitalPeptides blog post by slug (markdown / HTML content).",
      "tags": [
        "catalog",
        "read-only",
        "ecommerce"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ],
      "examples": [
        "{\"skill\":\"get_blog_post\",\"input\":{\"slug\":\"bpc-157-guia-cientifica\"}}"
      ]
    }
  ]
}
