MCP server exposing 2 tools for federal-appeals.
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/federal-appeals/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
federal_appeal_search — Find US FEDERAL APPEALS by party name. Searches 2.2 million federal appellate dockets — the circuit courts and the Supreme Court — no API key. Returns case caption, docket number, court, filing and termination dates. Use for "has this case been appealed", "what is on appeal in the Ninth Circuit", and appellate history checks. For the resulting written OPINION and its full text, use the court-listener pack.federal_appeal_recent — List recent US federal appellate dockets, newest first, optionally limited to one circuit. No API key, no rate limit.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/federal-appeals/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io