Congress.gov Mcp Server
@AshwinSundar
Congress.gov Mcp Server について
This is an MCP Server that programmatically fetches data from api.congress.gov. Ever wonder what our (US) Congress is up to? Tired of reading the news to find out? Ask the US Congress API yourself, with this server.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"congress_gov_mcp": {
"command": "/absolute_path/to/uv",
"args": [
"run",
"--env-file",
"/absolute_path/to/congress_gov_mcp/.env",
"/absolute_path_to/congress_gov_mcp/server.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Congress.gov MCP Server?
An unofficial MCP server that wraps the Congress.gov API. It lets you query U.S. congressional data—bills, members, committees, votes, hearings, and more—through natural language using any MCP-compatible client. Intended for developers and anyone who wants programmatic access to legislative information.
How to use Congress.gov MCP Server?
Install dependencies with uv sync, obtain a free Congress.gov API key, and add it to a .env file. Then configure an MCP client (e.g., Claude Desktop or Claude Code) to launch server.py via uv run, pointing to the .env file.
Key features of Congress.gov MCP Server
- List and search bills by Congress, type, and number
- Retrieve member details by Bioguide ID
- Access committee reports, prints, and meetings
- Query house and senate votes, communications, and nominations
- Read Congressional Record entries by volume and page
- Pull CRS reports and treaty information
- Fetch House and Senate hearings and requirements
Use cases of Congress.gov MCP Server
- Ask an AI agent "What bills were introduced in the current Congress?" or "Who is my representative and what committees are they on?"
- Track the status of a specific bill or amendment
- Retrieve committee report text for research
- Monitor recent votes and Congressional Record updates
- Ingest legislative data into custom workflows or dashboards
FAQ from Congress.gov MCP Server
Is this an official Congress.gov product?
No. This is an unofficial MCP server and is not affiliated with or endorsed by Congress.gov or any U.S. government agency.
What are the prerequisites to use this server?
You need uv installed and a free Congress.gov API key (sign up at api.congress.gov/sign-up/).
How do I configure it for Claude Desktop?
Add a congress_gov_mcp entry to the mcpServers object in your Claude Desktop config file, with command set to the absolute path of uv and args including run, --env-file, the path to your .env, and the path to server.py.
How do I configure it for Claude Code?
Add a congress_gov_mcp entry to .mcp.json in the directory where you run Claude Code, following the same structure as the Claude Desktop config but using uv as the command directly.
What transport and authentication does the server use?
The server communicates via the MCP standard transport (stdio). Authentication is handled by an API key passed through the CONGRESS_GOV_API_KEY environment variable.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント