MCP.so
Sign In

govtrade-mcpVerifiedFeatured

@iamdarcie

About govtrade-mcp

Wraps the live GovTrade x402 API as MCP tools any agent can call directly — get congressional trade signals , get congressional trades , and get politician trading baseline . This server pays your live x402 endpoints on

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "govtrade": {
      "command": "node",
      "args": [
        "/full/path/to/govtrade-mcp/index.js"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "0xYourKey"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

Key features of GovTrade

  • Real-time congressional stock trade disclosures (House and Senate), sourced from official STOCK Act filings
  • Pre-computed anomaly signals: each trade gets a signal_strength score, a Low/Medium/High label, and natural-language reasoning explaining why it's notable (unusual size vs. the politician's own history, committee overlap, federal contract ties)
  • Per-politician trading baselines: trade count, average size, buy/sell ratio, top sector
  • Paid per-call via the x402 protocol (USDC on Base) — no subscriptions or API keys

Use cases

  • An agent researching a specific stock checks whether any politicians have recently traded it, and whether that trade looks anomalous
  • An agent building a market-intelligence report pulls congressional trading baselines to identify unusually active traders
  • An agent doing due diligence on a politician's financial conduct pulls their full trade history and computed baseline

Setup

Requires a funded wallet (USDC on Base) — this server pays the underlying GovTrade API on your behalf via x402 on every call. See the repository README for full setup instructions.

Source

Full source code and setup instructions: https://github.com/iamdarcie/govtrade-mcp

Comments

More Finance & Commerce MCP servers