Odel
sovereign ai act mcp

sovereign ai act mcp

Local
@saidbazyarJavaScriptMITUpdated 1w ago

Classify any AI system under the EU AI Act: risk tier + binding Articles, verbatim from the law.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsovereign-ai-act-mcpv1.2.0

Run

npx -y sovereign-ai-act-mcp

MCP client config

{
  "mcpServers": {
    "sovereign-ai-act-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sovereign-ai-act-mcp"
      ]
    }
  }
}