gov-transparency-mcp
gov-transparency-mcp
监督监督者。 国会议员股票交易、联邦合同授予、竞选资金、游说申报和新法规——九款基于美国官方政府数据的 MCP 工具,按次调用付费,使用 x402 在 Base 链上的 USDC。无需账户、无需 API 密钥、无需订阅。
商业追踪器以月度订阅的方式出售国会交易数据。而这里按调用计费,以结构化 JSON 提供给智能体:每次查询 0.005–0.02 美元。
工具
工具 | 价格 | 返回内容 |
| $0.02 | 从官方 STOCK Act 申报文件中解析出的 US House 议员股票交易——议员、股票代码、买入/卖出、日期、金额区间。可按议员、股票代码、类型、州、日期区间筛选。 |
| $0.01 | 披露申报文件索引——谁在何时提交了交易报告,并附官方 PDF 链接。 |
| $0.01 | 任何公司赢得的联邦合同授予——金额、机构、日期、描述。 |
| $0.01 | 公司 → 官方联邦收款人记录,含 UEI 和近期授予总额。 |
| $0.01 | 每位候选人的竞选财务总额——收入、支出、现金余额、债务。 |
| $0.005 | 候选人姓名 → 官方 ID、政党、职位、委员会。 |
| $0.01 | 按客户或公司查询游说申报——金额、议题、具名说客。 |
| $0.005 | 匹配任意主题的最新法规和通告。 |
| $0.005 | 国会中任何法案的官方状态。 |
| 免费 | 所有九条路由的实时 schema 和完整示例。 |
Related MCP server: Disruption Intelligence MCP
数据来源
全部来自官方、全部属于公有领域:US House Clerk 财务披露(从原始 PTR PDF 解析)、USAspending.gov、Federal Election Commission、Senate Lobbying Disclosure Act 数据库、Federal Register 和 Congress.gov。交易披露比实际交易滞后最多 45 天——这是法律规定的报告窗口,并非数据延迟。当前交易覆盖范围:US House(Senate 计划中);纸质提交的披露已建立索引并附 PDF 链接,但未解析为数据行。
设置
{
"mcpServers": {
"gov-transparency": {
"command": "npx",
"args": ["-y", "@forgemeshlabs/gov-transparency-mcp"],
"env": {
"WALLET_PRIVATE_KEY": "0x..."
}
}
}
}WALLET_PRIVATE_KEY 必须是一个专用低余额钱包,在 Base 主网上持有少量 USDC——绝不能使用您的主钱包。get_endpoint_spec 无需钱包也能使用。
可选环境变量:GOV_TRANSPARENCY_BASE_URL(默认 https://x402.forgemesh.io)、BASE_RPC_URL(默认 https://mainnet.base.org)。
支付如何运作
每次调用都会发出一个普通 HTTP 请求;服务器以 402 Payment Required 响应并附上确切条款,客户端签署 USDC 转账授权(EIP-3009)后重试,结算交易哈希会随响应中的 _payment 字段返回。原子性:没有支付就没有数据,没有数据就没有支付。
许可证
MIT——仅代码。底层政府数据属于公有领域。
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