Wraps the LegiScan API to give you programmatic access to U.S. legislative data. The source doesn't list specific tools, but LegiScan typically exposes bill tracking, legislator lookups, vote records, and session monitoring across all 50 states plus Congress. Hosted via Pipeworx's gateway, so you can either use this standalone or connect to their full gateway for 764+ data sources. Supports their ask_pipeworx natural language interface if you'd rather describe what you want than call tools directly. Useful when you're building political research tools, monitoring legislation, or need to pull bill status and voting records into your agent workflows.
LegiScan MCP — wraps the LegiScan API (api.legiscan.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 764+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"legiscan": {
"url": "https://gateway.pipeworx.io/legiscan/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 764+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Legiscan data" })
The gateway picks the right tool and fills the arguments automatically.
MIT