candidate_financials
ActiveTool of Open Fec
Get campaign finance summary for a candidate by their FEC candidate ID (e.g., "P80001571"). Returns total receipts, disbursements, cash on hand, individual contributions, PAC contributions, and loans. Use search_candidates first to find the candidate ID.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-open-fec-api-key",
"candidate_id": "P80001571"
},
{
"cycle": 2024,
"_apiKey": "your-open-fec-api-key",
"candidate_id": "P80001571"
}
],
"required": [
"_apiKey",
"candidate_id"
],
"properties": {
"cycle": {
"type": "number",
"description": "Election cycle year (e.g., 2024). Defaults to most recent."
},
"_apiKey": {
"type": "string",
"description": "OpenFEC API key"
},
"candidate_id": {
"type": "string",
"description": "FEC candidate ID (e.g., \"P80001571\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Open Fec
https://github.com/pipeworx-io/mcp-open-fec
2/7 registries