- Congress.gov Mcp Server
Congress.gov Mcp Server
What is Congress.gov MCP Server?
The Congress.gov MCP Server is an unofficial server that programmatically fetches data from the Congress.gov API, allowing users to access real-time information about the activities of the US Congress without having to read the news.
How to use Congress.gov MCP Server?
To use the Congress.gov MCP Server, you need to install the required prerequisites, clone the repository, set up your environment with your Congress.gov API key, and configure your client to run the server.
Key features of Congress.gov MCP Server?
- Fetches real-time data from the Congress.gov API.
- Supports various endpoints for bills, amendments, members, committees, and more.
- Easy setup and configuration for different client applications.
Use cases of Congress.gov MCP Server?
- Monitoring legislative activities and bills in real-time.
- Fetching detailed information about congressional members and their sponsored legislation.
- Accessing historical data and records from the Congressional archives.
FAQ from Congress.gov MCP Server?
- Is the Congress.gov MCP Server free to use?
Yes! The server is free to use, but you need to sign up for a Congress.gov API key.
- What kind of data can I access with this server?
You can access data related to bills, amendments, congressional members, committees, and more.
- Do I need programming knowledge to use this server?
Basic knowledge of command line and configuration files is required to set up the server.
服务器配置
{
"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"
]
}
}
}