MCP OpenFEC Server

get_candidate_financials

Retrieve financial data for a specific candidate using their FEC ID and election year, enabling access to campaign finance details through the OpenFEC API.

Instructions

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" }
ID: 2ujrcuobzz