Back to hive-mcp-evaluator

Card snapshot

hive-mcp-evaluator.onrender.com · 2026-05-18 12:39:25 UTC · 1541ae67af7c0bff582c753cf28f4b8e7fe89b1132f5b32699c8772e72b32d06

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-evaluator",
  "description": "MCP server for the Hive Evaluator platform. ERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service: agents submit jobs, the evaluator scores them across 3 tiers. 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-evaluator.onrender.com",
  "provider": {
    "organization": "Hive Civilization",
    "url": "https://www.thehiveryiq.com",
    "contact": "steve@thehiveryiq.com"
  },
  "version": "1.0.3",
  "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": "evaluator_get_fees",
      "description": "Get the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec). No auth required."
    },
    {
      "name": "evaluator_submit_job",
      "description": "Submit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.05, value * tier_bps / 10000). Returns job_id and quoted fee."
    },
    {
      "name": "evaluator_get_job",
      "description": "Retrieve evaluation status, verdict, and attestation for a previously-submitted job."
    },
    {
      "name": "evaluator_attest_job",
      "description": "Trigger settlement and emit the on-chain attestation for a completed job. Settles to the Hive Safe Treasury on the chain selected at submission. Requires EIP-3009 signature for Base/Ethereum."
    }
  ],
  "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"
    }
  }
}