Back to hive-mcp-identity

Card snapshot

hive-mcp-identity.onrender.com · 2026-05-18 12:41:02 UTC · 8cf104e184bdaab9b4e5489331338bc73eba9443607dfdebc4f66e63bec7cd4a

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-identity",
  "description": "MCP server for HiveIdentity \u2014 W3C DID resolution and agent KYC. Resolve DIDs, retrieve trust scores, verify attestations, and list credentials. OFAC/FATF screening per agent. USDC settlement on Base L2. New agents: first call free. Loyalty: every 6th paid call is free. Pay in USDC on Base L2.",
  "url": "https://hive-mcp-identity.onrender.com",
  "provider": {
    "organization": "Hive Civilization",
    "url": "https://www.thehiveryiq.com",
    "contact": "steve@thehiveryiq.com"
  },
  "version": "1.0.2",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "x402",
      "mpp"
    ],
    "credentials": [
      {
        "type": "x402",
        "asset": "USDC",
        "network": "base",
        "asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
      },
      {
        "type": "mpp",
        "asset": "USDCe",
        "network": "tempo",
        "asset_address": "0x20c000000000000000000000b9537d11c60e8b50",
        "recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e",
        "ietf_draft": "draft-ryan-httpauth-payment"
      }
    ]
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "name": "resolve_did",
      "description": "Resolve a DID to its public profile: display name, verification methods, service endpoints, and Hive trust metadata. Conforms to W3C DID spec. Backend pending (Q3 2026)."
    },
    {
      "name": "get_trust_score",
      "description": "Retrieve the Hive trust score (0-100) for a DID. Factors include on-chain activity, attestation count, repayment history, and peer endorsements. Backend pending (Q3 2026)."
    },
    {
      "name": "verify_attestation",
      "description": "Verify whether a specific attestation (by hash) was issued to a DID and is currently valid. Returns boolean. Used in KYC-lite flows and smart-contract gating. Backend pending (Q3 2026)."
    },
    {
      "name": "list_attestations",
      "description": "List all attestations associated with a DID \u2014 issued, received, and expired. Returns array of attestation metadata. Backend pending (Q3 2026)."
    }
  ],
  "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"
    }
  }
}