form5500_search

Pack: form5500 · Endpoint: https://gateway.pipeworx.io/form5500/mcp

Search U.S. Department of Labor Form 5500 / 5500-SF filings (employee benefit & pension plans, EFAST2) by plan sponsor name, employer EIN, plan name, state, and/or plan year. Returns matching filings with sponsor, plan name/number, participant counts, plan assets, plan type, and a link to the filing PDF. Provide at least one of sponsor, ein, plan_name, or state.

Parameters

NameTypeRequiredDescription
sponsorstringnoPlan sponsor / employer name (e.g. “Apple Inc”, “Microsoft”). Partial/phrase match.
einstringnoEmployer Identification Number (9 digits, dashes optional). Exact match.
plan_namestringnoPlan name (e.g. “401(k) Profit Sharing Plan”). Partial/phrase match.
statestringnoTwo-letter U.S. state code of the sponsor (e.g. “CA”, “NY”).
plan_yearnumbernoPlan year of the filing (e.g. 2022).
limitnumbernoNumber of results to return (1-200, default 20).
startnumbernoOffset for pagination (default 0).
sortstringnoSort order. One of: “datereceived desc” (default), “datereceived asc”, “planyear desc”, “planyear asc”, “assetseoy desc”, “participantsboy desc”.

Example call

curl -X POST https://gateway.pipeworx.io/form5500/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"form5500_search","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "form5500": {
      "url": "https://gateway.pipeworx.io/form5500/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 14, 2026