ai-compliance-monitor

ai-compliance-monitor

Maps AI agent behavior to regulatory obligations across EU AI Act, Singapore IMDA Agentic AI Framework, and Colorado AI Act. Checks compliance status and generates regulatory reports.

Category
Visit Server

README

AI Compliance Monitor

Structured regulatory intelligence for AI agents operating across jurisdictions.

The first MCP server purpose-built for AI agent compliance. Check obligations, deadlines, and cross-jurisdiction requirements for the EU AI Act, Singapore IMDA Agentic AI Framework, and Colorado AI Act.

Why This Exists

AI agents operating across borders face a fragmented regulatory landscape. The EU AI Act requires automatic logging (Article 12). Singapore's IMDA framework mandates escalation protocols. Colorado demands impact assessments. No existing tool maps agent behavior to specific regulatory requirements across jurisdictions.

This server provides machine-readable, structured regulatory intelligence that AI agents can query at runtime to understand their compliance obligations.

MCP Tools

Tool Description
check_obligations Given an agent use case + jurisdiction → applicable requirements
get_regulation_articles Structured regulation details with evidence requirements
check_deadline Enforcement dates, penalties, compliance milestones
compare_jurisdictions Side-by-side obligation comparison across regulations

Quick Start

Connect via 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"

Regulatory Coverage

Regulation Jurisdiction Status Key Deadline
EU AI Act European Union Active Aug 2, 2026 (high-risk)
IMDA Agentic AI Framework Singapore Active (voluntary) Published Jan 2026
Colorado AI Act (SB 24-205) Colorado, US Active Feb 1, 2026 (enforced)

Use Cases Covered

  • Hiring/recruitment screening
  • Credit scoring
  • Customer service agents
  • Content moderation
  • Medical triage
  • Autonomous coding agents
  • Financial trading agents

Deployment (Self-Host)

Prerequisites

  • Cloudflare account with Workers enabled
  • Wrangler CLI (npm install -g wrangler)
  • CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID environment variables

Deploy

# 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

Dry Run (verify free-tier compliance)

npx wrangler deploy --dry-run

Data Model

  • Regulations: Top-level regulatory frameworks (EU AI Act, IMDA, Colorado)
  • Obligations: Specific requirements within each regulation, classified by category
  • Deadlines: Enforcement dates with penalty information
  • Obligation Mappings: Cross-jurisdiction equivalence mappings
  • Use Case Obligations: Maps agent use cases to applicable obligations

Part of the Dominion Agent Economy Engine

This server feeds behavioral interaction data to the Dominion Observatory, the trust scoring layer for the AI agent economy.

License

MIT

Contact

Built by @vdineshk | Singapore

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured