{
  "name": "ai-compliance-monitor",
  "version": "1.0.0",
  "description": "Structured regulatory intelligence for AI agents. Check compliance obligations, deadlines, and cross-jurisdiction requirements for EU AI Act, Singapore IMDA Agentic AI Framework, and Colorado AI Act.",
  "tools": [
    {
      "name": "check_obligations",
      "description": "Given an AI agent use case and optional jurisdiction, returns all applicable regulatory obligations with evidence requirements, enforcement dates, and penalty information. Use this to understand what compliance requirements apply to a specific type of AI agent."
    },
    {
      "name": "get_regulation_articles",
      "description": "Returns structured, machine-readable regulation details including specific articles, obligation classifications, risk levels, and evidence requirements. Use this to understand the detailed requirements of a specific regulation."
    },
    {
      "name": "check_deadline",
      "description": "Returns upcoming and recent compliance deadlines with enforcement dates, penalty information, and related obligations. Use this to understand time-sensitive compliance requirements."
    },
    {
      "name": "compare_jurisdictions",
      "description": "Side-by-side comparison of regulatory obligations across jurisdictions for a given compliance category. Shows equivalent, overlapping, stricter, and weaker mappings between regulations. Use this to understand how requirements differ across borders."
    }
  ],
  "protocol": "MCP/1.0",
  "transport": "streamable-http"
}