Congress[.]gov MCP Server
Ever wonder what our (US) Congress is up to? Fed up with the news? Ask Congress.gov yourself what's going on.
README
<span>Congress.gov</span> MCP server
Ever wonder what our (US) Congress is up to? Tired of reading the news to find out? Ask the US Congress API yourself.
Unofficial MCP server for the Congress.gov API
Installation
Prerequisites
- Install uv. The easiest way on macOS and Linux is
curl -LsSf https://astral.sh/uv/install.sh | sh - Get a Congress.gov API key.
Setup
-
Complete Prerequisites
-
Clone this repository, and
cdin:git clone http://github.com/AshwinSundar/congress_gov_mcpcd congress_gov_mcp -
Install dependencies:
uv sync -
Create a
.envfile from the template:cp .env.template .env -
Add your Congress.gov API key to the
.envfile:
<u>congress_gov_mcp/.env</u>
CONGRESS_GOV_API_KEY="your-api-key-here"
Configure for Claude Desktop
-
Complete Prerequisites
-
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"congress_gov_mcp": {
"command": "uv",
"args": [
"run",
"/path/to/congress_gov_mcp/server.py"
],
"env": {
"CONGRESS_GOV_API_KEY": "your-api-key-here"
}
}
}
}
Configure for Claude Code
Local Installation
claude mcp add -s local --name congress_gov_mcp --env CONGRESS_GOV_API_KEY="your-api-key-here /path/to/congress_gov_mcp/server.py "
User Installation
claude mcp add -s user --name congress_gov_mcp --env CONGRESS_GOV_API_KEY="your-api-key-here /path/to/congress_gov_mcp/server.py "
Project Installation
claude mcp add -s project --name congress_gov_mcp --env CONGRESS_GOV_API_KEY="your-api-key-here /path/to/congress_gov_mcp/server.py "
Roadmap
- [x] api.congress.gov
- [x] /bill
- [ ] /{congress}
- [ ] /{congress}/{billType}
- [ ] /{congress}/{billType}/{billNumber}
- [ ] /actions
- [ ] /amendments
- [ ] /committees
- [ ] /cosponsors
- [ ] /relatedbills
- [ ] /subjects
- [ ] /summaries
- [ ] /text
- [ ] /titles
- [x] /amendment
- [ ] /{congress}
- [ ] /{congress}/{amendmentType}
- [ ] /{congress}/{amendmentType}/{amendmentNumber}
- [ ] /actions
- [ ] /cosponsors
- [ ] /amendments
- [ ] /text
- [x] /summaries
- [ ] /{congress}
- [ ] /{congress}/{billType}
- [x] /congress
- [ ] /{congress}
- [ ] /current
- [x] /member
- [ ] /{bioguideId}
- [ ] /sponsored-legislation
- [ ] /cosponsored-legislation
- [ ] /{bioguideId}
- [x] /committee
- [ ] /{systemCode}
- [ ] /bills
- [ ] /reports
- [ ] /nominations
- [ ] /meetings
- [ ] /hearings
- [ ] /house-communication
- [ ] /senate-communication
- [ ] /{systemCode}
- [x] /committee-report
- [ ] /{congress}
- [ ] /{congress}/{reportType}
- [ ] /{congress}/{reportType}/{reportNumber}
- [ ] /text
- [x] /committee-print
- [ ] /{congress}
- [ ] /{congress}/{printType}
- [ ] /{congress}/{printType}/{printNumber}
- [ ] /text
- [x] /committee-meeting
- [ ] /{congress}
- [ ] /{congress}/{chamber}
- [ ] /meetings
- [x] /hearing
- [ ] /{congress}
- [ ] /{congress}/{chamber}
- [ ] /{congress}/{chamber}/{hearingNumber}
- [x] /house-vote
- [ ] /{congress}
- [ ] /{congress}/{session}
- [ ] /{congress}/{session}/{rollCallNumber}
- [x] /congressional-record
- [ ] /{volume}
- [ ] /{volume}/{pagePrefix}
- [ ] /{volume}/{pagePrefix}/{pageNumber}
- [x] /daily-congressional-record
- [ ] /{volume}
- [ ] /{volume}/{issue}
- [x] /bound-congressional-record
- [ ] /{year}
- [ ] /{year}/{month}
- [ ] /{year}/{month}/{day}
- [x] /house-communication
- [ ] /{congress}
- [ ] /{congress}/{communicationType}
- [ ] /{congress}/{communicationType}/{communicationNumber}
- [x] /house-requirement
- [ ] /{congress}
- [ ] /{congress}/{requirementNumber}
- [x] /senate-communication
- [ ] /{congress}
- [ ] /{congress}/{communicationType}
- [ ] /{congress}/{communicationType}/{communicationNumber}
- [x] /nomination
- [ ] /{congress}
- [ ] /{congress}/{nominationNumber}
- [ ] /actions
- [ ] /hearings
- [x] /crsreport
- [ ] /{productCode}
- [x] /treaty
- [ ] /{congress}
- [ ] /{congress}/{treatyNumber}
- [ ] /actions
- [ ] /committees
- [x] /bill
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.