MCP Catalogs
Home

ai-compliance-monitor

by vdineshk·0·Score 36

MCP server providing structured regulatory intelligence for AI agents to ensure compliance across jurisdictions.

ai-llmmonitoringdeveloper-tools
0
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The AI Compliance Monitor is an MCP server designed to help AI agents understand and comply with regulatory requirements across multiple jurisdictions. It provides tools to check obligations, access detailed regulation articles, monitor deadlines, and compare requirements across different frameworks. Currently supporting the EU AI Act, Singapore IMDA Agentic AI Framework, and Colorado AI Act, it covers key use cases like hiring screening, credit scoring, customer service agents, and more. The server offers both MCP protocol access and a REST API for integration.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI agents hiring/recruitment screening tools
you:Financial services credit scoring systems
you:Healthcare medical triage applications
you:What regulations are currently supported?
you:Can I self-host this server?

When to choose this

Teams building AI agents that need to comply with multiple international regulations, especially those already using or comfortable with Cloudflare infrastructure.

When NOT to choose this

If you need compliance coverage for jurisdictions beyond EU, Singapore, and Colorado, or if you require self-hosting options outside of Cloudflare.

Tools this server exposes

4 tools extracted from the README
  • 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

Comparable tools

regulation-mcplegal-compliance-assistantpolicy-engine-api

Installation

Installation via MCP

Add the following to your Claude Desktop configuration:

{
  "mcpServers": {
    "ai-compliance-monitor": {
      "command": "npx",
      "args": ["@modelcontextprotocol/server-ai-compliance-monitor"],
      "env": {}
    }
  }
}

Self-Hosted Deployment

  1. Clone the repository:

``bash git clone https://github.com/vdineshk/ai-compliance-monitor.git cd ai-compliance-monitor ``

  1. Install dependencies:

``bash npm install ``

  1. Create D1 database:

``bash npx wrangler d1 create ai-compliance-monitor-db # Copy database_id into wrangler.toml ``

  1. Run migrations and seed data:

``bash npx wrangler d1 migrations apply ai-compliance-monitor-db --remote npx wrangler d1 execute ai-compliance-monitor-db --remote --file=./migrations/0002_seed_data.sql ``

  1. Deploy:

``bash npx wrangler deploy ``

FAQ

What regulations are currently supported?
Currently supports the EU AI Act, Singapore IMDA Agentic AI Framework, and Colorado AI Act (SB 24-205).
Can I self-host this server?
Yes, the server can be self-hosted on Cloudflare Workers with a D1 database. Detailed deployment instructions are provided in the README.

Compare ai-compliance-monitor with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.