MCP OpenFEC Server

get_candidate

Get detailed information about a candidate

Input Schema

NameRequiredDescriptionDefault
candidate_idYesFEC candidate ID
election_yearNoOptional: Filter by election year

Input Schema (JSON Schema)

{ "properties": { "candidate_id": { "description": "FEC candidate ID", "type": "string" }, "election_year": { "description": "Optional: Filter by election year", "type": "number" } }, "required": [ "candidate_id" ], "type": "object" }