compliance_index
Pack: eur-lex · Endpoint: https://gateway.pipeworx.io/eur-lex/mcp
Resolve a common EU regulation name to its CELEX id. Returns the curated map of the EU digital/compliance corpus (GDPR, NIS2, DORA, AI Act, DSA, DMA, eIDAS, Cyber Resilience Act, Data Act, …) with CELEX ids, types, dates and one-line summaries. Use this first to turn a name like “GDPR” into the CELEX id the other tools need.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Optional filter — name/alias/keyword (e.g. “AI Act”, “data”). Omit to list the whole corpus. |
Example call
curl -X POST https://gateway.pipeworx.io/eur-lex/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"compliance_index","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"eur-lex": {
"url": "https://gateway.pipeworx.io/eur-lex/mcp"
}
}
}
See Getting Started for client-specific install steps.