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
| Name | Type | Required | Description |
|---|---|---|---|
sponsor | string | no | Plan sponsor / employer name (e.g. “Apple Inc”, “Microsoft”). Partial/phrase match. |
ein | string | no | Employer Identification Number (9 digits, dashes optional). Exact match. |
plan_name | string | no | Plan name (e.g. “401(k) Profit Sharing Plan”). Partial/phrase match. |
state | string | no | Two-letter U.S. state code of the sponsor (e.g. “CA”, “NY”). |
plan_year | number | no | Plan year of the filing (e.g. 2022). |
limit | number | no | Number of results to return (1-200, default 20). |
start | number | no | Offset for pagination (default 0). |
sort | string | no | Sort 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.