gov-transparency-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gov-transparency-mcpShow recent stock trades by Nancy Pelosi"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gov-transparency-mcp
Watch the watchers. Congressional stock trades, federal contract awards, campaign finance, lobbying filings, and new regulations — nine MCP tools over official US government data, paid per call with x402 USDC on Base. No account, no API key, no subscription.
Commercial trackers sell congressional-trading data behind monthly subscriptions. Here it is per-call, in structured JSON, for agents: $0.005–$0.02 a query.
Tools
Tool | Price | What it returns |
| $0.02 | US House member stock trades parsed from official STOCK Act filings — member, ticker, buy/sell, date, amount range. Filter by member, ticker, type, state, date window. |
| $0.01 | The disclosure filing index — who filed trade reports and when, with official PDF links. |
| $0.01 | Federal contract awards won by any company — amounts, agencies, dates, descriptions. |
| $0.01 | Company → official federal recipient records with UEI and recent award totals. |
| $0.01 | Campaign finance totals per candidate — receipts, spending, cash on hand, debts. |
| $0.005 | Candidate name → official ids, party, office, committees. |
| $0.01 | Lobbying filings by client or firm — money, issues, named lobbyists. |
| $0.005 | Newest regulations and notices matching any topic. |
| $0.005 | Official status of any bill in Congress. |
| free | Live schemas and worked examples for all nine routes. |
Related MCP server: Disruption Intelligence MCP
Data sources
All official, all public domain: US House Clerk financial disclosures (parsed from the source PTR PDFs), USAspending.gov, the Federal Election Commission, the Senate Lobbying Disclosure Act database, the Federal Register, and Congress.gov. Trade disclosures lag transactions by up to 45 days — that is the law's reporting window, not a data delay. Current trade coverage: US House (Senate planned); paper-filed disclosures are indexed with PDF links but not parsed into rows.
Setup
{
"mcpServers": {
"gov-transparency": {
"command": "npx",
"args": ["-y", "@forgemeshlabs/gov-transparency-mcp"],
"env": {
"WALLET_PRIVATE_KEY": "0x..."
}
}
}
}WALLET_PRIVATE_KEY must be a dedicated low-balance wallet holding a small amount of USDC on Base mainnet — never your primary wallet. get_endpoint_spec works without one.
Optional env: GOV_TRANSPARENCY_BASE_URL (default https://x402.forgemesh.io), BASE_RPC_URL (default https://mainnet.base.org).
How payment works
Each call makes a normal HTTP request; the server answers 402 Payment Required with exact terms, the client signs a USDC transfer authorization (EIP-3009) and retries, and the settlement transaction hash comes back in the response under _payment. Atomic: no data without payment, no payment without data.
License
MIT — code only. The underlying government data is public domain.
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for pay-per-call DeFi and crypto data via x402 micropayments on Base. 8 endpoints: token prices, TVL, funding rates, token security, gas tracker, whale monitoring, wallet profiling, and yield scanning.846MIT
- AlicenseAqualityCmaintenanceDisruption Intelligence MCP gives AI agents access to commercial disruption signals through a public MCP server backed by the hosted Forgemesh API. It supports WARN/layoff intelligence, company context, geospatial territory disruption, x402 payment challenge inspection, and economic signal workflows without exposing private scoring logic, ingestion systems, schemas, or infrastructure.1214711MIT
- AlicenseNot gradedqualityCmaintenancePay-per-call MCP server offering crypto market signals, web page extraction, and GitHub repo auditing, with automatic settlement in USDC via the x402 protocol.MIT
- AlicenseAqualityAmaintenanceBlockchain event sequence anomaly detection MCP server using NASA-derived sequence mining, providing human-readable story labels and anomaly scores for financial event windows.1628MIT
Related MCP Connectors
MCP server for nonprofit financials via ProPublica — IRS Form 990 data for 1.8M+ nonprofits.
SEC EDGAR MCP: search, preview, purchase filings. x402 USDC on Polygon. xpay + Cloud Run upstream.
Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/forgemeshlabs/gov-transparency-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server