ai-compliance-monitor
AI 合规监控器
为跨司法管辖区运行的 AI 智能体提供结构化的监管情报。
这是首个专为 AI 智能体合规性构建的 MCP 服务器。检查欧盟《人工智能法案》、新加坡 IMDA 智能体 AI 框架和科罗拉多州《人工智能法案》的义务、截止日期和跨司法管辖区要求。
为什么存在此工具
跨国运行的 AI 智能体面临着碎片化的监管环境。欧盟《人工智能法案》要求自动记录(第 12 条)。新加坡的 IMDA 框架强制要求升级协议。科罗拉多州要求进行影响评估。目前还没有现成的工具可以将智能体行为映射到各司法管辖区的具体监管要求中。
该服务器提供机器可读的结构化监管情报,AI 智能体可以在运行时查询这些情报,以了解其合规义务。
Related MCP server: Dominion Observatory
MCP 工具
工具 | 描述 |
| 根据智能体用例 + 司法管辖区 → 适用要求 |
| 包含证据要求的结构化法规详情 |
| 执行日期、处罚、合规里程碑 |
| 各法规间义务的并排比较 |
快速入门
通过 MCP 连接
Server URL: https://ai-compliance-monitor.sgdata.workers.dev/mcpREST API
# Check obligations for a hiring agent
curl "https://ai-compliance-monitor.sgdata.workers.dev/api/obligations?use_case=hiring_screening"
# Get EU AI Act requirements
curl "https://ai-compliance-monitor.sgdata.workers.dev/api/regulations?regulation_id=eu-ai-act"
# Check upcoming deadlines
curl "https://ai-compliance-monitor.sgdata.workers.dev/api/deadlines"
# Compare transparency requirements across jurisdictions
curl "https://ai-compliance-monitor.sgdata.workers.dev/api/compare?category=transparency"
# Service stats
curl "https://ai-compliance-monitor.sgdata.workers.dev/api/stats"监管覆盖范围
法规 | 司法管辖区 | 状态 | 关键截止日期 |
欧盟《人工智能法案》 | 欧盟 | 有效 | 2026 年 8 月 2 日(高风险) |
IMDA 智能体 AI 框架 | 新加坡 | 有效(自愿) | 2026 年 1 月发布 |
科罗拉多州《人工智能法案》(SB 24-205) | 美国科罗拉多州 | 有效 | 2026 年 2 月 1 日(强制执行) |
涵盖的用例
招聘/筛选
信用评分
客户服务智能体
内容审核
医疗分诊
自主编码智能体
金融交易智能体
部署(自托管)
先决条件
已启用 Workers 的 Cloudflare 账户
Wrangler CLI (
npm install -g wrangler)CLOUDFLARE_API_TOKEN和CLOUDFLARE_ACCOUNT_ID环境变量
部署
# Clone the repo
git clone https://github.com/vdineshk/ai-compliance-monitor.git
cd ai-compliance-monitor
# Install dependencies
npm install
# Create D1 database
npx wrangler d1 create ai-compliance-monitor-db
# Copy the database_id from output into wrangler.toml
# Run migrations
npx wrangler d1 migrations apply ai-compliance-monitor-db --remote
# Seed regulatory data
npx wrangler d1 execute ai-compliance-monitor-db --remote --file=./migrations/0002_seed_data.sql
# Deploy
npx wrangler deploy试运行(验证免费层合规性)
npx wrangler deploy --dry-run数据模型
法规:顶级监管框架(欧盟《人工智能法案》、IMDA、科罗拉多州)
义务:各法规内的具体要求,按类别分类
截止日期:包含处罚信息的执行日期
义务映射:跨司法管辖区的等效性映射
用例义务:将智能体用例映射到适用义务
Dominion 智能体经济引擎的一部分
该服务器将行为交互数据馈送到 Dominion Observatory,这是 AI 智能体经济的信任评分层。
许可证
MIT
联系方式
由 @vdineshk 构建 | 新加坡
This server cannot be deployed
Maintenance
Related MCP Connectors
Register every AI agent, log every action, prove it. EU AI Act compliance built in.
Pre-action allow/deny for AI agents. 24 statutes, 13 jurisdictions: EU AI Act, GDPR, DPDP.
Governance maturity assessment, compliance gap analysis, and evidence-linked briefs for AI agents.
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
Related MCP Servers
- FlicenseAqualityFmaintenanceProvides policy-based access control, incident tracking, and compliance monitoring to govern AI agent behavior. It enables organizations to enforce security rules and maintain audit trails by validating agent actions against trust levels and pattern-based policies.61-
- AlicenseNot gradedqualityDmaintenanceTracks MCP server behavior from agent-reported interactions. Provides trust scores, behavioral baselines, anomaly detection, and compliance audit exports for EU AI Act and Singapore IMDA frameworks.9 npm1MIT

Vaikora Guard MCPofficial
AlicenseNot gradedqualityDmaintenanceEnforces deterministic policies on AI agent tool calls, evaluating actions against compliance modules (SOC 2, HIPAA, GDPR, etc.) and returning ALLOW, BLOCK, or CONSTRAIN decisions with an audit trail.MIT- AlicenseAqualityDmaintenanceCompliance and guardrails infrastructure for AI agents, enabling safe operations within regulatory boundaries like GDPR and EU AI Act.6MIT