Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man fec-political-contributions

/fec-political-contributions

agentutility / edge-finance / fec-political-contributions
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
fec-political-contributions searches fec records of political donations to federal candidates, pacs, and super pacs to see who donated to whom
SYNOPSIS
POST https://x402.agentutility.ai/fec-political-contributions
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Searches FEC records of political donations to federal candidates, PACs, and super PACs to see who donated to whom. Wraps api.open.fec.gov individual_contributions (Schedule A itemized donor records). Filter by donor name (last+first), recipient committee_id, candidate_id, election cycle, contributor state, and min/max amount; returns itemized contributions with donor name + employer + occupation, recipient committee, amount, date, and FEC source link. Federal public data. Use it as a campaign contributions search, an OpenSecrets-style finance feed, or a lobbyist-money tracker.

INPUTrequest schema
propertytypedescriptionreq?
donor_namestringDonor name in 'LAST FIRST' format (FEC convention, e.g. 'SMITH JOHN'). Case-insensitive.optional
committee_idstringFEC committee id (recipient), e.g. 'C00401224' for Obama for America.optional
candidate_idstringFEC candidate id (recipient candidate), e.g. 'P80003338'.optional
cyclenumberElection cycle (even year, e.g. 2024, 2026). Default: latest available.optional
statestringDonor state, 2-letter code (e.g. 'CA', 'NY').optional
min_amountnumberMinimum contribution amount in USD. Default no floor.optional
max_amountnumberMaximum contribution amount in USD. Default no ceiling.optional
limitnumberMax records to return. 1-100. Default 20.optional
OUTPUTresponse shape
fieldtypedescription
totalstringTotal count of FEC contribution records matching the query filters across all pages.
returnedstringNumber of contribution records included in this response page.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/fec-political-contributions \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the fec-political-contributions tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-financepolitical-contributionsfeccampaign-financedonor-searchfederal-electionsfec-filings
methods
POST
cluster
edgefinance
price
$0.04 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
13f-deltasTracks what an institutional manager bought and sold each quarter by diffing their 13F filings, e.g.$0.05
earnings-calendarFinds a company's next earnings date and its recent earnings-related SEC filings.$0.03
earnings-calendar-apiFinds company earnings dates from SEC filings: 8-K Item 2.02, 10-Q, 10-K, NT filing signals, fiscal periods, and next-earnings cadence es…$0.03
earnings-call-transcribeEarnings call transcriber.$0.03
earnings-transcriptEarnings call transcript generator.$0.03
fda-calendarTracks upcoming FDA Advisory Committee (AdComm) meetings, a catalyst calendar for biotech.$0.03
fda-calendar-apiTracks FDA advisory committee meetings, monitoring upcoming and recent AdComm notices, docket ids, committee names, and meeting dates.$0.03
patent-searchSearches issued US patents and published applications through the USPTO Open Data Portal.$0.05
SEE ALSO
agentutility · edgefinance · x402 · mcp · llms.txt · registry.json · bazaar.x402.org