Lex-API/lexapi-mcp

⚖️ Legal
0 Views
0 Installs

📇 ☁️ - EU legal research over EUR-Lex — 10 tools for structured search, CELEX/URL document fetch, recent Official Journal publications, inbound/outbound citation graph, and semantic search over case law + legislation. FREE tier available; semantic tools require a paid plan. Install: npx -y @lexapi/mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "lex-api-lexapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "lex-api-lexapi-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

LexAPI MCP

Model Context Protocol server for LexAPI — query EUR-Lex, EU case law, and the citation graph from Claude, Cursor, and other MCP-enabled clients.

Install once, get an API key, and ask your AI assistant: "summarize Article 17 of the GDPR" or "which regulations amend Directive 95/46/EC?" — the model calls LexAPI directly.

Install

You'll need a LexAPI API key. Create one for free at lex-api.com/dashboard (500 credits/month on the FREE tier, no card required).

Claude Desktop

Add to claude_desktop_config.json (location: ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "lexapi": {
      "command": "npx",
      "args": ["-y", "@lexapi/mcp"],
      "env": {
        "LEXAPI_API_KEY": "lex_..."
      }
    }
  }
}

Restart Claude Desktop.

Claude Code

claude mcp add lexapi --env LEXAPI_API_KEY=lex_... -- npx -y @lexapi/mcp

Cursor / other MCP clients

Any client that supports stdio MCP servers can run this. The command is npx -y @lexapi/mcp with LEXAPI_API_KEY in the environment.

Tools

ToolWhat it does
lex_searchStructured EUR-Lex search (text, dates, document type, author, language).
lex_get_documentFull parsed document by CELEX — metadata + articles, sections, tables, annexes.
lex_get_metadataMetadata only (faster than full content).
lex_get_document_by_urlFetch by EUR-Lex URL (pasted from a browser).
lex_recent_documentsRecent Official Journal publications (default 7 days).
lex_cited_byDocuments citing this CELEX (inbound, typed edges).
lex_citesDocuments this CELEX cites (outbound, typed edges).
lex_citation_networkBoth directions in one call.
lex_semantic_case_lawEmbedding search over EU case law (paid plans).
lex_semantic_legislationEmbedding search over EU legislation (paid plans).

Configuration

Env varDefaultPurpose
LEXAPI_API_KEY(required)Your API key. Get one at lex-api.com/dashboard.
LEXAPI_BASE_URLhttps://lex-api.com/api/v1Override for self-hosted or staging.

Troubleshooting

LEXAPI_API_KEY is not set — the env var isn't reaching the spawned process. Double-check the env block in your MCP client config.

LexAPI error (401 invalid_api_key) — the key is wrong or revoked. Generate a new one at the dashboard.

LexAPI error (429 …) — you hit your daily quota or per-minute rate limit. The server retries once automatically; if you see this in tool output, you're over quota. Upgrade your plan or wait for reset.

LexAPI error (403 …) on semantic tools — semantic search requires a paid plan. FREE tier returns 403 for those endpoints.

Local development

git clone https://github.com/Lex-API/lexapi-mcp.git
cd lexapi-mcp
npm install
npm run build

LEXAPI_API_KEY=lex_xxx node dist/index.js

License

MIT

Related MCP Servers

ad0750/regintel-mcp

🐍 ☁️ - MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks.

⚖️ Legal0 views
ark-forge/mcp-eu-ai-act

📇 ☁️ - EU AI Act compliance scanner that detects regulatory violations in AI codebases with risk classification and remediation guidance.

⚖️ Legal0 views
atomno-labs/mcp-sudact

🐍☁️ - Russian court practice (Sudact): case search by article, court, instance and dates; full decision text.

⚖️ Legal0 views
atomno-mcp/mcp-fssp

🐍☁️ - FSSP enforcement proceedings lookup for Russian debtors and compliance checks.

⚖️ Legal0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.