Skip to main content
Glama

MCP OpenFEC Server

by psalzman

get_candidate_contributions

Retrieve individual contributions for a specific candidate using their FEC ID. Sort by contribution amount to analyze funding sources effectively. Access campaign finance data via the OpenFEC API.

Instructions

Get individual contributions for a candidate

Input Schema

NameRequiredDescriptionDefault
candidate_idYesFEC candidate ID
election_yearNoElection year
sortNoOptional: Sort by contribution_receipt_amount (desc for highest first)

Input Schema (JSON Schema)

{ "properties": { "candidate_id": { "description": "FEC candidate ID", "type": "string" }, "election_year": { "description": "Election year", "type": "number" }, "sort": { "description": "Optional: Sort by contribution_receipt_amount (desc for highest first)", "enum": [ "desc", "asc" ], "type": "string" } }, "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