search_contributions

Pack: open-fec · Endpoint: https://gateway.pipeworx.io/open-fec/mcp

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 ”, “‘s political donations”, “donations from employees”. Requires at least one of committee_id or contributor_name.

Parameters

NameTypeRequiredDescription
_apiKeystringyesOpenFEC API key
committee_idstringnoRecipient committee ID (from search_committees).
contributor_namestringnoDonor name to search (e.g. “Musk”).
contributor_employerstringnoDonor employer filter (e.g. “Google”).
statestringnoTwo-letter donor state (e.g. “CA”).
min_amountnumbernoMinimum contribution amount in USD.
cyclenumbernoTwo-year transaction period / cycle (even year, e.g. 2024).

Example call

curl -X POST https://gateway.pipeworx.io/open-fec/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_contributions","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "open-fec": {
      "url": "https://gateway.pipeworx.io/open-fec/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 25, 2026