Skip to main content
Glama

AIコンプライアンスモニター

複数の法域で運用されるAIエージェントのための構造化された規制インテリジェンス。

AIエージェントのコンプライアンスのために特別に構築された初のMCPサーバーです。EU AI法、シンガポールIMDAエージェントAIフレームワーク、コロラド州AI法に関する義務、期限、および法域をまたぐ要件を確認できます。

なぜこれが必要なのか

国境を越えて運用されるAIエージェントは、断片化された規制環境に直面しています。EU AI法は自動ログ記録(第12条)を義務付けています。シンガポールのIMDAフレームワークはエスカレーションプロトコルを義務付けています。コロラド州は影響評価を要求しています。既存のツールには、エージェントの挙動を法域をまたいで特定の規制要件にマッピングできるものはありません。

このサーバーは、AIエージェントが実行時にクエリしてコンプライアンス上の義務を理解できる、機械可読な構造化された規制インテリジェンスを提供します。

Related MCP server: Dominion Observatory

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"

規制対象

規制

法域

ステータス

主要な期限

EU AI法

欧州連合

有効

2026年8月2日(高リスク)

IMDAエージェントAIフレームワーク

シンガポール

有効(任意)

2026年1月公開

コロラド州AI法 (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

データモデル

  • 規制: 最上位の規制フレームワーク(EU AI法、IMDA、コロラド州)

  • 義務: 各規制内の特定の要件(カテゴリ別に分類)

  • 期限: 罰則情報を含む施行日

  • 義務マッピング: 法域をまたぐ同等性のマッピング

  • ユースケース義務: エージェントのユースケースを適用可能な義務にマッピング

Dominionエージェント経済エンジンの構成要素

このサーバーは、AIエージェント経済の信頼スコアリング層であるDominion Observatoryに、行動インタラクションデータを提供します。

ライセンス

MIT

お問い合わせ

作成者: @vdineshk | シンガポール

Related MCP Connectors

Related MCP Servers

  • F
    license
    A
    quality
    F
    maintenance
    Provides 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.
    6
    1
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Tracks 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 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enforces 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