org.memoryapi/fec
Official3 toolsFEC Campaign Finance
FEC campaign finance data: candidate fundraising, donors, and spending
Search FEC campaign finance data for candidate fundraising and spending.
Captured live from the server via tools/list.
get_fec_candidates
Get FEC campaign finance data for federal election candidates. Returns fundraising totals, cash on hand, and spending by office (President/Senate/House), state, or party.
Parameters (6)
- officestring
P=President, S=Senate, H=House
- statestring
2-letter state code (TX, CA, NY)
- partystring
DEM, REP, IND
- election_yearstring
Election cycle year (default: 2026)
- namestring
Candidate name search
- limitnumber
Number of results (max 50)
get_fec_donors
Get individual donor/contribution data for a candidate or committee from FEC Schedule A filings. Find who is funding campaigns.
Parameters (7)
- candidate_idstring
FEC candidate ID (e.g. P80001571)
- committee_idstring
FEC committee ID (e.g. C00703975)
- employerstring
Donor employer to search (e.g. "Google", "Goldman Sachs")
- statestring
Donor state filter
- min_amountnumber
Minimum donation amount
- election_yearstring
Election cycle (default: 2026)
- limitnumber
Number of results
get_fec_spending
Get campaign spending data. Type=independent for Super PAC / outside group spending for/against candidates. Type=expenditures for direct campaign spending.
Parameters (5)
- typestring
independent (Super PAC spending) or expenditures (campaign disbursements)
- candidate_idstring
Filter by candidate ID
- committee_idstring
Committee ID (required for type=expenditures)
- election_yearstring
Election cycle (default: 2026)
- limitnumber
Number of results
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"fec": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fec.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.