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

NameTypeRequiredDescription
party_namestringyesCompany or individual party name to search for on PACER.
court_regionstringnoOptional regional filter to narrow the PACER search.
_apiKeystringyesDocket 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.

Regenerated from source · build July 8, 2026