
国会
STDIO美国国会数据访问MCP服务器
美国国会数据访问MCP服务器
Give your AI assistant access to comprehensive U.S. Congressional data
Interact with the Congress.gov API with AI through any MCP client. Get live congressional data including bills, votes, committee reports, member information, and more. Research legislation, track voting patterns, and access official government documents through natural language.
6 organized toolsets • 92 operations | Official Congress.gov data | Ready in 5 minutes
Get up and running in 5 minutes with our hosted service:
Visit congressmcp.lawgiver.ai to register and get your API key.
npm install -g congressmcp
Add this to your MCP client configuration (e.g., Claude Desktop):
{ "mcpServers": { "congressional-mcp": { "command": "npx", "args": ["-y", "congressmcp"], "env": { "CONGRESSMCP_API_KEY": "your-api-key-here" } } } }
Restart your MCP client and start asking about bills, votes, committees, and more!
Example: "Find recent climate change bills in the current Congress"
Why use our hosted service?
6 comprehensive categories of congressional data:
Policy Research
"Find all climate change bills introduced in the 118th Congress and their current status"
Voting Analysis
"How did senators from California vote on recent healthcare legislation?"
Member Research
"Who are the current members of the House Energy and Commerce Committee?"
Bill Tracking
"What's the latest action on H.R. 1234 and who are its cosponsors?"
Committee Activity
"Show me recent hearings by the Senate Judiciary Committee on AI regulation"
Need full control or want to contribute? You can run your own instance.
Note: Self-hosting requires technical setup and maintenance. Our hosted service at congressmcp.lawgiver.ai provides better reliability for most users.
Clone and configure:
git clone https://github.com/your-org/congressmcp cd congressmcp cp .env.example .env
Add your Congress.gov API key:
# Edit .env file CONGRESS_API_KEY=your_api_key_here
Install and run:
pip install -r requirements.txt python run_server.py
For production deployments, see .env.example
for complete configuration options including:
We welcome contributions!
Open source under the Sustainable Use License:
Built for government transparency and accessible civic data