npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

congressmcp

v1.2.0

Published

MCP bridge for Congressional data - access 42+ legislative tools through Claude Desktop and other MCP clients. Now with improved domain architecture.

Readme

Congressional MCP

Connect Claude Desktop to US Congressional data - bills, amendments, members, committees, and more.

Installation

npm install -g congressmcp

Setup

  1. Get your API key:

    • Visit: https://congressmcp.lawgiver.ai
    • Sign up for a free account
    • Check your email for your API key
  2. Configure Claude Desktop:

Add this to your Claude Desktop config with your API key:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "congressmcp": {
      "command": "npx",
      "args": [
        "-y", 
        "congressmcp"
      ],
      "env": {
        "CONGRESSMCP_API_KEY": "your-api-key-here"
      }
    }
  }
}
  1. Restart Claude Desktop to activate the connection.

Usage

Ask Claude about:

  • Bills: "Search for recent climate bills"
  • Members: "Who represents California in the Senate?"
  • Committees: "What committees handle healthcare?"
  • Amendments: "Show amendments to HR 1234"
  • Roll Call Votes: "How did senators vote on the infrastructure bill?"
  • And much more legislative data!

Known Limitations

⚠️ Important Architectural Notice:

Currently, all users share a single Congress.gov API key on the backend server. This means:

  • Rate Limits: All users share the same 5,000 requests/hour quota from Congress.gov
  • Scalability: May hit rate limits with many concurrent users
  • Architecture: Not the ideal long-term solution

Planned Fix (v2.0): Future versions will require users to provide their own Congress.gov API key for individual rate limits and better scalability. This will require:

  1. Obtaining a free Congress.gov API key at: https://api.congress.gov/sign-up/
  2. Adding CONGRESS_GOV_API_KEY to your Claude config

Current Status: This limitation doesn't affect functionality for early users, but please be aware that heavy usage may experience rate limiting.

Subscription Tiers

  • FREE: 200 API calls/month, basic tools
  • PRO: $29/month, 5,000 calls, all tools
  • ENTERPRISE: Custom pricing, unlimited usage

Support

[email protected]