search_contributions
ActiveTool of Open Fec
Search itemized individual contributions ("follow the money") — who donated, how much, employer/occupation, city/state, and date. Filter by recipient committee, donor name, employer, state, minimum amount, and cycle. PREFER for "who donated to <committee>", "<person>'s political donations", "donations from <employer> employees". Requires at least one of committee_id or contributor_name.
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"cycle": {
"type": "number",
"description": "Two-year transaction period / cycle (even year, e.g. 2024)."
},
"state": {
"type": "string",
"description": "Two-letter donor state (e.g. \"CA\")."
},
"_apiKey": {
"type": "string",
"description": "OpenFEC API key"
},
"min_amount": {
"type": "number",
"description": "Minimum contribution amount in USD."
},
"committee_id": {
"type": "string",
"description": "Recipient committee ID (from search_committees)."
},
"contributor_name": {
"type": "string",
"description": "Donor name to search (e.g. \"Musk\")."
},
"contributor_employer": {
"type": "string",
"description": "Donor employer filter (e.g. \"Google\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Open Fec
https://github.com/pipeworx-io/mcp-open-fec
2/7 registries