mcpbeat Sign in

Coldpine: Congressional Stock Disclosures MCP Server

not responding

Coldpine: Congressional Stock Disclosures is listed as active in the registry but did not answer our last check. It exposes 11 tools.

Read-only U.S. congressional stock trade disclosures (STOCK Act filings), parsed and source-linked.

Uptime history 40 hours of history · worst hour 0%
40 hours agonow
15.4%
Uptime 24h
14 of 91 checks
11
Tools
read from the server
557 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 20

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 22 September 2026. No other catalogue keeps this.

22 Sep 11 tool descriptions were rewritten cluster_trades, congress_leaderboard, get_filing and 8 more
22 Sep 9 tools changed the parameters they ask for cluster_trades, congress_leaderboard, get_stock and 6 more

Coldpine: Congressional Stock Disclosures does not always answer

Over the last week it answered 22.8% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add congress-disclosures --transport http https://coldpine.io/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "congress-disclosures": {
      "url": "https://coldpine.io/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.congress-disclosures]
url = "https://coldpine.io/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "congress-disclosures": {
      "url": "https://coldpine.io/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "congress-disclosures": {
      "url": "https://coldpine.io/api/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

members
members_vs_market
Per-member 90-day return on disclosed stock purchases versus the S&P 500 over the same windows (alpha), with the 30-day alpha and hit rate. Only members with at least min_trades priced purchases that have a full 90-day window. Most members do not beat the market; this is the measured record. Same data as coldpine.io/research/members-who-beat-the-market. Use it when the question is about performance; congress_leaderboard ranks activity and carries no returns. Rows come back highest 90-day alpha first, each with the number of purchases measured, the average 90-day return, the S&P 500 average over the same windows, the 90-day and 30-day alpha, the share of purchases that beat the index, and the member's page. The response states the method. These are measured past outcomes on disclosed purchases only (sales and trades younger than 90 days are excluded), not a forecast and not a reason to trade. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
search_members
Find members of the U.S. House or Senate who have disclosed stock trades, by full or partial name. Start here whenever a question names a person: it returns the member_id that get_member and list_transactions take. Each match carries name, chamber, party, state, trade and filing counts, buy/sell split, the disclosed dollar volume range and the member's coldpine.io page. total_matches tells you when the list was cut by `limit`. To rank all members rather than look one up, use congress_leaderboard. Access: no key or account needed. Read-only, cached for up to an hour.
stock
get_stock
Every member of Congress who disclosed trading a ticker: totals, buy/sell split, disclosed volume range, first and last trade dates, the members who traded it most, the 20 most recent disclosed trades with source-filing links, and the one sample scored trade the public page shows. Use it for 'who in Congress trades this stock'. For the full trade history of a ticker, page list_transactions with the same ticker; for stocks several members bought or sold together, use cluster_trades. Returns a not-found error when no member has disclosed a trade in the symbol. Access: no key or account needed. Read-only, cached for up to an hour.
stock_act_compliance
How quickly Congress reports its trades against the STOCK Act's 45-day window: the site-wide summary (median lag, share late, House vs Senate) and the per-member board (trades dated, average and median lag, trades past 45 and 90 days, share late). Where a member has at least 5 priced purchases, the average pre-disclosure move of those purchases is given WITH the S&P 500 move over the same windows (avg_lag_excess); never quote one without the other. Same data as coldpine.io/research/congress-stock-act-late-filers. Use it for 'who files late' and 'how late is Congress overall'; the site-wide `summary` comes back on every call whatever the sort. For one member's lag on individual trades, read disclosure_lag_days in get_member or list_transactions. A late report is a fact about the filing date; it is not a finding of wrongdoing. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
cluster
cluster_trades
Stocks that several members of Congress traded in the same direction inside a rolling window (Coldpine's cluster detection, same definition as the bot). Returns ticker, direction, distinct member count, trade count, date span, summed disclosed amount range and the member names. Same data as coldpine.io/research/biggest-cluster-buys-in-congress. Use it for 'what are several members buying (or selling) at once'; for everyone who ever traded one given stock use get_stock instead. The window counts back from the most recent trade date on record, not from a date you choose, and clusters come back largest first by distinct members. A person is counted once per cluster however many trades they made. Overlap in timing is a description of the filings, not evidence of coordination. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
congress
congress_leaderboard
Members of Congress ranked by disclosed trading activity: trade count, disclosed dollar volume (sum of amount-range midpoints), average trade size, or disclosure speed. Optional chamber and party filters. Same data as coldpine.io/leaderboard. Use it for 'who trades the most in Congress' style questions. Each row has the member, chamber, party, state, trade count, disclosed volume, average trade size, average days from trade to disclosure and the member's coldpine.io page; total_members is the count after filters. This ranks activity only. For returns against the S&P 500 use members_vs_market, and for late filing use stock_act_compliance. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
filing
get_filing
A single STOCK Act Periodic Transaction Report: who filed it and when, the roll-up (trade count, buy/sell split, tickers, amount range, longest disclosure lag, trades past the 45-day window, trades by spouse or dependent child), every trade it disclosed, a link to the original government document, and the one sample scored trade the public page shows. Use it after whats_new, list_recent_filings or get_member has given you a filing id and the question is about what that one report contained. Returns a not-found error for an unknown id. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
member
get_member
One member of Congress: profile, aggregate trading stats (counts, volume range, average disclosure lag, most-traded tickers), the 20 most recent disclosed trades with links to the original government filing, the member's 5 most recent Periodic Transaction Reports, and the one sample scored trade the public page shows. Use it for 'what has this member been trading'. Get the member_id from search_members first. For more than 20 trades, page list_transactions with the same member_id. Returns a not-found error for an unknown id. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
recent
list_recent_filings
The newest Periodic Transaction Reports (STOCK Act filings) with parsed trades, newest filed date first, 25 per page: member, chamber, filed date, trade count, buy/sell split, tickers, and how many trades were reported more than 45 days after the trade (late_45). Mirrors coldpine.io/filings. Use it to browse the archive of reports page by page; `coverage` in the response gives the total number of reports, members and the date span, so you know how many pages exist. For just the latest reports or polling by date, whats_new is lighter and needs no token; for the trades inside one report, pass its id to get_filing. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
transactions
list_transactions
Individual disclosed congressional stock trades, newest disclosure first. The paging tool: use it when get_member or get_stock's 20 most recent trades are not enough, or to walk the whole record. Filter by ticker, by member_id, by both (one member's trades in one stock), or by neither (every trade). Each row has the ticker and asset name, purchase/sale/exchange, trade date, disclosure date, days between them, whether that passed the 45-day STOCK Act window, the reported amount range, the owner (self, spouse, dependent child), the member, and a link to the original House Clerk PDF or Senate eFD filing. `total` is the full match count, so keep raising `offset` by `limit` until you reach it. Access: needs the agent token from a free Coldpine account, sent as 'Authorization: Bearer <token>'; without it the call returns setup steps instead of data. Read-only, cached for up to an hour.
whats
whats_new
The newest STOCK Act Periodic Transaction Reports filed by members of Congress, newest first. Use this to answer 'what did Congress just disclose' or to poll for new filings: pass `since` (YYYY-MM-DD) to get only reports filed after that date. Returns one row per report: filing_id, filed_date, member name/id, chamber, party, state, trade count, buys, sells, distinct tickers, whether any trade was reported past the 45-day window, the top tickers, and the coldpine.io URL of the report and the member. Looks at the 100 most recent reports; for older ones page through list_recent_filings, and for the trades inside one report call get_filing. Access: no key or account needed. Read-only, cached for up to an hour.

Endpoints

URLTransportStateLatencyChecked
https://coldpine.io/api/mcp streamable-http answering 107 ms 3 min ago

Alternatives to Coldpine: Congressional Stock Disclosures

same job, measured the same way
Us Congress Trades
by johnisanerd

US Congress stock trades and financial disclosures by member, ticker, or date, hosted MCP.

answering
Trades
by potomacledger

Stock trades of U.S. Congress & executive-branch officials, with conflict flags. Read-only.

6 tools answering
Gov Transparency MCP
by forgemeshlabs

Watch the watchers: congressional stock trades, federal contracts, campaign finance, lobbying, and.

38 installs/wk local only
Wudao A-Share Stock Data MCP
by jcdreamjc

Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.

answering
Stocks On Chain
by stocksonchain

Read-only tokenized stock data: issuers, chains, contract addresses and corporate actions.

7 tools answering
Politician Trades
by pipeworx-io

Politician Trades MCP — US congressional + executive stock trading

39 tools answering
Bargo Congress Trades
by bargo-ai

Query normalized U.S. Congress STOCK Act trades with member, ticker, and performance data.

3 tools answering
C
HoldingsIntel
by holdingsintel

Smart Money Verdict per stock & fund from SEC 13F, insider, activist & congressional filings.

24 tools answering

Coldpine: Congressional Stock Disclosures — questions

Answers built from our own checks of this server.

What can Coldpine: Congressional Stock Disclosures do?
It exposes 11 tools, read directly from the server on our last check. Among them: cluster_trades, congress_leaderboard, get_filing, get_member, get_stock, list_recent_filings and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Coldpine: Congressional Stock Disclosures mostly used for?
Its tools cluster around members and stock. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Coldpine: Congressional Stock Disclosures working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 14 of 91 checks got a reply (15.4%), average response time 557 ms. The bar chart above shows every period we have measured.
The registry lists Coldpine: Congressional Stock Disclosures as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Coldpine: Congressional Stock Disclosures?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Coldpine: Congressional Stock Disclosures need an API key?
No. Coldpine: Congressional Stock Disclosures completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Coldpine: Congressional Stock Disclosures?
It answers our handshake in 557 ms on average, which is faster than 27% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.