Using us-gov-open-data-mcp with fec.gov

TypeScript integration

Install
npm install us-gov-open-data-mcp
Quick start
import Us_gov_open_data_mcp from 'us-gov-open-data-mcp';

const client = new Us_gov_open_data_mcp({ apiKey: "YOUR_API_KEY" });
All official records and reports filed by or delivered to the FEC. Note: bec…
curl \
  -H "X-Api-Key: $API_KEY" \
  /filings/
Look at the top-level financial information for all candidates running for th…
curl \
  -H "X-Api-Key: $API_KEY" \
  /elections/
This endpoint contains Final Audit Reports approved by the Commission since i…
curl \
  -H "X-Api-Key: $API_KEY" \
  /audit-case/
SDK on GitHub 📄 API Docs
SDK
us-gov-open-data-mcp
TypeScript
API
fec.gov
fec.gov
At a glance
Language TypeScript
Endpoints91