A Model Context Protocol server that turns U.S. state and county legislative scraping into per-mechanism risk signals for wind, solar, transmission, storage, and the rest of the energy stack — one tool-call away from your agent.
Drop your email. We mint a personal bearer token tied to it. Setup snippets appear right after — pick the one that matches your tool. Lost your token? Re-enter the same email to rotate; the old one stops working.
No verification email yet, no spam. No, we can't see your prompts — the MCP server only ever receives the tool name and arguments your agent decides to send. We'll occasionally email you product updates (new MCP tools, jurisdictional coverage, breaking changes) and we log usage per token so a leak can be revoked without rotating everyone.
Save this now. The token is shown once. Lost it later? Rotate by re-entering your email — the old token stops working.
https://mcp.policyalpha.iohttps://mcp.policyalpha.ioRun this in any project directory. It writes to .mcp.json and is picked up on next session start.
Drop into claude_desktop_config.json, Cursor's ~/.cursor/mcp.json, or any other MCP host's config file.
PolicyAlpha exposes three tools today: search_bills filters by jurisdiction, status, energy class, mechanism, and more; get_version_signals returns extracted per-mechanism × energy-class signals for a specific bill version; list_jurisdictions walks the jurisdiction tree. Today's coverage is the Texas Senate Committee on Energy Resources for the 89(R) session: oil & gas, geothermal, pipelines, the Railroad Commission's reach. History, diff, and timeseries tools are landing next.
Ask Claude as you would any question; it picks the right tool and arguments on its own.
Filter bills by jurisdiction, status, energy class, mechanism, and date range. Each result embeds latest_version so you can chain straight into get_version_signals.
Call with the human-readable bill key — pass external_id and an optional version_label; omit the label to get the latest version.
Coming soon: get_bill_history, get_version_diff, restrictiveness_timeseries, compare_jurisdictions.