Back to hive-mcp-cdn

Card snapshot

hive-mcp-cdn.onrender.com · 2026-05-18 13:04:42 UTC · 8903f71da84ba978e59d18e32931a98871cee0c0f504d03405e2f12a9c35119e

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "hive-mcp-cdn",
  "description": "Edge cache shim for A2A capabilities. In-memory LRU + SQLite warm tier, ETag/If-None-Match, purge endpoint. $0.0002/request and $0.05/GB egress via x402. Hive Civilization. Inbound only. New agents: first call free. Loyalty: every 6th paid call is free. Pay in USDC on Base L2.",
  "url": "https://hive-mcp-cdn.onrender.com",
  "provider": {
    "organization": "Hive Civilization",
    "url": "https://www.thehiveryiq.com",
    "contact": "steve@thehiveryiq.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402"
    ],
    "credentials": {
      "type": "x402",
      "asset": "USDC",
      "network": "base",
      "asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
    }
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "name": "cdn_cache_get",
      "description": "Read a cached object by key. Returns body, content type, ETag, age, and freshness. Tier 2, $0.0002 per request plus $0.05 per GB of body bytes served via x402. Inbound only."
    },
    {
      "name": "cdn_cache_put",
      "description": "Store an object under a key with optional Cache-Control max-age. Tier 0, free for now. Body may be a string, JSON value, or base64-encoded binary tagged with content_type."
    },
    {
      "name": "cdn_purge",
      "description": "Purge a single cache entry by key. Tier 0, free. Idempotent \u2014 returns ok regardless of whether the key was present."
    }
  ],
  "extensions": {
    "hive_pricing": {
      "currency": "USDC",
      "network": "base",
      "model": "per_call",
      "first_call_free": true,
      "loyalty_threshold": 6,
      "loyalty_message": "Every 6th paid call is free"
    }
  }
}