Back to search
100
MCP live v0.1.3 streamable-http

io.github.cyanheads/openstates-mcp-server

io.github.cyanheads/openstates-mcp-server

Search bills, legislators, committees, and events across all 50 US states, DC, and Puerto Rico.

Uptime
12.5%
8 probes
Response
549ms
last probe
Tools
10
callable

Tools · 10

openstates_search_bills

Search state legislative bills across all covered US jurisdictions. Supports full-text search, jurisdiction/session filtering, subject tags, sponsor lookups, and sort order. Either jurisdiction or q (…

openstates_get_bill

Fetch full detail for a specific state bill. Accepts either the three-part path (jurisdiction + session + bill_id) or a direct OCD bill ID (openstates_id from search results). Use include to request v…

openstates_search_people

Search state legislators and officials by name, jurisdiction, chamber, district, or party. Supports name substring matching (case-insensitive). org_classification targets a specific chamber: "upper" f…

openstates_get_legislators_by_location

Find all state legislators representing a geographic coordinate. Pass latitude and longitude to get state senators and representatives (and potentially governor/executive officials) for that location.…

openstates_search_committees

List committees for a jurisdiction. Experimental — Open States is actively working to restore committee support and not all states have data. Use chamber to scope to upper (senate) or lower (house) co…

openstates_get_committee

Fetch committee detail by OCD organization ID. Returns name, classification, and membership roster when include=memberships is requested. Experimental — not all states have committee data in Open Stat…

openstates_search_events

Search hearings, floor sessions, and committee meetings. Experimental — most states do not publish event data to Open States. Use after and before to scope to a date range. Set require_bills=true to f…

openstates_get_event

Fetch full event detail by OCD event ID. Returns agenda, participants, media links, and associated documents when requested via include. Experimental — event coverage is limited in Open States. Obtain…

openstates_list_jurisdictions

List all jurisdictions covered by Open States — all 50 states, DC, and Puerto Rico. Returns coverage metadata: latest bill update time, latest people update time, and optionally all legislative sessio…

openstates_get_jurisdiction

Fetch full metadata for a specific jurisdiction including all legislative sessions, their identifiers, and coverage dates. Use when you need to know the exact session identifier for a state before fil…

Similar MCP servers embedding-nearest

Openstates
OpenStates MCP — bills, legislators, votes in all 50 US states
0 tools · streamable-http
@pipeworx/mcp-openstates
OpenStates MCP — bills, legislators, votes in all 50 US states
0 tools
io.github.cyanheads/congressgov-mcp-server live
Access U.S. congressional data - bills, votes, members, committees - via MCP.
10 tools · streamable-http
@cyanheads/congressgov-mcp-server
Access U.S. congressional data - bills, votes, members, committees - through MCP. STDIO & Streamable HTTP.
0 tools
io.github.cyanheads/openlibrary-mcp-server live
Search books and authors, fetch editions, browse subjects, and resolve cover images.
9 tools · streamable-http
io.github.cyanheads/wikipedia-mcp-server
Search Wikipedia, read summaries and full text, target sections, find nearby pages, list languages.
0 tools

How to use

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

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