Choose your cookies
Cookies help us improve your user experience, tailor ads to your interests and enhance our website.
Learn more and customize
Connect Claude to real European law in under a minute.
What Factum does
Factum is an MCP server that puts in-force European legislation and court decisions directly inside Claude. Ask any legal question and Claude returns the specific articles that answer it — not the entire statute, not what the model “remembers” from training, not a paraphrase. Every answer is consolidated, current-as-of-today law, with a source reference you can quote in a brief or pleading.
Today Factum covers 15 European jurisdictions for legislation and Macedonian and Serbian court decisions for case-law search. New jurisdictions are added on an ongoing basis.
What you can ask it
Drop these into Claude after connecting Factum:
You don’t need to know the right keywords — Factum handles synonyms, language variants, and topic discovery. You also don’t need to switch UIs: every answer arrives inside the Claude conversation, with sources you can click through.
Quick start
You need a Factum account and an API key. Both take 2 minutes.
Step 1 — Create your API key
fctm_… and is shown only once — store it now.You can have up to 5 active keys per account. Revoke any key at any time from the same screen.
Step 2 — Connect Claude
Pick the Claude product you use:
Claude.ai (web)
https://mcp.factum.law/sse/YOUR_API_KEYWhy the key is in the URL: Claude.ai’s custom-connector form doesn’t allow custom headers, so the key travels in the URL path. The URL is per-user and should be treated like a password — don’t share or commit it.
Claude Desktop
Open your claude_desktop_config.json (Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"factum-legal": {
"url": "https://mcp.factum.law/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Restart Claude Desktop. The Factum tools appear under the connectors icon.
Claude Code
Add to your project’s .mcp.json (or your global ~/.claude/mcp.json):
{
"mcpServers": {
"factum-legal": {
"type": "sse",
"url": "https://mcp.factum.law/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Reopen Claude Code. Factum tools appear in the tool picker.
Step 3 — Test it
Ask Claude:
“Use Factum to find me the article in Serbian labor law that governs the maximum probation period for employees.”
Claude will call legislation_search, return the relevant article(s), and quote the source. If you see articles with citations, you’re done.
Available jurisdictions
| Jurisdiction | Legislation | Case-law |
|---|---|---|
| Austria | ✓ | — |
| Bulgaria | ✓ | — |
| Croatia | ✓ | — |
| EU (EUR-Lex) | ✓ | — |
| Greece | ✓ | — |
| Italy | ✓ | — |
| Kosovo | ✓ | — |
| Macedonia | ✓ | ✓ |
| Norway | ✓ | — |
| Poland | ✓ | — |
| Portugal | ✓ | — |
| Romania | ✓ | — |
| Serbia | ✓ | ✓ |
| Turkey | ✓ | — |
| United Kingdom | ✓ | — |
Access to jurisdictions is tied to your Factum subscription. The basic plan unlocks a configured set; higher tiers unlock everything. Check Settings → Subscription to see what your account includes, or contact us if you need access to a specific jurisdiction.
Security
For lawyers, confidentiality is the job. Factum protects every case you bring to it — by design.
Join thousands of legal professionals who already work with Factum.