Access FEC campaign finance data. Query data about candidates, money trails, and election filings.
Access FEC campaign finance data. Query data about candidates, money trails, and election filings. That is what the openfec mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 14 tools. What each one is for:
openfec_search_candidates — Find federal candidates by name, state, office, party, or cycleopenfec_search_committees — Find political committees by name, type, candidate affiliation, or stateopenfec_get_committee_totals — Get pre-aggregated committee financial totals for one committee, or rank committees of one entity typeopenfec_search_contributions — Search itemized individual contributions or aggregate breakdowns by size, state, employer, or occupationopenfec_search_disbursements — Search itemized committee spending or aggregate breakdowns by purpose or recipientopenfec_search_expenditures — Search independent expenditures supporting or opposing federal candidatesopenfec_search_coordinated_expenditures — Search coordinated party expenditures (Schedule F) made on behalf of a candidateopenfec_search_filings — Search FEC filings and reports by committee, candidate, form type, or date rangeopenfec_lookup_elections — Look up election races and candidate financial summariesopenfec_search_legal — Search FEC legal documents: advisory opinions, enforcement cases, and administrative finesopenfec_get_legal_document — Fetch one legal document in full, including the arrays legal search trims awayopenfec_lookup_calendar — Look up FEC calendar events, filing deadlines, and election datesConfiguration is passed through the environment: MCP_TRANSPORT_TYPE, FEC_API_KEY, DEMO_KEY, FEC_BASE_URL, MCP_HTTP_HOST. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
DEMO_KEY)This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Openfec's toolset — openfec_search_candidates, openfec_search_committees, openfec_get_committee_totals and 11 more — is a fair guide to whether it matches your workflow. It is maintained by cyanheads; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| openfec_search_candidates | Find federal candidates by name, state, office, party, or cycle. |
| openfec_search_committees | Find political committees by name, type, candidate affiliation, or state. |
| openfec_get_committee_totals | Get pre-aggregated committee financial totals for one committee, or rank committees of one entity type. |
| openfec_search_contributions | Search itemized individual contributions or aggregate breakdowns by size, state, employer, or occupation. |
| openfec_search_disbursements | Search itemized committee spending or aggregate breakdowns by purpose or recipient. |
| openfec_search_expenditures | Search independent expenditures supporting or opposing federal candidates. |
| openfec_search_coordinated_expenditures | Search coordinated party expenditures (Schedule F) made on behalf of a candidate. |
| openfec_search_filings | Search FEC filings and reports by committee, candidate, form type, or date range. |
| openfec_lookup_elections | Look up election races and candidate financial summaries. |
| openfec_search_legal | Search FEC legal documents: advisory opinions, enforcement cases, and administrative fines. |
| openfec_get_legal_document | Fetch one legal document in full, including the arrays legal search trims away. |
| openfec_lookup_calendar | Look up FEC calendar events, filing deadlines, and election dates. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
{
"mcpServers": {
"openfec-mcp-server": {
"type": "streamable-http",
"url": "https://openfec.caseyjhand.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
DEMO_KEY)| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT_TYPE | Configuration value read at startup. | Optional |
| FEC_API_KEY | Credential the server authenticates with. | Yes |
| DEMO_KEY | Credential the server authenticates with. | Yes |
| FEC_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| MCP_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.