MCP OpenFEC Server

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" }
ID: 2ujrcuobzz