{
  "specVersion": "1.0",
  "host": {
    "displayName": "Cocoon Gatekeeper for Agent Exchange",
    "identifier": "urn:air:cocoon.rileycraig14.workers.dev:host:gatekeeper",
    "documentationUrl": "https://store.agentexchange.work/openapi.json"
  },
  "entries": [
    {
      "identifier": "urn:air:cocoon.rileycraig14.workers.dev:api:brand-visibility-index",
      "displayName": "Brand Visibility Index",
      "type": "application/vnd.agentexchange.x402-capability+json",
      "data": {
        "method": "GET",
        "url": "https://store.agentexchange.work/brands/visibility-index",
        "priceUsd": 0.01,
        "payment": "x402 USDC on Base or Solana"
      },
      "description": "AI-visibility scores and competitor mentions for major brands and categories.",
      "tags": [
        "ai-visibility",
        "geo",
        "aeo",
        "market-research",
        "x402"
      ],
      "capabilities": [
        "brands:visibility:index"
      ],
      "representativeQueries": [
        "Which brands are visible in AI recommendations?",
        "Give me an AI visibility benchmark for a category."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-03T03:17:00Z"
    },
    {
      "identifier": "urn:air:cocoon.rileycraig14.workers.dev:api:chain-batch",
      "displayName": "Multi-chain Batch Reads",
      "type": "application/vnd.agentexchange.x402-capability+json",
      "data": {
        "method": "GET",
        "url": "https://store.agentexchange.work/chain/batch?chain=base&reads=blocknumber,gas",
        "priceUsd": 0.05,
        "payment": "x402 USDC on Base or Solana"
      },
      "description": "Up to ten EVM chain reads in one paid request with per-read errors.",
      "tags": [
        "blockchain",
        "evm",
        "rpc",
        "batch",
        "x402"
      ],
      "capabilities": [
        "chain:read:batch"
      ],
      "representativeQueries": [
        "Read block height and gas in one call.",
        "Reconcile several EVM wallet facts without multiple payments."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-03T03:17:00Z"
    },
    {
      "identifier": "urn:air:cocoon.rileycraig14.workers.dev:api:fee-history",
      "displayName": "EVM Fee History",
      "type": "application/vnd.agentexchange.x402-capability+json",
      "data": {
        "method": "GET",
        "url": "https://store.agentexchange.work/chain/fee-history?chain=base",
        "priceUsd": 0.02,
        "payment": "x402 USDC on Base or Solana"
      },
      "description": "Base-fee trend, priority-fee percentiles, and EIP-1559 fee recommendations.",
      "tags": [
        "blockchain",
        "gas",
        "eip-1559",
        "base",
        "x402"
      ],
      "capabilities": [
        "chain:fees:history"
      ],
      "representativeQueries": [
        "Are Base fees rising or falling?",
        "Recommend maxFeePerGas with recent fee history."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-03T03:17:00Z"
    },
    {
      "identifier": "urn:air:cocoon.rileycraig14.workers.dev:api:latest-block",
      "displayName": "Latest EVM Block",
      "type": "application/vnd.agentexchange.x402-capability+json",
      "data": {
        "method": "GET",
        "url": "https://store.agentexchange.work/chain/block-number?chain=base",
        "priceUsd": 0.01,
        "payment": "x402 USDC on Base or Solana"
      },
      "description": "Current chain tip across Base and other supported EVM networks.",
      "tags": [
        "blockchain",
        "settlement",
        "indexing",
        "base",
        "x402"
      ],
      "capabilities": [
        "chain:block:latest"
      ],
      "representativeQueries": [
        "What is the latest Base block number?",
        "How current is my settlement indexer?"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-03T03:17:00Z"
    },
    {
      "identifier": "urn:air:cocoon.rileycraig14.workers.dev:api:github-trending",
      "displayName": "GitHub Trending",
      "type": "application/vnd.agentexchange.x402-capability+json",
      "data": {
        "method": "GET",
        "url": "https://store.agentexchange.work/github/trending?period=day",
        "priceUsd": 0.01,
        "payment": "x402 USDC on Base or Solana"
      },
      "description": "Trending GitHub repositories by period and optional language.",
      "tags": [
        "github",
        "developer-intelligence",
        "research",
        "x402"
      ],
      "capabilities": [
        "github:repositories:trending"
      ],
      "representativeQueries": [
        "Which repositories are trending today?",
        "Find fast-growing open-source AI projects."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-03T03:17:00Z"
    },
    {
      "identifier": "urn:air:cocoon.rileycraig14.workers.dev:api:hacker-news-top",
      "displayName": "Hacker News Top Stories",
      "type": "application/vnd.agentexchange.x402-capability+json",
      "data": {
        "method": "GET",
        "url": "https://store.agentexchange.work/hn/top",
        "priceUsd": 0.01,
        "payment": "x402 USDC on Base or Solana"
      },
      "description": "Current top Hacker News stories for technology and market research agents.",
      "tags": [
        "hacker-news",
        "technology",
        "news",
        "research",
        "x402"
      ],
      "capabilities": [
        "news:hacker-news:top"
      ],
      "representativeQueries": [
        "What is leading Hacker News right now?",
        "Give me current developer attention signals."
      ],
      "version": "1.0.0",
      "updatedAt": "2026-08-03T03:17:00Z"
    }
  ]
}