wa-leg-mcp
0
The Washington State Legislature MCP Server provides a protocol for AI assistants to access legislative data, promoting civic engagement. It offers tools for tracking bills, accessing document resources, and retrieving legislative information efficiently.
Overview
A Model Context Protocol (MCP) server connecting AI assistants to the Washington State Legislative Web Services, enabling civic engagement through conversational interfaces. Features include:
- Bill tracking and information retrieval
- Committee meeting schedules and agendas
- Legislator lookup and sponsor information
- Bill status and history tracking
- Legislative document access
Features
- Retrieve detailed bill information
- Search for bills using keywords
- Access committee meeting schedules
- Find legislators by district
- Access legislative documents in various formats
Installation
Python 3.10+ and pip are required. Install development dependencies with pip install -e ".[dev]"
and production with pip install .
. For local development, run python src/wa_leg_mcp/server.py
.
Deployment Options
Run locally or deploy on AWS Lambda, Google Cloud, or Azure. Configure settings in a .env
file.