Skip to content
Back to search
100
MCP live v0.3.8 streamable-http

io.github.cyanheads/congressgov-mcp-server

io.github.cyanheads/congressgov-mcp-server

Access U.S. congressional data - bills, votes, members, committees - via MCP.

Uptime
21.7%
23 probes
Response
519ms
last probe
Tools
10
callable

Tools · 10

congressgov_bill_lookup

Browse and retrieve U.S. legislative bill data from Congress.gov. Discover bills by filtering on congress, bill type, and date range — there is no keyword search. Use 'list' to browse (requires congre…

congressgov_enacted_laws

Browse enacted public and private laws from Congress.gov by congress and law type ('pub' for public laws, 'priv' for private). 'list' filters by enactment status and law type — the discovery path 'bil…

congressgov_member_lookup

Discover congressional members and their legislative activity. No name search. For 'list', filter by stateCode (optionally with district), by congress, or by both together (e.g., 118th Congress + CA, …

congressgov_committee_lookup

Browse congressional committees and their legislation, reports, and nominations. Committee codes follow the pattern chamber-prefix (h/s/j) + abbreviation + number — use 'list' to discover codes, then …

congressgov_roll_votes

Retrieve House roll call vote data and individual member voting positions — House-only, as Senate vote data is not yet in the Congress.gov API. Use 'list' to find votes by congress and session (defaul…

congressgov_senate_nominations

Browse presidential nominations to federal positions and track the Senate confirmation process. Use 'list' to browse, 'get' for nomination detail, 'actions'/'committees'/'hearings' for confirmation pi…

congressgov_bill_summaries

Browse recent CRS (Congressional Research Service) bill summaries — plain-language summaries of bills at each legislative stage, useful for answering "what's happening in Congress?". The fromDateTime/…

congressgov_crs_reports

Browse and retrieve CRS (Congressional Research Service) reports — nonpartisan policy analyses by subject-matter experts at the Library of Congress, covering policy areas, legislative proposals, and l…

congressgov_committee_reports

Browse and retrieve committee reports from Congress.gov — reports accompany legislation reported out of committee and explain the bill's purpose, committee amendments, dissenting views, and the commit…

congressgov_daily_record

Browse the daily Congressional Record — floor speeches, debates, and legislative text published each day Congress is in session. Navigation is hierarchical: volumes (via 'list') → issues (via 'issues'…

Similar MCP servers embedding-nearest

@cyanheads/congressgov-mcp-server
Access U.S. congressional data - bills, votes, members, committees - through MCP. STDIO & Streamable HTTP.
0 tools
congressgov-mcp-server
Access U.S. congressional data - bills, votes, members, committees - through MCP.
0 tools · http
io.github.cyanheads/census-mcp-server
Query U.S. Census Bureau data, variables, and geography via MCP.
0 tools
io.github.cyanheads/usaspending-mcp-server
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
0 tools · streamable-http
io.github.nick-ma/uk-parliament-bills
MCP server for UK Parliament Bills API
0 tools
govql-mcp-server
MCP server for GovQL — query US Congressional data via GraphQL from any MCP client.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/congressgov-mcp-server": {
      "url": "https://congressgov.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}