{
  "markdown": "<!-- HIVE_BANNER_V1 -->\n<p align=\"center\">\n  <a href=\"https://mcp-evaluator.thehiveryiq.com/health\">\n    <img src=\"https://mcp-evaluator.thehiveryiq.com/og.svg\" alt=\"Hive Civilization MCP Gateway · NEED + YIELD + CLEAN-MONEY gates · EIP-3009 attestations\" width=\"100%\"/>\n  </a>\n</p>\n\n<h1 align=\"center\">hive-mcp-evaluator</h1>\n\n<p align=\"center\"><strong>NEED + YIELD + CLEAN-MONEY gates · EIP-3009 attestations</strong></p>\n\n<p align=\"center\">\n  <a href=\"https://smithery.ai/server/hivecivilization/hive-mcp-evaluator\"><img alt=\"Smithery\" src=\"https://img.shields.io/badge/Smithery-hivecivilization%2Fhive-mcp-evaluator-C08D23?style=flat-square\"/></a>\n  <a href=\"https://glama.ai/mcp/servers\"><img alt=\"Glama\" src=\"https://img.shields.io/badge/Glama-pending-C08D23?style=flat-square\"/></a>\n  <a href=\"https://mcp-evaluator.thehiveryiq.com/health\"><img alt=\"Live\" src=\"https://img.shields.io/badge/gateway-live-C08D23?style=flat-square\"/></a>\n  <a href=\"https://github.com/srotzin/hive-mcp-evaluator/releases\"><img alt=\"Release\" src=\"https://img.shields.io/github/v/release/srotzin/hive-mcp-evaluator?style=flat-square&color=C08D23\"/></a>\n  <a href=\"LICENSE\"><img alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-C08D23?style=flat-square\"/></a>\n</p>\n\n<p align=\"center\">\n  <code>https://mcp-evaluator.thehiveryiq.com/mcp</code>\n</p>\n\n---\n\n# HiveEvaluator\n\n**ERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service for autonomous AI agents**\n\nMCP server for the Hive Evaluator platform. Implements ERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service: agents submit jobs, the evaluator scores them across 3 tiers (simple / evaluation / arbitration), settles fees in USDC on Base, Ethereum, or Solana, and emits an attestation. Fees: 0.5% / 1.0% / 2.0% with a $0.05 minimum. Real rails. No mock. No simulated settlement.\n\n> Council R4 score 42/49\n\n---\n\n## What this is\n\n`hive-mcp-evaluator` is a Model Context Protocol (MCP) server that exposes the HiveEvaluator platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production backend at `https://receipts.thehiveryiq.com`.\n\n- **Protocol:** MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0\n- **Transport:** `POST /mcp`\n- **Discovery:** `GET /.well-known/mcp.json`\n- **Health:** `GET /health`\n- **Settlement:** Real rails. USDC / USDT on Base, Ethereum, Solana. No mock. No simulated.\n- **Brand gold:** Pantone 1245 C / `#C08D23`\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `evaluator_get_fees` | Get the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec). No auth required. |\n| `evaluator_submit_job` | 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. |\n| `evaluator_get_job` | Retrieve evaluation status, verdict, and attestation for a previously-submitted job. |\n| `evaluator_attest_job` | 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. |\n\n\n## Backend endpoints\n\n| Method | Path | Purpose |\n|---|---|---|\n| `GET` | `/v1/evaluator/fees` | Live fee schedule (3 tiers) |\n| `POST` | `/v1/evaluator/jobs` | Submit a job for evaluation |\n| `GET` | `/v1/evaluator/jobs/{id}` | Get verdict + attestation status |\n| `POST` | `/v1/evaluator/jobs/{id}/attest` | Trigger settlement + emit attestation |\n\n\n## Run locally\n\n```bash\ngit clone https://github.com/srotzin/hive-mcp-evaluator.git\ncd hive-mcp-evaluator\nnpm install\nnpm start\n# server up on http://localhost:3000/mcp\ncurl http://localhost:3000/health\ncurl http://localhost:3000/.well-known/mcp.json\n```\n\n## Connect from an MCP client\n\n**Claude Desktop / Cursor / Manus** — add to your `mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"hive_mcp_evaluator\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote@latest\", \"https://your-deployed-host/mcp\"]\n    }\n  }\n}\n```\n\n## Hive Civilization\n\nPart of the [Hive Civilization](https://www.thehiveryiq.com) — sovereign DID, USDC settlement, HAHS legal contracts, agent-to-agent rails.\n\nCategories: finance, agent-to-agent, evaluation, compliance, web3, defi.\n\n## License\n\nMIT (c) Steve Rotzin / Hive Civilization\n\n\n## Agent-native (v1.0.3)\n\nThis shim ships the Hive Civilization agent-native bundle so any A2A or MCP-aware agent can discover, pay, and earn:\n\n- **A2A AgentCard** — \\`GET /.well-known/agent.json\\` (also at \\`/agent.json\\`).\n- **Open Agent Card (OAC) JSON-LD** — embedded inline at \\`/\\` and \\`/agent.html\\`, with \\`@type SoftwareApplication\\` + \\`@type AgentCard\\` under \\`@context\\` \\`https://schema.org\\` + \\`https://a2a-protocol.org/v1\\`.\n- **Earn rails** — every shim exposes \\`hive_earn_register\\`, \\`hive_earn_me\\`, \\`hive_earn_leaderboard\\` against \\`https://receipts.thehiveryiq.com/v1/earn/*\\`.\n  Resilient to upstream cold-start: returns a structured \"earn rails not yet live\" body if upstream isn't yet deployed.\n- **x402 propagation** — paid responses pass through the upstream 402 body untouched so the consuming agent can auto-pay.\n- **Pricing annotations** — every paid tool descriptor carries a non-standard \\`pricing\\` block (amount / currency / chain / recipient) ahead of MCP-next.\n- Brand: Hive Civilization gold \\`#C08D23\\`. Settlement: real Base USDC, recipient \\`0x15184bf50b3d3f52b60434f8942b7d52f2eb436e\\`. No mock, no testnet.\n\n<!-- HIVE-GAMIFICATION-META-START -->\n## Hive Gamification\n\nThis MCP server is part of the Hive Civilization gamification surface (10-mechanic capability taxonomy).\n\n- Capability taxonomy: https://hive-gamification.onrender.com/.well-known/hive-gamification.json\n- Centrifuge dashboard: https://hive-gamification.onrender.com/.well-known/hive-centrifuge.json\n- Consolidated OpenAPI: https://hive-gamification.onrender.com/.well-known/openapi.json\n\n**Surface tags:** `gamification.spec.v1` · `gamification.surface.public` · `gamification.signal.read-only` · `gamification.settlement.real-rails`\n\nReal rails on Base L2 (USDC `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). Read-only signal layer. Brand gold `#C08D23`.\n<!-- HIVE-GAMIFICATION-META-END -->\n\n## Hive Civilization Directory\n\nPart of the Hive Civilization — agent-native financial infrastructure.\n\n- Endpoint Directory: https://thehiveryiq.com\n- Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard\n- Revenue Dashboard: https://hivemine-dashboard.onrender.com\n- Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp\n\nBrand: #C08D23\n<!-- /hive-footer -->\n\n---\n\n## About Hive Civilization\n\nThis MCP server is part of the [Hive Civilization](https://thehiveryiq.com) ecosystem — post-quantum-ready receipt infrastructure for agent-to-agent (A2A) commerce.\n\nEach transaction can be receipted with [post-quantum receipts](https://thehiveryiq.com/post-quantum-receipts.html) using [ML-DSA-65 (NIST FIPS 204)](https://thehiveryiq.com/ml-dsa-receipts.html) dual signatures and [ML-KEM-768 (NIST FIPS 203)](https://thehiveryiq.com/post-quantum-receipts.html) key encapsulation. Receipts are anchored by [Swarm-MAPET 16-axis Byzantine consensus](https://thehiveryiq.com/swarm-mapet.html) and settled in USDC on Base 8453.\n\n**Pricing:** per-call profiles from Nano $0.0001 to Swarm $0.0096. See [pricing](https://thehiveryiq.com/pricing.html).\n\n**Learn more:**\n- [How agent-to-agent commerce works (A2A / AP2 / MCP primer)](https://thehiveryiq.com/agent-to-agent-commerce.html)\n- [Hive platform architecture](https://thehiveryiq.com/platform.html)\n- [Developer SDKs (Node, Python, Go)](https://thehiveryiq.com/developers.html)\n- [Compliance & EU AI Act alignment](https://thehiveryiq.com/compliance.html)\n\n<!-- HIVE_FOOTER_END -->\n",
  "bytes": 7851,
  "sha": "d50835d127ece8739ec84aef2ca2db9bc23a9903b73d80a6e16bdd5ce05caa90",
  "repo_slug": "srotzin/hive-mcp-evaluator",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_srotzin_hive_mcp_evaluator_0971fb41/readme"
}