MCP server exposing 3 tools for uk-tribunals.
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-tribunals/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_tribunal_decisions — Search UK first-tier and Upper Tribunal decisions published on GOV.UK — Employment Tribunal (first-tier, NOT the appeal tribunal), Employment Appeal Tribunal, Residential Property Tribunal, Upper Tribunal (Administrative Appeals Chamber — social security/disability/child support), and Upper Tribunal (Tax and Chancery). This is the ONLY reachable source for first-tier Employment Tribunal decisions (134,000+) — Find Case Law / uk-caselaw carries the Employment APPEAL Tribunal only, so a search there for "employment tribunal decisions" silently returns appeals, not first-instance decisions. Returns title, GOV.UK link, and publication date for each match; pass a link to get_tribunal_decision for the full text. Covers England, Wales and Scotland tribunals as published on GOV.UK only — Northern Ireland tribunals are not on this platform. Decisions before roughly 2017 are sparse. This is NOT Crown Court, County Court, Magistrates’ Court or any other first-instance court — those are not tribunals and are not published here.get_tribunal_decision — Fetch one tribunal decision by the `link` returned from search_tribunal_decisions (a GOV.UK path like "/employment-tribunal-decisions/..."). Returns the full extracted decision text where GOV.UK publishes it (most employment, appeal, residential-property and administrative-appeals decisions), the decision categories, the decision date, and a pdf_url to the original judgment PDF. Tax and Chancery Chamber decisions are PDF-only on GOV.UK — `text_available` is false for those and only pdf_url is returned.list_tribunal_categories — List the decision category slugs GOV.UK actually uses for one tribunal, read live from that tribunal’s own finder page (not a hardcoded list, since GOV.UK adds and renames these over time). Pass the value column to search_tribunal_decisions’ `category` argument — the label is what a human reads, the slug is what the filter needs.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/uk-tribunals/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io