{
  "markdown": "<p align=\"center\">\n  <a href=\"https://hive-mcp-audit-readiness.onrender.com/health\">\n    <img src=\"https://img.shields.io/badge/Hive%20Civilization-MCP-C08D23?style=flat-square\" alt=\"Hive Civilization MCP\"/>\n  </a>\n</p>\n\n<h1 align=\"center\">hive-mcp-audit-readiness</h1>\n\n<p align=\"center\"><strong>EU AI Act · Colorado AI Act · CCPA · SB 942 · LL 144 · HIPAA — readiness scoring with sourced penalty math</strong></p>\n\n<p align=\"center\">\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://hive-mcp-audit-readiness.onrender.com/health\"><img alt=\"Live\" src=\"https://img.shields.io/badge/service-live-C08D23?style=flat-square\"/></a>\n  <a href=\"https://github.com/srotzin/hive-mcp-audit-readiness/releases\"><img alt=\"Release\" src=\"https://img.shields.io/github/v/release/srotzin/hive-mcp-audit-readiness?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  <a href=\"https://github.com/srotzin/hive-mcp-audit-readiness/actions/workflows/codeql.yml\"><img alt=\"CodeQL\" src=\"https://img.shields.io/badge/CodeQL-enabled-C08D23?style=flat-square\"/></a>\n  <a href=\"https://www.opensanctions.org/\"><img alt=\"OpenSanctions\" src=\"https://img.shields.io/badge/OpenSanctions-integrated-C08D23?style=flat-square\"/></a>\n</p>\n\n<p align=\"center\">\n  <code>https://hive-mcp-audit-readiness.onrender.com/mcp</code>\n</p>\n\n---\n\n## What this is\n\n`hive-mcp-audit-readiness` is a Model Context Protocol (MCP) server that wraps the live HiveAudit Readiness assessment endpoint at `https://hivemorph.onrender.com/v1/audit/readiness`. It computes a multi-jurisdictional AI compliance readiness score in a single call: penalty exposure in EUR and USD, Article-citing compliance gaps, recommended audit tier, and the nearest enforcement deadline.\n\nPenalty math is sourced from the regulations directly:\n\n- **EU AI Act** — Reg 2024/1689 Art 99 (€15M floor, €35M cap, 3% / 7% turnover)\n- **Colorado AI Act** — CRS § 6-1-1701 ($20K per consumer violation, effective 2026-06-30)\n- **California SB 942** — Cal. Bus. & Prof. § 22757 ($5K / violation / day)\n- **CCPA** — Cal. Civ. § 1798.155 ($7,500 per violation)\n- **NYC LL 144** — § 20-871 ($1,500 per occurrence)\n- **HIPAA** — 45 CFR § 160.404 ($1.5M annual cap)\n- **NIST AI RMF** + **ISO 42001** — gap analysis only, no penalty math\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- **Auth:** none — free\n- **Rate limit:** 10 requests / IP / hour\n- **Brand gold:** Pantone 1245 C / `#C08D23`\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `audit_readiness_score` | Compute a multi-jurisdictional readiness score: penalty exposure (EUR + USD), Article-citing compliance gaps, recommended audit tier, nearest deadline. |\n| `audit_get_tier_pricing` | Get the four published HiveAudit tier prices and brackets (STARTER $500 / STANDARD $1,500 / ENTERPRISE $2,500 / FEDERAL $7,500/yr). |\n\n## Backend endpoints\n\n| Method | Path | Purpose |\n|---|---|---|\n| `POST` | `/v1/audit/readiness` | Multi-jurisdictional readiness score |\n\n## Run locally\n\n```bash\ngit clone https://github.com/srotzin/hive-mcp-audit-readiness.git\ncd hive-mcp-audit-readiness\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\n\n```json\n{\n  \"mcpServers\": {\n    \"hive-audit-readiness\": {\n      \"url\": \"https://hive-mcp-audit-readiness.onrender.com/mcp\",\n      \"transport\": \"streamable-http\"\n    }\n  }\n}\n```\n\n### Coinbase AgentKit (Model Context Protocol extension)\n\n```typescript\nimport { AgentKit } from \"@coinbase/agentkit\";\nimport { McpClient } from \"@modelcontextprotocol/sdk/client\";\n\nconst audit = new McpClient();\nawait audit.connect({\n  url: \"https://hive-mcp-audit-readiness.onrender.com/mcp\",\n  transport: \"streamable-http\"\n});\n\nconst agentKit = await AgentKit.from({\n  cdpApiKeyId: process.env.CDP_API_KEY_ID,\n  cdpApiKeySecret: process.env.CDP_API_KEY_SECRET,\n  mcpClients: [audit]\n});\n```\n\n### GOAT SDK\n\nGOAT SDK consumes any MCP server via its `@goat-sdk/plugin-mcp` adapter — point at `https://hive-mcp-audit-readiness.onrender.com/mcp`.\n\n### Pulse MCP\n\nAuto-crawled from the Official MCP Registry entry `io.github.srotzin/hive-mcp-audit-readiness`.\n\n### Glama / MCP.so / mcpverse / mcp-hunt / mkinf\n\nAuto-crawled from this GitHub repo.\n\n## Example call\n\n```bash\ncurl -s -X POST https://hive-mcp-audit-readiness.onrender.com/mcp \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"jsonrpc\":\"2.0\",\n    \"id\":1,\n    \"method\":\"tools/call\",\n    \"params\":{\n      \"name\":\"audit_readiness_score\",\n      \"arguments\":{\n        \"organization_country\":\"DE\",\n        \"jurisdictions\":[\"EU\"],\n        \"data_volume_records\":500000,\n        \"agent_count\":10,\n        \"monthly_inference_calls\":5000000,\n        \"sectors\":[\"finance\"],\n        \"frameworks\":[\"eu_ai_act\",\"gdpr\"],\n        \"company\":\"Example GmbH\"\n      }\n    }\n  }'\n```\n\nReturns penalty exposure (€15M EU AI Act Art 99), specific gaps (Articles 12, 13), and the recommended ENTERPRISE tier ($2,500) with a 30-day Professional trial CTA.\n\n## Disclaimers\n\n- This is an automated readiness score, not legal advice. Engage qualified counsel for binding compliance opinions.\n- Penalty math reflects statutory ceilings as of 2026-04-30. Statutes change — verify the regulation source if relying on a specific number.\n- The HiveAudit Professional trial is a 30-day evaluation. The four tier prices are one-time bundles or annual subscriptions; see [thehiveryiq.com/pricing](https://thehiveryiq.com/pricing).\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n---\n\nBrand gold: Pantone 1245 C / `#C08D23`. Treasury (EIP-55): `0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E` (Base mainnet).\n",
  "bytes": 6004,
  "sha": "7241e9c9653fe9887f92919099cf5ee4d899c90776e9cdf190c5a9b0dcc20567",
  "repo_slug": "srotzin/hive-mcp-audit-readiness",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_srotzin_hive_mcp_audit_readine_14df3262/readme"
}