committee_financials
Pack: open-fec · Endpoint: https://gateway.pipeworx.io/open-fec/mcp
Get campaign-finance totals for a committee / PAC by its FEC committee ID (e.g., “C00401224”). Returns receipts, disbursements, cash on hand, and independent expenditures by cycle. Use search_committees first to find the committee ID.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
_apiKey | string | yes | OpenFEC API key |
committee_id | string | yes | FEC committee ID (e.g., “C00401224”) |
cycle | number | no | Election cycle year (e.g., 2024). Defaults to most recent. |
Example call
curl -X POST https://gateway.pipeworx.io/open-fec/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"committee_financials","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"open-fec": {
"url": "https://gateway.pipeworx.io/open-fec/mcp"
}
}
}
See Getting Started for client-specific install steps.