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).
Run
npx -y @matematicsolutions/mcp-eu-compliance
MCP client config
{
"mcpServers": {
"mcp-eu-compliance": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-eu-compliance"
]
}
}
}