Skip to content
Back to search
100
MCP live v0.4.5 streamable-http

io.github.cyanheads/openfec-mcp-server

io.github.cyanheads/openfec-mcp-server

Access FEC campaign finance data. Query data about candidates, money trails, and election filings.

Uptime
16.7%
24 probes
Response
349ms
last probe
Tools
9
callable

Tools · 9

openfec_search_candidates

Find federal candidates by name, state, office, party, or cycle. Retrieve a specific candidate by FEC ID with financial totals. Candidate IDs start with H (House), S (Senate), or P (President) followe…

openfec_search_committees

Find political committees (campaign, PAC, Super PAC, party) by name, type, candidate affiliation, or state. Retrieve a specific committee by FEC ID. Committee IDs start with C followed by digits (e.g.…

openfec_search_contributions

Search itemized individual contributions (Schedule A) or get aggregate breakdowns by size, state, employer, or occupation. Use to answer "who is funding this committee?" Itemized mode requires a commi…

openfec_search_disbursements

Search itemized committee spending (Schedule B) or get aggregate breakdowns by purpose or recipient. All modes require a committee_id. Use to answer "what is this committee spending money on?" or "who…

openfec_search_expenditures

Search independent expenditures (Schedule E) — outside spending supporting or opposing federal candidates. Covers Super PACs, party committees, and other groups. Use itemized mode for individual expen…

openfec_search_filings

Search FEC filings and reports by committee, candidate, form type, or date range. Covers financial reports (F3/F3P/F3X), statements of candidacy (F2), organizational filings (F1), 24-hour IE notices (…

openfec_lookup_elections

Look up federal election races and candidate financial summaries. Find who's running in a race with fundraising totals, or get an aggregate race summary.

openfec_search_legal

Search FEC legal documents: advisory opinions, enforcement cases (MURs), alternative dispute resolutions, and administrative fines.

openfec_lookup_calendar

Look up FEC calendar events, filing deadlines, and election dates. Use to find upcoming filing windows for a committee, locate when a federal election occurred, or scope FEC events by date range and c…

Similar MCP servers embedding-nearest

@cyanheads/openfec-mcp-server
Access FEC campaign finance data through MCP. Query data about candidates, money trails, and election filings. STDIO & Streamable HTTP.
0 tools
Open Fec
OpenFEC MCP — Federal Election Commission campaign finance data
0 tools · streamable-http
io.github.cyanheads/usaspending-mcp-server
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
0 tools · streamable-http
FEC Campaign Finance
FEC campaign finance data: candidate fundraising, donors, and spending
0 tools · streamable-http
io.github.cyanheads/congressgov-mcp-server live
Access U.S. congressional data - bills, votes, members, committees - via MCP.
10 tools · streamable-http
io.github.cyanheads/fema-mcp-server
Query FEMA disaster declarations, public assistance grants, housing aid, and NFIP claims.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/openfec-mcp-server": {
      "url": "https://openfec.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}