Odel
mcp eu compliance

mcp eu compliance

Local
@matematicsolutionsJavaScriptMITUpdated 1mo ago

Offline MCP server: EU digital/data/cyber compliance full text (14 regs), verbatim + citations.

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).

npm@matematicsolutions/mcp-eu-compliancev0.4.0

Run

npx -y @matematicsolutions/mcp-eu-compliance

MCP client config

{
  "mcpServers": {
    "mcp-eu-compliance": {
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-eu-compliance"
      ]
    }
  }
}