Back to MCP Servers
Legiscan
Access legislative data from all 50 US states and Congress — search bills, get full text, track votes, and look up legislators via the LegiScan API.
researchapi
By sh-patterson
Installation
npx -y legiscan-mcpConfiguration
{
"mcpServers": {
"legiscan-mcp": {
"command": "npx",
"args": ["-y", "legiscan-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes