Eur Lex MCP Server
@cyanheads/eur-lex-mcp-server Search EU legislation, CJEU case law, and treaties; traverse the CELLAR relationship graph; resolve EuroVoc concepts via MCP. STDIO or Streamable HTTP. Its README documents 7 tools, including eurlex_search_documents, eurlex_get_document, eurlex_lookup_celex.
People who work with cyanheads, eu law and eur lex and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-09-16 · ★ 7 · #90 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Eur Lex MCP Server
before you install - you'll need
Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting.
Claude Code
claude mcp add cyanheads-eur-lex-mcp-server --transport http https://eur-lex.caseyjhand.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"cyanheads-eur-lex-mcp-server": {
"url": "https://eur-lex.caseyjhand.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://eur-lex.caseyjhand.com/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-09-17
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to eur-lex.caseyjhand.com
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license Apache-2.0 - declared in the repository
npm package @cyanheads/eur-lex-mcp-server - published under the repo owner's npm scope (@cyanheads)
registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner
03 · What Eur Lex MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can fetch metadata and full text (HTML, Markdown, or Formex4 XML) for an act by CELEX, ELI, or work URI, resolve a CELEX number or ELI URI to its canonical CELLAR work, search the EuroVoc thesaurus to resolve terms to concept URIs, and run a raw, read-only SPARQL SELECT against the CELLAR endpoint.
The 7 tools it gives your agent
Extracted from the project's README - what eur-lex-mcp-server lets an agent do.
- eurlex_search_documents
- - Search EU legislation, treaties, and preparatory acts by type, date, EuroVoc subject, author institution, and in-force status
- eurlex_get_document
- - Fetch metadata and full text (HTML, Markdown, or Formex4 XML) for an act by CELEX, ELI, or work URI
- eurlex_lookup_celex
- - Resolve a CELEX number or ELI URI to its canonical CELLAR work
- eurlex_get_cases
- - Search CJEU and General Court case law by case number, court, case type, and date range
- eurlex_get_relations
- - Traverse the CELLAR relationship graph - amendments, repeals, consolidations, legal basis, citations, transpositions
- eurlex_browse_subjects
- - Search the EuroVoc thesaurus to resolve terms to concept URIs
- eurlex_query_sparql
- - Run a raw, read-only SPARQL SELECT against the CELLAR endpoint
Latest releases
v0.12.1 · 2026-09-16
mcp-ts-core 0.13.2 adoption and stateless session default · Session posture declared in source - createApp({ sessionMode: 'stateless' }), published on the server card under…
v0.12.0 · 2026-09-10
Resolved legal bases and EuroVoc labels, bounded query timeouts · eurlex_get_document's legal_basis/eurovoc_subjects now return { work_uri, celex_number? }[]/{ concept_uri, label? }[] instead of bare URI strings…
v0.11.0 · 2026-09-09
Provable pagination, national transposition, input validation · eurlex_get_relations gains a national_transposition relation type for member-state implementing measures (#56) · has_more/next_offset continuation proof…
04 · Who maintains Eur Lex MCP Server
eur-lex-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 119 actively maintained, 1,816 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.
- obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 681
- mcp-ts-core Agent-native TypeScript framework for MCP servers. ★ 151
- pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 148
- git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 240
- clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 94
- ntfy-mcp-server Send, manage, and replay ntfy push notifications via MCP. ★ 22
05 · Facts
- repository
- github.com/cyanheads/eur-lex-mcp-server
- category
- other - ranked #90 of 945 actively-maintained other servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-16)
- registry
- io.github.cyanheads/eur-lex-mcp-server (active, first published 2026-06-05 · 35 versions)
- packages
- npm:@cyanheads/eur-lex-mcp-server · npm:@cyanheads/eur-lex-mcp-server
06 · Eur Lex MCP Server FAQ
Is Eur Lex MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Eur Lex MCP Server do?
With this server connected, an agent can fetch metadata and full text (HTML, Markdown, or Formex4 XML) for an act by CELEX, ELI, or work URI, resolve a CELEX number or ELI URI to its canonical CELLAR work, search the EuroVoc thesaurus to resolve terms to concept URIs, and run a raw, read-only SPARQL SELECT against the CELLAR endpoint.
How do I install Eur Lex MCP Server?
Run `npx -y @cyanheads/eur-lex-mcp-server`. The README documents 2 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL before connecting. You can also paste the ready-made client config above.
Does Eur Lex MCP Server require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.
07 · Alternatives to Eur Lex MCP Server
Alternatives to Eur Lex MCP Server
Maintained other servers if Eur Lex MCP Server isn't the fit.
- Heyputer MCP Server Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more ★ 43,552 · 2026-09-17
- Server Commands An MCP server to run arbitrary commands ★ 39,038 · 2026-09-11
- basebalance.cloud - x402 RPC & MCP gateway USDC-gated Base JSON-RPC: free 10 req/min, $0.50 per 10k. Failover, cache, /mcp, ledger. ★ 6,432 · 2026-08-26
- Zotero MCP (54yyyu) Search, read, annotate, and add to your Zotero research library, local or web. ★ 5,069 · 2026-09-15
- Firebase MCP Gives AI development tools Firebase-specific capabilities and expertise. ★ 4,470 · 2026-09-18
- Microsoft Fabric MCP Server MCP tools for interacting with Microsoft Fabric ★ 3,681 · 2026-09-17
More MCP servers to compare · Git MCP Server · Guardian MCP Server · Gutenberg MCP Server · Hn MCP Server · Internet Archive MCP Server
More TypeScript MCP servers · Eurostat MCP Server · Faa Aircraft Registry MCP Server · Faostat MCP Server · Gdelt MCP Server · see all