General Tools
congress.cash
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.congress.cash/mcp
MCP server metadata
- Name
- congress-cash
- Version
- 1.0.0
congress.cash: money in U.S. politics from official sources only (FEC, House Clerk, Senate eFD, LDA, all 50 state disclosure agencies), refreshed daily. Typical flow: find_politician to resolve a name, then the specific tool. Every response includes a url to the human-readable page — cite it. Figures come from filings and lag by statutory reporting periods; trade/holding amounts are legal disclosure bands, not exact values.
Known tools 8
get_money_profileCall this when the user asks who funds a member of Congress, how much they've raised/spent, their top PACs or donors, or outside spending for/against them.
Inferred read-onlyget_tradesCall this for questions about stock trading by members of Congress — a specific member's trades, who's trading a ticker, or trades overlapping committee jurisdiction.
Inferred read-onlyget_holdingsCall this when the user asks what stocks or assets a member of Congress OWNS (as opposed to trades) — parsed from their latest annual financial disclosure.
Inferred read-onlyget_conflictsCall this for conflict-of-interest questions about a member's FUNDING: which industries their campaign money comes from, with the specific donors/PACs behind each industry and the policy topics that industry cares about.
Inferred read-onlyget_pacCall this when the user asks about a PAC, super PAC, or political committee — who it funds, party split, outside spending, its registered lobbying, and what it is (authored blurbs for 300+ major PACs).
Inferred read-onlyget_state_legislatureCall this for questions about money in a STATE legislature as a whole — totals, top fundraisers, source of the data.
Inferred read-onlyget_state_legislatorCall this for a specific STATE legislator's campaign finance: totals, donors, and sector breakdown.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.congress-cash]
url = "https://www.congress.cash/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"congress-cash": {
"type": "http",
"url": "https://www.congress.cash/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: congress-cash
Remote MCP URL: https://www.congress.cash/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"congress-cash": {
"url": "https://www.congress.cash/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"congress-cash": {
"type": "http",
"url": "https://www.congress.cash/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "congress-cash",
"transport": "streamable-http",
"url": "https://www.congress.cash/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.