The Congressional Intelligence Platform
An MCP server with 48 tools that gives AI assistants like Claude structured access to bills, members, votes, committees, hearings, amendments, nominations, treaties, scorecards — all through the Model Context Protocol.
Features
Comprehensive Congressional data and AI-powered analysis, purpose-built for the Model Context Protocol.
Full coverage of Congressional data: bills, members, votes, committees, nominations, treaties, hearings, amendments, scorecards, and analysis — all as structured MCP tools.
Bills · Members · Votes · Scorecards · TreatiesSourced from official Congressional records and updated daily. Your AI always works with current, accurate legislative information.
367K+ bills · 12K+ members · 3M+ votesGo beyond raw data with AI-powered topic classification, significance scoring, and legislator archetype analysis. Available on the Pro plan.
Classification · Scoring · ArchetypesUse Cases
From investigative journalism to civic engagement — CongressMCP powers the tools people use to understand Congress.
Track bill progress, compare voting records, and surface legislative patterns for investigative reporting.
Build custom scorecards, track key votes, and monitor committee activity on issues you care about.
Analyze legislative trends, sponsor effectiveness, bipartisan patterns, and bill viability across congresses.
Build apps that help citizens track their representatives, understand legislation, and stay informed.
Why CongressMCP
Compare CongressMCP with using the Congress.gov API directly or manual research.
| Capability | CongressMCP | Congress.gov API |
|---|---|---|
| AI-native (MCP) | Yes | No |
| Custom scorecards | Built-in | Build yourself |
| Bill viability scores | Yes | No |
| AI enrichments | Topic, significance, archetypes | No |
| Voting alignment | Cross-member comparison | Manual calculation |
| Sponsor effectiveness | Yes, with committee power | No |
| Rich context views | Single-call aggregations | Multiple calls required |
| Rate limits | 60/min (Pro) | 5,000/hr |
Pricing
Start with 100 free requests. Upgrade anytime for higher limits and AI-powered tools.
For exploration and personal projects
For professionals and production apps
.gov & .edu emails get 50% off Pro
Try It
Enter your state and zip code (or full address) and pick an issue. We'll show your actual representatives, their recent activity, relevant bills, and votes.
Integrations
Connect CongressMCP to Claude Code, Claude Desktop, ChatGPT, or any MCP-compatible client.
claude mcp add congressmcp \ --transport http \ https://www.congressmcp.com/mcp \ --header "Authorization: Bearer KEY"
// claude_desktop_config.json { "mcpServers": { "congressmcp": { "url": "https://congressmcp.com/mcp", "headers": { "Authorization": "Bearer KEY" } } } }
Quick Start
Register for an API key and connect CongressMCP to Claude Code with two commands.
# Register for a free API key curl -X POST https://www.congressmcp.com/auth/register \ -H "Content-Type: application/json" \ -d '{"email": "[email protected]", "name": "Your Name"}' # Add to Claude Code claude mcp add congressmcp \ --transport http \ https://www.congressmcp.com/mcp \ --header "Authorization: Bearer YOUR_API_KEY"