MCP server exposing 2 tools for ni-caselaw.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/ni-caselaw/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_ni_decisions — Search Northern Ireland judicial decisions from judiciaryni.uk — judgments, sentencing remarks and directions from the NI Court of Appeal (nica), Crown Court (nicc), King's Bench Division (nikb), Family Division (nifam), Coroner's Court (nicoroner), Master's decisions (nimaster), the Valuation Tribunal (nivt) and others. `court` is matched against the court code embedded in each decision's own neutral citation/URL (case-insensitive, e.g. "nica"), not a server-side filter, so it is applied while paging the listing — combine it with `year` to narrow a rare court quickly. `query` does a full-text keyword search across the whole corpus (the site's own search box), independent of `court`/`year`. Returns each match's title, neutral citation, court, date, judge and a link to the decision's PDF (get_ni_decision has full metadata for one). Judgment TEXT is PDF-only — nothing here extracts it.get_ni_decision — Get one Northern Ireland judicial decision by its judiciaryni.uk slug (e.g. "2026-nica-36", from search_ni_decisions or a judiciaryni.uk URL). Returns title, neutral citation, court, delivered date, judge, and pdf_url — the decision's full text is published as a PDF only, so `text` is always null and `text_extracted` is always false; use pdf_url to read the judgment.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/ni-caselaw/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io