Skip to main content
Glama
forgemeshlabs

gov-transparency-mcp

gov-transparency-mcp

감시자를 감시하세요. 의회 주식 거래, 연방 계약 수여, 캠페인 자금, 로비 신고, 신규 규정 — 공식 미국 정부 데이터를 다루는 9개의 MCP 도구로, x402를 통해 Base에서 USDC로 호출당 결제됩니다. 계정 없음, API 키 없음, 구독 없음.

상업용 트래커는 의회 거래 데이터를 월간 구독 뒤에 숨겨 판매합니다. 여기서는 에이전트가 구조화된 JSON으로 호출당 결제할 수 있습니다: 쿼리당 $0.005 ~ $0.02.

Tools

Tool

가격

반환 내용

get_congress_trades

$0.02

공식 STOCK Act 신고서에서 파싱한 미국 하원 의원 주식 거래 — 의원, 티커, 매수/매도, 날짜, 금액 범위. 의원, 티커, 유형, 주(州), 날짜 기간으로 필터링.

get_trade_filings

$0.01

거래 보고서 제출 목록 — 누가 언제 거래 신고를 했는지, 공식 PDF 링크 포함.

search_federal_contracts

$0.01

모든 기업이 수주한 연방 계약 — 금액, 기관, 날짜, 설명.

get_contractor_profile

$0.01

기업 → UEI 및 최근 수주 총액이 포함된 공식 연방 수원자 기록.

get_candidate_money

$0.01

후보자별 캠페인 재원 총액 — 수입, 지출, 보유 현금, 부채.

find_candidate

$0.005

후보자 이름 → 공식 ID, 정당, 직위, 위원회 파일.

search_lobbying

$0.01

고객 또는 법무법인 기준 로비 신고서 — 금액, 쟁점, 밝혀진 로비스트.

watch_federal_register

$0.005

어떤 주제든 일치하는 최신 규정 및 공지.

lookup_bill

$0.005

미국 의회에 있는 모든 법안의 공식 상태.

get_endpoint_spec

완전

9개 모든 엔드포인트에 대한 실시간 스키마 및 작업 예제.

Related MCP server: Disruption Intelligence MCP

Data sources

모두 공식 기판이며 모두 퍼블릭 도메인입니다: 미국 하원의사록관(sc를 사용한 재무 공시(소스 PTR PDF에서 파싱) 및 USAspending.gov, 연방선거위원회, 상원 LDA 데이터베이스, Federal Register, Congress.gov. 거래 신고는 최대 45일까지 지연될 수 있습니다 — 이는 데이터 지연이 아니라 법률에 명시된 신고 기간입니다. 현재 거래 범위: 미국 하원(Senate 계획), 세계 공시는 PDF 로서 인덱스되지만 표로 파싱파싱되지를 않습니다.

Setup

{
  "mcpServers": {
    "gov-transparency": {
      "command": "npx",
      "args": ["-y", "@forgemeshlabs/gov-transparency-mcp"],
      "env": {
        "WALLET_PRIVATE_KEY": "0x..."
      }
    }
  }
}

WALLET_PRIVATE_KEY전용의 저액 지갑이어야 하며, Base mainnet에서 소량의 USDC가 필요합니다 — 절대 주 거래 지갑이 아니여야 합니다. get_endpoint_spec은 없이도 작동합니다.

선택적 env: GOV_TRANSPARENCY_BASE_URL (기본 https://x402.forgemesh.io), BASE_RPC_URL (기본 https://mainnet.base.org).

결제 진행 방식

Each call waits as ordinary HTTP request; the server responds with 402 Payment Required along with precise terms, the client signs the USDC transfer authorization (EIP-3009) and retries, then the transaction settlement hash is reflected in the response under _payment. The process is atomic, so — no data without payment, no payment without data.

License

MIT — 코드만 해당됩니다. 기본이 되는 정부 데이터는 퍼블릭 도메인입니다.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    MCP 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.
    8
    46
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Disruption 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.
    12
    14
    71
    1
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Blockchain event sequence anomaly detection MCP server using NASA-derived sequence mining, providing human-readable story labels and anomaly scores for financial event windows.
    16
    28
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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