hive-mcp-audit-readiness
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hive-mcp-audit-readinessevaluate my AI system compliance with EU AI Act"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What this is
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.
Penalty math is sourced from the regulations directly:
EU AI Act — Reg 2024/1689 Art 99 (€15M floor, €35M cap, 3% / 7% turnover)
Colorado AI Act — CRS § 6-1-1701 ($20K per consumer violation, effective 2026-06-30)
California SB 942 — Cal. Bus. & Prof. § 22757 ($5K / violation / day)
CCPA — Cal. Civ. § 1798.155 ($7,500 per violation)
NYC LL 144 — § 20-871 ($1,500 per occurrence)
HIPAA — 45 CFR § 160.404 ($1.5M annual cap)
NIST AI RMF + ISO 42001 — gap analysis only, no penalty math
Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
Transport:
POST /mcpDiscovery:
GET /.well-known/mcp.jsonHealth:
GET /healthAuth: none — free
Rate limit: 10 requests / IP / hour
Brand gold: Pantone 1245 C /
#C08D23
Related MCP server: EU AI Act Compliance MCP Server
Tools
Tool | Description |
| Compute a multi-jurisdictional readiness score: penalty exposure (EUR + USD), Article-citing compliance gaps, recommended audit tier, nearest deadline. |
| Get the four published HiveAudit tier prices and brackets (STARTER $500 / STANDARD $1,500 / ENTERPRISE $2,500 / FEDERAL $7,500/yr). |
Backend endpoints
Method | Path | Purpose |
|
| Multi-jurisdictional readiness score |
Run locally
git clone https://github.com/srotzin/hive-mcp-audit-readiness.git
cd hive-mcp-audit-readiness
npm install
npm start
# server up on http://localhost:3000/mcp
curl http://localhost:3000/health
curl http://localhost:3000/.well-known/mcp.jsonConnect from an MCP client
Claude Desktop, Cursor, Manus
{
"mcpServers": {
"hive-audit-readiness": {
"url": "https://hive-mcp-audit-readiness.onrender.com/mcp",
"transport": "streamable-http"
}
}
}Coinbase AgentKit (Model Context Protocol extension)
import { AgentKit } from "@coinbase/agentkit";
import { McpClient } from "@modelcontextprotocol/sdk/client";
const audit = new McpClient();
await audit.connect({
url: "https://hive-mcp-audit-readiness.onrender.com/mcp",
transport: "streamable-http"
});
const agentKit = await AgentKit.from({
cdpApiKeyId: process.env.CDP_API_KEY_ID,
cdpApiKeySecret: process.env.CDP_API_KEY_SECRET,
mcpClients: [audit]
});GOAT SDK
GOAT SDK consumes any MCP server via its @goat-sdk/plugin-mcp adapter — point at https://hive-mcp-audit-readiness.onrender.com/mcp.
Pulse MCP
Auto-crawled from the Official MCP Registry entry io.github.srotzin/hive-mcp-audit-readiness.
Glama / MCP.so / mcpverse / mcp-hunt / mkinf
Auto-crawled from this GitHub repo.
Example call
curl -s -X POST https://hive-mcp-audit-readiness.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc":"2.0",
"id":1,
"method":"tools/call",
"params":{
"name":"audit_readiness_score",
"arguments":{
"organization_country":"DE",
"jurisdictions":["EU"],
"data_volume_records":500000,
"agent_count":10,
"monthly_inference_calls":5000000,
"sectors":["finance"],
"frameworks":["eu_ai_act","gdpr"],
"company":"Example GmbH"
}
}
}'Returns 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.
Disclaimers
This is an automated readiness score, not legal advice. Engage qualified counsel for binding compliance opinions.
Penalty math reflects statutory ceilings as of 2026-04-30. Statutes change — verify the regulation source if relying on a specific number.
The HiveAudit Professional trial is a 30-day evaluation. The four tier prices are one-time bundles or annual subscriptions; see thehiveryiq.com/pricing.
License
MIT — see LICENSE.
Brand gold: Pantone 1245 C / #C08D23. Treasury (EIP-55): 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E (Base mainnet).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides comprehensive GDPR compliance assessment tools for AI/ML systems, including lawful basis determination, DPIA generation, and data subject rights handling. It also crosswalks GDPR requirements to EU AI Act obligations with AI-specific considerations throughout.Last updated629MIT
- Alicense-qualityFmaintenanceProvides automated EU AI Act compliance tools, including risk classification, role determination, transparency disclosures, content watermarking, deepfake labeling, and security threat detection.Last updated31Apache 2.0
- AlicenseAqualityBmaintenanceEnables EU AI Act compliance assessment by classifying AI systems, listing obligations, computing deadlines, and scanning repos for required documentation, all running locally.Last updated42MIT
- Alicense-qualityDmaintenanceTracks AI regulations, deadlines, risk assessments, and policy updates across multiple global jurisdictions, helping users stay compliant with evolving AI laws.Last updated6MIT
Related MCP Connectors
Verified, tier-0 regulatory data for AI across 850+ official sources and 50+ jurisdictions.
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
EU AI Act sovereignty scanning. Provider residency, registration status, audit trail support.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srotzin/hive-mcp-audit-readiness'
If you have feedback or need assistance with the MCP directory API, please join our Discord server