MCP OpenFEC Server

get_bulk_downloads

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