Skip to main content
Glama

MCP OpenFEC Server

by psalzman

get_candidate

Retrieve detailed campaign finance information about a specific candidate using their FEC ID. Filter results by election year with the MCP OpenFEC Server to access Federal Election Commission data.

Instructions

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

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