GovGreed MCP

GovGreed MCP

Integrates GovGreed's congressional-trading intelligence API, giving Claude native access to 18 tools for analyzing politician trading signals, conflict scores, bill carveouts, and political influence data.

Category
访问服务器

README

GovGreed MCP

GovGreed MCP is a Model Context Protocol server that gives Claude (and any MCP-aware client) native, one-line tool access to GovGreed's congressional-trading intelligence API. Ask Claude about a politician's conflict-of-interest score, today's A+ trading signals, which bills carve out money for a specific ticker, or how a company spends its political-influence dollars — and Claude answers from live GovGreed data instead of guessing. It wraps 18 tools spanning signals, predictions, politicians, bills, companies, donors, and executive-branch (OGE) disclosures.

Get an API key

Get a free API key at govgreed.com.

  • Free tier: 100 calls/day for the first week, then 20/day.
  • Founders: $24.50/mo = 750 calls/day, price locked forever.

Set it as the GOVGREED_API_KEY environment variable (shown in the install snippets below).

Install

uvx (recommended)

Add this to your MCP client config (e.g. claude_desktop_config.json) inside "mcpServers":

"govgreed": {
  "command": "uvx",
  "args": ["--from", "git+https://github.com/mmamodelai/govgreed-mcp", "govgreed-mcp"],
  "env": { "GOVGREED_API_KEY": "your_key" }
}

Claude Code (one-liner)

claude mcp add govgreed --env GOVGREED_API_KEY=your_key -- uvx --from git+https://github.com/mmamodelai/govgreed-mcp govgreed-mcp

pipx (alternative)

pipx install git+https://github.com/mmamodelai/govgreed-mcp

Then point your MCP client at the installed entry point:

"govgreed": {
  "command": "govgreed-mcp",
  "env": { "GOVGREED_API_KEY": "your_key" }
}

Tools

All 18 tools return a standard envelope with an as_of timestamp and a data payload.

Tool What it does
account_info Show your current GovGreed account: tier, daily quota, remaining calls.
top_signals Top-ranked congressional trading signals (7-layer convergence scoring); deduplicated per politician+ticker.
herd_signals Moments when 3+ politicians converge on the same ticker, deduplicated per (ticker, window).
whale_opportunities EV-ranked bills × tickers × insider activity, cross-checked against political influence to drop junk tickers.
top_predictions Forward-looking predictions from GovGreed's four prediction engines, grouped per (politician, ticker).
search_politicians Fuzzy politician search; resolves "Pelosi" → bioguide_id for follow-up calls.
politician_profile Full politician profile with all four scores (greediness / influence / conflict / predicted-corruption).
politician_conflict_score Conflict-of-interest score 0-100 — the most objective, vote-level evidence score.
bill_intelligence Full bill baseball card: impacts, predictions, markup history, exec trades, carveouts.
bill_carveouts Line-item carveouts: each $ amount tied to a recipient, section-cited, with ticker mapping.
search_bills Fuzzy bill search by title or nickname (NDAA, CHIPS, IRA, etc.).
company_profile Full company iron-triangle profile: congressional owners, lobbyists, affected-by bills, insider activity.
company_political_influence 0-100 political influence score for a ticker, broken down by lobbying / contributions / pharma / LDA spend.
sector_positioning Congressional buy/sell flow per sector over N days.
search_donors Fuzzy donor search with fingerprint-aggregation across FEC name variants.
search_donors_raw Raw FEC donor search — one row per name-string-as-filed, no merging.
donor_profile Full donor profile, fingerprint-aggregated, with deduplicated recent gifts.
oge_cabinet_trades Trump-administration cabinet/senior-WH-staff financial disclosures and transactions (OGE 278e + 278-T).

Score-name semantics

GovGreed surfaces four different scores on a politician. They measure different things and should not be compared 1:1 — pick the right one:

  • greediness — Behavioral: how aggressively they trade (volume × frequency × recency). High = active trader, not necessarily corrupt. (Pelosi ≈ 44.)
  • influence_score — Structural: how much money/lobbying flows to them (donor flows, lobbying alignment, PAC industry tags). High = well-funded. (Pelosi ≈ 90.)
  • conflict_score — Vote-level: bills they voted YES on while holding affected stock, weighted by impact and timing. Subscores: trade_activity, late_filing, committee_alignment, donor_alignment, voted_holdings. (Pelosi ≈ 22.)
  • predicted_corruption_risk — Forward-looking ML score from the LLM behavioral analysis. (Pelosi ≈ 85.)

"How concerning is X right now" → conflict_score (most objective). "How active is their trading" → greediness. "Structural pull in DC" → influence_score.

Donor fingerprinting

The FEC stores donor names as filed, so one person fractures into many records — e.g. Robert L. Mercer appears as MERCER, ROBERT L., MERCER, ROBERT MR., MERCER, ROBERT L, MERCER, ROBERT L. MR., MERCER, ROBERT L MR (~$4.66M combined). search_donors / donor_profile return fingerprinted records that merge variants by canonical name + state + employer, with variants_merged, match_method, and match_confidence on every result. Use search_donors_raw to see the unmerged FEC name strings. Merging is deliberately not done across different employer, different state, or different generational suffix (JR vs SR is preserved).

Example prompts

Paste any of these into Claude once the server is connected:

  • "What are today's A+ congressional signals?"
  • "What's Pelosi's conflict score and why?"
  • "Which bills have carveouts for $NVDA?"

Not financial advice. Data from public federal disclosures.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选