Labsco
conformi-eu logo

Conformi EU Legal Search

from conformi-eu

EU legal research for AI agents: semantic + full-text search over ~48,000 EUR-Lex acts including consolidated versions, daily drift monitoring, answers with verifiable CELEX citations. German, English, French. Remote MCP server at https://conformi.eu/api/mcp β€” free tier, no key required for article and timeline tools.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedPaid serviceNeeds API keys
<div align="center"> <img src="conformi-logo.svg" alt="conformi" width="120" />

conformi-search β€” EU Legal Research MCP Server

Verifiable EU law for AI agents β€” every answer carries a CELEX number and an EUR-Lex deep link.

Language: English Β· Deutsch Β· FranΓ§ais

smithery badge MCP Registry Wikidata License: MIT Corpus

</div>

MCP server for EU legal research with verifiable CELEX citations from the EUR-Lex corpus (German, English, French β€” each a native-language index, not machine translations). It exposes selected EU legal research tools to any MCP client and can optionally use a conformi API key for extended semantic search.

Research tool with primary-source citations β€” not legal advice, no attorney-client relationship.

Why this exists

LLMs answer EU-law questions plausibly but unverifiably. conformi-search returns answers that are checkable against the primary source: each result carries the CELEX number and a direct EUR-Lex link, so an agent (or a human) can verify the citation instead of trusting a hallucination. Works in Claude Code, Claude Desktop, Cursor, and any other MCP-capable harness.

Two ways to use it

1. Run it locally (stdio) β€” installable MCP server, no key needed for the free tools:

npm install && npm run build
node dist/index.js

Or with Docker:

docker build -t conformi-search-mcp .
docker run -i conformi-search-mcp

Add to an MCP client (e.g. Claude Desktop) config:

{
  "mcpServers": {
    "conformi-search": {
      "command": "node",
      "args": ["/path/to/conformi-search-mcp/dist/index.js"],
      "env": { "CONFORMI_API_KEY": "cfm_live_…  (optional, enables search_eu_law)" }
    }
  }
}

Without CONFORMI_API_KEY the two free tools are available. Setting the key adds the metered search_eu_law tool.

2. Use the hosted remote endpoint directly (Streamable HTTP, stateless):

https://conformi.eu/api/mcp

Registered in the official MCP Registry as eu.conformi/conformi-search. Wikidata: Q140166658

Tools

ToolAuthBilling
search_eu_law β€” semantic search across EU secondary law, results carry CELEX numbers + EUR-Lex deep links; optional valid_at time-travel filterAPI keymetered per query
get_knowledge_article β€” curated report for one legal act (GDPR, AI Act, NIS2, DORA, CRA …) incl. legal-status (Rechtsstand) metadatanonefree
get_legal_timeline β€” application-date timeline for major acts (e.g. AI Act high-risk deadlines)nonefree

Getting an API key (machine-friendly)

The full contract incl. pricing and a machine-driven purchase flow is in the OpenAPI document:

https://conformi.eu/api/v1/openapi.json

7-day free trial on the Professional plan, €0 due today, cancel anytime before trial end.

Quick test (no key needed)

curl -X POST https://conformi.eu/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_knowledge_article","arguments":{"celex":"32024R1689"}}}'

License

This repository documents the public endpoint. The hosted service, its source code and its data products are proprietary and governed by the conformi.eu terms β€” only the contents of this repository are MIT-licensed.

About

Built by conformi.eu β€” EU compliance research with verifiable sources.