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

Installation

npx -y legiscan-mcp

Configuration

{
  "mcpServers": {
    "legiscan-mcp": {
      "command": "npx",
      "args": ["-y", "legiscan-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub