get_article
Pack: eur-lex · Endpoint: https://gateway.pipeworx.io/eur-lex/mcp
Full text of one or more Articles of an act, with a verifiable EUR-Lex citation URL for each. THE article-level grounding tool: quote GDPR Art. 17, AI Act Art. 6, etc. Accepts a single number (“17”), a comma list (“5,6,17”) or a range (“5-9”).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
celex | string | yes | CELEX id or a known alias (e.g. “GDPR”). |
article | string | yes | Article selector: “17”, “5,6,17”, or “5-9”. Suffixed numbers like “9a” are supported. |
lang | string | no | ISO 639-2/B language code (default “eng”). |
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":"get_article","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.