MCP server exposing 3 tools for docket-alarm.
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/docket-alarm/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
docketalarm_search — Search court dockets (state + federal) for `<query>` — full-text search across 675M+ US state, county, and federal court dockets (deeper state coverage than CourtListener). Returns matching cases with court, docket number, title, filing date, and link. Example: docketalarm_search({ q: "patent infringement Apple", limit: 20, _apiKey: "user@example.com:yourpassword" })docketalarm_get_docket — Get full docket detail for a case — returns case title, parties, filing date, and docket entries for a specific court + docket number. Cached documents are free. Example: docketalarm_get_docket({ court: "U.S. District Court, N.D. California", docket: "5:11-cv-01846", _apiKey: "user@example.com:yourpassword" })docketalarm_search_pacer — Search federal PACER dockets by party — live party-name search across federal PACER (Appellate, Bankruptcy, Civil, Criminal, MDL). Note: this passes live PACER search fees at cost. Returns matching federal cases with court, docket, title, and filing date. Example: docketalarm_search_pacer({ party_name: "Microsoft Corporation", _apiKey: "user@example.com:yourpassword" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/docket-alarm/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io