Skip to main content
Glama

AI 合规监控器

为跨司法管辖区运行的 AI 智能体提供结构化的监管情报。

这是首个专为 AI 智能体合规性构建的 MCP 服务器。检查欧盟《人工智能法案》、新加坡 IMDA 智能体 AI 框架和科罗拉多州《人工智能法案》的义务、截止日期和跨司法管辖区要求。

为什么存在此工具

跨国运行的 AI 智能体面临着碎片化的监管环境。欧盟《人工智能法案》要求自动记录(第 12 条)。新加坡的 IMDA 框架强制要求升级协议。科罗拉多州要求进行影响评估。目前还没有现成的工具可以将智能体行为映射到各司法管辖区的具体监管要求中。

该服务器提供机器可读的结构化监管情报,AI 智能体可以在运行时查询这些情报,以了解其合规义务。

MCP 工具

工具

描述

check_obligations

根据智能体用例 + 司法管辖区 → 适用要求

get_regulation_articles

包含证据要求的结构化法规详情

check_deadline

执行日期、处罚、合规里程碑

compare_jurisdictions

各法规间义务的并排比较

快速入门

通过 MCP 连接

Server URL: https://ai-compliance-monitor.sgdata.workers.dev/mcp

REST 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_TOKENCLOUDFLARE_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 构建 | 新加坡

-
security - not tested
F
license - not found
-
quality - not tested

Latest Blog Posts

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/vdineshk/ai-compliance-monitor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server