Skip to main content
Glama

MCP OpenFEC Server

by psalzman

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/psalzman/mcp-openfec'

If you have feedback or need assistance with the MCP directory API, please join our Discord server