Labsco
Prudai logo

Rechtspraak MCP

โ˜… 1

from Prudai

Dutch case law (Rechtspraak Open Data + LiDO citation graph). Search and fetch uitspraken by ECLI, with prudai.com deeplinks.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

rechtspraak-mcp

rechtspraak-mcp

A Model Context Protocol server for Dutch case law (jurisprudentie / uitspraken). It wraps the official Open Data van de Rechtspraak API and the LiDO citation graph, so any MCP-capable agent (Claude, Cursor, โ€ฆ) can search rulings, fetch full text by ECLI, and explore how decisions cite each other.

No API key required.

npx rechtspraak-mcp

Tools

ToolWhat it does
search_uitsprakenSearch case law (faceted by default; full-text behind a flag). Returns ECLIs + links.
search_uitspraken_bulkRun 3โ€“10 searches at once.
get_uitspraakFetch full text + metadata + relations of one decision by ECLI.
get_uitspraken_bulkFetch up to 10 decisions by ECLI in one call.
list_waardelijstenList value lists (instanties, rechtsgebieden, proceduresoorten, โ€ฆ) to build valid filters.
lido_relatedLiDO citation graph around an ECLI: what cites it, what it cites, statute references.

search_uitspraken is a faceted search over the official Open Data feed โ€” filter by date, court (instantie), legal area (rechtsgebied) and document type. It does not do free-text keyword matching; pass an ECLI to query for a direct lookup, or use the facet filters. get_uitspraak fetches the full text and metadata from the documented Open Data content endpoint.

Every result carries links for its ECLI:

  • links.deeplink โ€” the citation-stable deeplink.rechtspraak.nl URL,
  • links.rechtspraak โ€” the human detail page,
  • links.prudai โ€” a PrudAI viewer for the ruling.

When an agent quotes a passage, the tools instruct it to render the citation as a Markdown source link anchored on the exact excerpt:

[Zie bron](https://prudai.com/uitspraak/ECLI:NL:HR:2023:1234?quote=%22<verbatim quote>%22)

Development

bun install
bun run typecheck
bun test
bun run build      # โ†’ dist/ (Node-runnable, shebang bundle)
bun src/index.ts   # run from source

Data sources & disclaimer

Case-law data is ยฉ Rechtspraak and published as Open Data via data.rechtspraak.nl; citation-graph data comes from KOOP's LiDO service (linkeddata.overheid.nl). This project is an independent open-source client and is not affiliated with or endorsed by de Rechtspraak or KOOP. Always verify against the authoritative source before relying on a result.