trackmcp
Back to directory
Leviai-ai

compliance-mcp

View on GitHub

AI Compliance Calendar MCP server - regulations, deadlines, risk assessment across jurisdictions

0 stars JavaScriptOthers Updated Apr 2, 2026

Documentation

AI Compliance Calendar MCP Server

License: MIT
TypeScript
Model Context Protocol

> ๐Ÿ›๏ธ AI Compliance Calendar โ€” Your comprehensive AI regulations and compliance deadline tracker

Track AI regulations, deadlines, risk assessments, and policy updates across global jurisdictions. Never miss a compliance deadline again.

๐ŸŒ Coverage

Jurisdictions: EU, US, UK, Canada, China, Singapore

Regulations: EU AI Act, CCPA/CPRA, NIST AI Framework, UK AI Act, Canada AIDA, and more

Data: Pre-populated with real compliance data and deadlines

๐Ÿ› ๏ธ Tools

1. get_regulations

Search and filter AI regulations by jurisdiction, category, and status.

code
jurisdiction: US | EU | UK | CA | CN | SG (optional)
category: privacy, safety, transparency, governance (optional) 
status: active, enacted, draft, bill, guidance (optional)
search: free text search (optional)

2. compliance_calendar

Get upcoming compliance deadlines and milestones with priority levels.

code
jurisdiction: filter by region (optional)
days_ahead: how far to look ahead (default: 365)
priority: critical, high, medium, low (optional)
regulation: specific regulation filter (optional)

3. regulation_summary

Detailed breakdown of specific AI regulations including requirements and timelines.

code
regulation_id: eu-ai-act, ccpa, nist-ai-framework, etc.

4. risk_assessment

Assess compliance risks for AI use cases across jurisdictions.

code
use_case: healthcare-diagnosis, hiring-screening, content-moderation, etc.
jurisdictions: array of jurisdictions to assess
custom_description: for custom use cases (optional)

5. policy_updates

Track recent policy changes and regulatory developments.

code
jurisdiction: filter by region (optional)
regulation: filter by regulation (optional)
days_back: how far back to search (default: 90)
impact_level: high, medium, low (optional)

6. jurisdiction_compare

Compare AI regulations across multiple jurisdictions.

code
jurisdictions: array of jurisdictions to compare
focus_area: privacy, safety, transparency, penalties, timelines (optional)

๐ŸŽฏ Use Cases

  • Legal Teams: Track compliance deadlines and regulatory changes
  • AI Developers: Assess risks for AI systems across markets
  • Compliance Officers: Monitor upcoming requirements and deadlines
  • Policy Researchers: Compare regulatory approaches globally
  • Consultants: Advise clients on multi-jurisdictional compliance

๐Ÿš€ Quick Start

Install & Build

bash
cd /path/to/compliance-mcp
npm install
npm run build

Test the Server

bash
npm run dev

Use with Claude Desktop

Add to your `claude_desktop_config.json`:

json
{
  "mcpServers": {
    "compliance-mcp": {
      "command": "node",
      "args": ["/path/to/compliance-mcp/build/index.js"]
    }
  }
}

๐Ÿ“Š Data Coverage

Regulations Tracked

  • ๐Ÿ‡ช๐Ÿ‡บ EU AI Act (2024-2026 timeline)
  • ๐Ÿ‡บ๐Ÿ‡ธ CCPA/CPRA (California privacy laws)
  • ๐Ÿ‡บ๐Ÿ‡ธ NIST AI Framework (Federal guidance)
  • ๐Ÿ‡ฌ๐Ÿ‡ง UK AI Act (Draft legislation)
  • ๐Ÿ‡จ๐Ÿ‡ฆ Canada AIDA (Bill C-27)
  • ๐Ÿ‡จ๐Ÿ‡ณ Algorithm Provisions (China)
  • ๐Ÿ‡ธ๐Ÿ‡ฌ Model AI Governance (Singapore)

Risk Assessment Templates

  • Healthcare diagnosis systems
  • Hiring and recruitment AI
  • Content moderation systems
  • Financial credit scoring
  • Autonomous vehicles
  • Customer service chatbots

Compliance Calendar Highlights

  • ๐Ÿ”ด Aug 2, 2026: EU AI Act full compliance deadline
  • ๐ŸŸ  Feb 2, 2025: EU AI Act prohibited practices ban
  • ๐ŸŸก 2024-2025: Multiple regulatory guidance releases

๐Ÿ—๏ธ Architecture

code
src/
โ”œโ”€โ”€ index.ts              # Main MCP server implementation
โ””โ”€โ”€ data/                 # JSON databases (no external APIs needed)
    โ”œโ”€โ”€ regulations.json  # Comprehensive regulation data
    โ”œโ”€โ”€ calendar.json     # Compliance deadlines & milestones  
    โ”œโ”€โ”€ risk-templates.json # Risk assessment templates
    โ””โ”€โ”€ policy-updates.json # Recent policy developments

Features:

  • โœ… Zero API dependencies โ€” all data local
  • โœ… Real regulation data โ€” not synthetic
  • โœ… Multi-jurisdiction โ€” global coverage
  • โœ… Risk-based approach โ€” practical assessments
  • โœ… Calendar integration โ€” never miss deadlines

๐Ÿ“„ Example Queries

"What are the upcoming EU AI Act deadlines?"

code
compliance_calendar(jurisdiction="EU", regulation="eu-ai-act")

"Assess hiring AI risks in US and EU"

code
risk_assessment(use_case="hiring-screening", jurisdictions=["US", "EU"])

"What's new in AI policy this month?"

code
policy_updates(days_back=30, impact_level="high")

"Compare privacy approaches: EU vs US"

code
jurisdiction_compare(jurisdictions=["EU", "US"], focus_area="privacy")

๐Ÿ”„ Updates

The regulation database is manually curated from official sources and updated regularly. Key data sources:

  • EU AI Act official text and implementing acts
  • NIST AI Risk Management Framework
  • State and federal AI legislation (US)
  • Regulatory guidance documents
  • Official government publications

๐Ÿ“œ License

MIT License - see LICENSE for details.

๐Ÿค Contributing

Contributions welcome! Please:

1. Ensure data accuracy with official sources

2. Follow the existing JSON schema

3. Update both data files and documentation

4. Test thoroughly before submitting


โš–๏ธ Built for AI practitioners who take compliance seriously.

*Note: This tool provides information for educational purposes. Always consult with qualified legal professionals for compliance advice.*

Frequently asked questions

What is compliance-mcp?

compliance-mcp is AI Compliance Calendar MCP server - regulations, deadlines, risk assessment across jurisdictions

How do I install compliance-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is compliance-mcp open source?

Yes โ€” it is hosted on GitHub at https://github.com/Leviai-ai/compliance-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP