devops-infra MCP Server
MCP server for the LegiScan API. Access legislative data from all 50 US states and Congress - search bills, get full text, track votes, look up legislators, and monitor legislation changes.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y legiscan-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"legiscan-mcp-server": {
"command": "npx",
"args": [
"-y",
"legiscan-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Get legislator info with third-party IDs (VoteSmart, OpenSecrets, etc.)
Get vote details with individual legislator votes
Get detailed bill info (sponsors, history, votes, texts)
Manual MCP Steps
Find bill by number (handles AB 858, AB858, AB-858, A.B. 858). Best for exact bill lookup.
Get only bills where legislator is primary author (not co-sponsor).
Get how a legislator voted on multiple bills in one call.
Full-text search across legislation. Accepts bill-number variants like AB858, but use `legiscan_find_bill_by_number` for exact matches.
List available legislative sessions by state
Description
Get all legislators active in a session
Find a legislator's people_id by name. Supports partial matching.