MCP Directory

sh-patterson/legiscan-mcp

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y legiscan-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from sh-patterson/legiscan-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route sh-patterson/legiscan-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add legiscan-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use sh-patterson/legiscan-mcp directly without routing

npx -y legiscan-mcp

New to Agent-CoreX? View setup guide →

sh-patterson/legiscan-mcp MCP Server — Agent-CoreX