docketalarm_search_pacer
Pack: docket-alarm · Endpoint: https://gateway.pipeworx.io/docket-alarm/mcp
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: “[email protected]:yourpassword” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
party_name | string | yes | Company or individual party name to search for on PACER. |
court_region | string | no | Optional regional filter to narrow the PACER search. |
_apiKey | string | yes | Docket Alarm credentials as “username:password” from your docketalarm.com account. |
Example call
curl -X POST https://gateway.pipeworx.io/docket-alarm/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"docketalarm_search_pacer","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"docket-alarm": {
"url": "https://gateway.pipeworx.io/docket-alarm/mcp"
}
}
}
See Getting Started for client-specific install steps.