MCP server exposing 3 tools for uk-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/uk-caselaw/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_uk_caselaw — Search UK court judgments and tribunal decisions by subject, party name or judge — the Supreme Court, Court of Appeal, High Court, Court of Protection, Family Court and the UK tribunals, from The National Archives' Find Case Law. Returns the case name, the NEUTRAL CITATION ("[2026] EWHC 1996 (Comm)"), the court, the judgment date and a link, plus the identifier get_uk_judgment reads to fetch the full text. Use this for UK, English, Welsh, Northern Irish and UK-wide law. US case law is a different corpus entirely — search_case_law and find_case cover that, and returning a US authority for a UK question is a wrong answer, not a near miss.get_uk_judgment — Fetch the FULL TEXT of a UK judgment from its neutral citation ("[2023] UKSC 42", "[2026] EWHC 1996 (Comm)") or its Find Case Law identifier. Returns the judgment text along with the case name, court, date and citation, so a quoted passage or a cited authority can actually be checked against what the court wrote rather than taken on trust. Text is long; use max_chars to bound it.list_uk_courts — List the UK courts and tribunals covered by Find Case Law with the court code each one uses. Call this before narrowing search_uk_caselaw by court — a code like "ewhc/comm" cannot be guessed from "Commercial Court", and an unrecognised code returns no judgments rather than an error.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/uk-caselaw/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io