HomeProductivity › LexAPI

LexAPI

Search EUR-Lex, fetch parsed EU legislation and case law, explore the citation graph.

TypeScript Cloud
★ 3 stars Last pushed 2026-07-21 License: MIT

Topics: Legal

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.3)

npx -y @lexapi/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "lexapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lexapi/[email protected]"
      ],
      "env": {
        "LEXAPI_API_KEY": "<YOUR_VALUE>",
        "LEXAPI_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • LEXAPI_API_KEY required secret — LexAPI API key. Get one at https://lex-api.com/dashboard (FREE tier available; semantic tools require a paid plan).
  • LEXAPI_BASE_URL — Override the LexAPI base URL. Defaults to https://lex-api.com/api/v1.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry