Regulatory intelligence for AI agents across jurisdictions
{
"mcpServers": {
"io-github-vdineshk-ai-compliance-monitor": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Regulatory intelligence for AI agents across jurisdictions
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.vdineshk/ai-compliance-monitor and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
| 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 |
Server URL: https://ai-compliance-monitor.sgdata.workers.dev/mcp
# 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"
| 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) |
npm install -g wrangler)CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID environment variables# 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
This server feeds behavioral interaction data to the Dominion Observatory, the trust scoring layer for the AI agent economy.
MIT
Built by [@vdineshk](https://github.com/vdines