get_metadata
Pack: eur-lex · Endpoint: https://gateway.pipeworx.io/eur-lex/mcp
Metadata notice for one act by CELEX id: title, document date, legal type, in-force status hint and the EUR-Lex citation URL. Cheap; does not download the full text.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
celex | string | yes | CELEX id, e.g. “32016R0679”, or a known alias like “GDPR”. |
lang | string | no | ISO 639-2/B language code for the title (default “eng”: eng, fra, deu, spa, ita, …). |
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_metadata","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.