conformi-search

conformi-search

Installable MCP server for EU legal research with verifiable CELEX citations from the EUR-Lex corpus (DE/EN/FR).

Category
Visit Server

README

conformi-search — EU Legal Research MCP Server

smithery badge

MCP server for EU legal research with verifiable CELEX citations from the EUR-Lex corpus (German, English, French — each a native-language index, not translations). It provides public access to selected EU legal research tools 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.

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

Tool Auth Billing
search_eu_law — semantic search across EU secondary law, results carry CELEX numbers + EUR-Lex deep links; optional valid_at time-travel filter API key metered per query
get_knowledge_article — curated report for one legal act (GDPR, AI Act, NIS2, DORA, CRA …) incl. legal-status (Rechtsstand) metadata none free
get_legal_timeline — application-date timeline for major acts (e.g. AI Act high-risk deadlines) none free

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"}}}'

Troubleshooting

Symptom Cause & fix
search_eu_law returns isError with a purchase hint No Authorization: Bearer key was sent. Free tools work without a key; search is metered — get a key via https://conformi.eu/api/v1/openapi.json
401 UNAUTHORIZED on search Key invalid or revoked. Check the key in your conformi.eu account (Account → API Keys)
403 PLAN_REQUIRED / TRIAL_LIMIT_REACHED Subscription inactive or the 50-query trial allowance is used up — activate the subscription
404 for a CELEX in get_knowledge_article No curated report exists for that act yet. Try search_eu_law instead — the full corpus is searchable
Connection fails The server speaks Streamable HTTP only (no SSE). POST JSON-RPC to https://conformi.eu/api/mcp; GET returns 405 by design
Anything else Open an issue: https://github.com/conformi-eu/conformi-search-mcp/issues or mail info@conformi.eu

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured