MCP OpenFEC Server

get_candidate_financials

Get financial data for a candidate

Input Schema

NameRequiredDescriptionDefault
candidate_idYesFEC candidate ID
election_yearYesElection year to get data for

Input Schema (JSON Schema)

{ "properties": { "candidate_id": { "description": "FEC candidate ID", "type": "string" }, "election_year": { "description": "Election year to get data for", "type": "number" } }, "required": [ "candidate_id", "election_year" ], "type": "object" }