form5500_filing
Pack: form5500 · Endpoint: https://gateway.pipeworx.io/form5500/mcp
Get Form 5500 filing detail from the DOL EFAST2 index. Pass ack_id for a single filing (sponsor, plan name/number, participant counts, begin/end-of-year plan assets, plan type, filing date, and full filing PDF URL). Pass ein instead to get a plan sponsor’s full filing history (all Form 5500 filings for that EIN, newest first). Note: line-item detail such as Schedule C service providers is not in the search index — the returned pdf_url links to the complete filing.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ack_id | string | no | EFAST2 Acknowledgement ID (the 30-char filing id, e.g. “20230407122300NAL0001820321001”). Returns one filing. |
ein | string | no | Employer Identification Number (9 digits, dashes optional). Returns the full filing history for that employer. |
limit | number | no | For ein history: max filings to return (1-200, default 50). |
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_filing","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.