← Registry

General Tools

congress.cash

Provides general-purpose tools through the Model Context Protocol.

1 endpoint8 known toolsFirst detected September 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://www.congress.cash/mcp

No auth detected

MCP server metadata

Name
congress-cash
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

find_politician

Resolve a politician's name to their id.

Inferred read-only
get_money_profile

Call 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-only
get_trades

Call 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-only
get_holdings

Call 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-only
get_conflicts

Call 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-only
get_pac

Call 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-only
get_state_legislature

Call this for questions about money in a STATE legislature as a whole — totals, top fundraisers, source of the data.

Inferred read-only
get_state_legislator

Call this for a specific STATE legislator's campaign finance: totals, donors, and sector breakdown.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.