MCP server exposing 3 tools for law-commission.
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/law-commission/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_law_commission_publications — Search consultation papers, reports, summaries and terms-of-reference published by the Law Commission of England & Wales (lawcom.gov.uk) — the independent statutory body that reviews the law and recommends reform. Returns title, link and date for each match (excerpt is usually empty upstream — the publication record itself carries only a project link, not a summary; call get_law_commission_publication for the project and any attached PDF report). Welsh-language duplicates of an English publication are filtered out automatically (the Commission republishes the same report under a separate id in Welsh), so results are one row per report. Omit query to get the most recent publications.get_law_commission_publication — Fetch one Law Commission of England & Wales publication (a consultation paper, report, summary or terms-of-reference) by its id (from search_law_commission_publications) or its lawcom.gov.uk link. Returns the law-reform project it belongs to and links to any attached PDF documents — the actual report text is the PDF; the WordPress record itself typically carries only a project link, not report prose.list_law_commission_projects — List law-reform projects run by the Law Commission of England & Wales (lawcom.gov.uk/project) — the workstreams under which its consultation papers and reports are published, e.g. "Commercial leasehold" or "Consumer class actions". Optionally narrow by status. Welsh-language duplicates are filtered out, one row per project.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/law-commission/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io