Moonlit MCP
The Moonlit MCP server connects Claude and any MCP-compatible client to European legal data: legislation, case law, and supervisory guidance from official portals.
What it does
The server exposes read-only legal research tools to your AI assistant. The model picks which tool to call; you ask the question. Every result carries the exact source URL to the original document at the publisher, so answers stay verifiable.
The MCP server is one of two access modes within Moonlit Connect. The other is the Moonlit Data API, for embedding the data layer into your own product.
How access works
Individuals sign in with their Moonlit account when connecting a client; no key is involved. Organizations can additionally create MCP keys for pooled and deployed services, managed under the organization settings. See Organizations.
Usage is metered per call against your plan's monthly quota. Searches, document retrievals, and filter lookups count as one call each. get_account_status and convert_to_celex are computation tools and never count. Check your remaining quota any time by asking your assistant to call get_account_status.
Tools
- keyword_search: exact words, phrases, or boolean expressions.
- hybrid_search: natural-language question, keyword plus semantic, fused.
- hybrid_search_reranked: hybrid search with a reranking pass for the highest precision.
- reference_search: find documents that cite a given regulation or judgment.
- get_filters: canonical lists for jurisdictions, portals, document types, fields of law, and sources.
- retrieve_document: full text and metadata for a single document.
- get_document_articles: article-level structure of a composite document.
- convert_to_celex: directive or regulation number to canonical CELEX identifier.
- get_account_status: your plan and remaining monthly call quota. Always free.
See the tool reference for parameters, operating rules, and metering details.
Get started
- Quickstart: connect Claude and make a first call.
- How to connect: setup for every MCP client.
- Example prompts: research patterns that work well.