hive-mcp-audit-readiness

hive-mcp-audit-readiness

Computes multi-jurisdictional AI compliance readiness scores with sourced penalty math, enabling gap analysis and audit tier recommendations.

Category
访问服务器

README

<p align="center"> <a href="https://hive-mcp-audit-readiness.onrender.com/health"> <img src="https://img.shields.io/badge/Hive%20Civilization-MCP-C08D23?style=flat-square" alt="Hive Civilization MCP"/> </a> </p>

<h1 align="center">hive-mcp-audit-readiness</h1>

<p align="center"><strong>EU AI Act · Colorado AI Act · CCPA · SB 942 · LL 144 · HIPAA — readiness scoring with sourced penalty math</strong></p>

<p align="center"> <a href="https://glama.ai/mcp/servers"><img alt="Glama" src="https://img.shields.io/badge/Glama-pending-C08D23?style=flat-square"/></a> <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> <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> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-C08D23?style=flat-square"/></a> <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> <a href="https://www.opensanctions.org/"><img alt="OpenSanctions" src="https://img.shields.io/badge/OpenSanctions-integrated-C08D23?style=flat-square"/></a> </p>

<p align="center"> <code>https://hive-mcp-audit-readiness.onrender.com/mcp</code> </p>


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 /mcp

  • Discovery: GET /.well-known/mcp.json

  • Health: GET /health

  • Auth: none — free

  • Rate limit: 10 requests / IP / hour

  • Brand gold: Pantone 1245 C / #C08D23

Tools

Tool Description
audit_readiness_score Compute a multi-jurisdictional readiness score: penalty exposure (EUR + USD), Article-citing compliance gaps, recommended audit tier, nearest deadline.
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).

Backend endpoints

Method Path Purpose
POST /v1/audit/readiness 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.json

Connect 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).

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选