HiveAudit Readiness

Multi-jurisdictional AI compliance readiness scoring with sourced penalty math. Free, no auth, no email gate.

Frameworks:EU AI Act · Colorado AI Act · CCPA · SB942 · NYC LL144 · HIPAA · GDPR · NIST AI RMF · ISO 42001Rate limit:10 / IP / hourOutput:Penalty exposure (EUR + USD) · article-level gaps · recommended audit tier · nearest enforcement deadline

Run via MCP (agents)

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","US-CA"],
        "data_volume_records":2500000,
        "agent_count":12,
        "monthly_inference_calls":4000000,
        "sectors":["finance","employment"],
        "frameworks":["eu_ai_act","co_ai_act","ccpa","gdpr"]
      }
    }
  }'

Run via REST (humans / scripts)

curl -s -X POST https://hivemorph.onrender.com/v1/audit/readiness \
  -H 'content-type: application/json' \
  -d '{ "organization_country": "DE", "jurisdictions": ["EU"], ... }'

Pricing tiers

Audit Starter$500 · <$500,000 exposure · Single audit bundle, 30-day window, up to 10K calls, PDF + JSON export.Audit Standard$1,500 · <$5,000,000 exposure · Single audit bundle, 90-day window, up to 100K calls, PDF + JSON export, multi-jurisdiction.Audit Enterprise$2,500 · <$50,000,000 exposure · Single audit bundle, 180-day window, up to 500K calls, EU AI Act + NIST AI RMF + ISO 42001 mapping, white-glove delivery.Audit Federal$7,500 · unbounded · Annual subscription. Federal-agency contracts or organizations with >$50M penalty exposure. Continuous monitoring, quarterly attestation, FedRAMP-aligned controls.

Discovery: /.well-known/mcp.json · Health: /health · Repo: github.com/srotzin/hive-mcp-audit-readiness