CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Ai Compliance Monitor

vdineshk/ai-compliance-monitor
HTTPregistry active
Summary

Gives your AI agent runtime access to compliance requirements across the EU AI Act, Singapore's IMDA framework, and Colorado SB 24-205. Exposes four tools: check_obligations maps use cases like hiring or credit scoring to specific regulatory articles, get_regulation_articles returns structured requirements with evidence needs, check_deadline surfaces enforcement dates and penalties, and compare_jurisdictions does side-by-side analysis. Runs on Cloudflare Workers with a D1 backend containing obligation mappings, deadlines, and cross-jurisdiction equivalences. Reach for this if you're building agents that operate across borders and need to answer "what logging does Article 12 require" or "does Singapore mandate human escalation for this use case" without manual legal research.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

ToolDescription
check_obligationsGiven an agent use case + jurisdiction → applicable requirements
get_regulation_articlesStructured regulation details with evidence requirements
check_deadlineEnforcement dates, penalties, compliance milestones
compare_jurisdictionsSide-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

RegulationJurisdictionStatusKey Deadline
EU AI ActEuropean UnionActiveAug 2, 2026 (high-risk)
IMDA Agentic AI FrameworkSingaporeActive (voluntary)Published Jan 2026
Colorado AI Act (SB 24-205)Colorado, USActiveFeb 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Monitoring & Observability
Registryactive
TransportHTTP
UpdatedApr 10, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
Mcp Observability

io.github.infoinlet-marketplace/mcp-observability

Observability for incident agents — query Loki (LogQL), Prometheus (PromQL), Elasticsearch.
Monitor

betterdb-inc/monitor

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
1.1k
Datadog

com.mcparmory/datadog

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events
25
Observability Mcp

thotischner/observability-mcp

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.
5
Datadog Mcp

io.github.tantiope/datadog-mcp

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools
4
Datadog

io.github.us-all/datadog

Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet
1