committee_financials
ActiveTool of Open Fec
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 schema
{
"type": "object",
"required": [
"_apiKey",
"committee_id"
],
"properties": {
"cycle": {
"type": "number",
"description": "Election cycle year (e.g., 2024). Defaults to most recent."
},
"_apiKey": {
"type": "string",
"description": "OpenFEC API key"
},
"committee_id": {
"type": "string",
"description": "FEC committee ID (e.g., \"C00401224\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Open Fec
https://github.com/pipeworx-io/mcp-open-fec
2/7 registries