MCP server exposing 1 tool for recap.
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/recap/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
recap_filings — List the DOCUMENTS FILED in a US federal court case — complaints, motions, orders, exhibits — with a direct link to each PDF. Reads the free RECAP archive on the Internet Archive; no API key and no PACER fee. Give a docket_id from a docket search, or a court and docket number. Returns document links and docket-entry numbering, NOT document text. Coverage is partial (about 36% of dockets, higher in appellate courts) because RECAP holds only what PACER users have contributed.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/recap/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io