Skip to main content
Glama

MCP OpenFEC Server

by psalzman

get_bulk_downloads

Retrieve bulk data download links for Federal Election Commission information, including contributions, expenditures, filings, committees, and candidates, filtered by election year.

Instructions

Get links to bulk data downloads

Input Schema

NameRequiredDescriptionDefault
data_typeYesType of bulk data to download
election_yearNoOptional: Election year for the data

Input Schema (JSON Schema)

{ "properties": { "data_type": { "description": "Type of bulk data to download", "enum": [ "contributions", "expenditures", "filings", "committees", "candidates" ], "type": "string" }, "election_year": { "description": "Optional: Election year for the data", "type": "number" } }, "required": [ "data_type" ], "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