LegiScan MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEGISCAN_API_KEY | Yes | Your LegiScan API key obtained from https://legiscan.com/legiscan |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| legiscan_get_legislator_votesA | Get how a legislator voted on specific bills. Use find_legislator first to get people_id from a name. Returns vote positions (Yea/Nay/NV/Absent) for each bill with roll call details. |
| legiscan_get_primary_authoredA | Get only bills where a legislator is the PRIMARY author, not co-sponsor. Use find_legislator first to get people_id from a name. Filters out co-sponsored bills automatically. |
| legiscan_find_legislatorA | Find a legislator's people_id by searching their name. Useful as a first step before other queries. Supports partial name matching. |
| legiscan_get_billA | Get detailed bill information including sponsors, full history, votes, texts, amendments, and supplements. This is the primary tool for bill research. |
| legiscan_get_roll_callA | Get roll call vote details including individual legislator votes. Get roll_call_id by calling get_bill first. |
| legiscan_find_bill_by_numberA | Find a bill by its number within a state's current session or specific session. Handles format variations (AB 858, AB858, AB-858). Returns bill summary if found, null if not. |
| legiscan_get_personA | Get legislator information including party, role, district, and third-party IDs (VoteSmart, OpenSecrets, Ballotpedia, FollowTheMoney). |
| legiscan_get_session_peopleA | Get all legislators active in a legislative session. Returns list of people with their roles, parties, and districts. |
| legiscan_searchA | Full-text search across bill texts. Returns 50 results per page with relevance scores, bill summaries, and URLs. Use for interactive searches. |
| legiscan_get_session_listA | Get list of available legislative sessions. Returns sessions with session_id, years, and state info. Use session_id for subsequent bill lookups. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sh-patterson/legiscan-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server