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 🙏

© 2026 – Pkg Stats / Ryan Hefner

breeze-mcp

v0.2.1

Published

The internet access layer for AI agents. Route AI requests through residential IPs in 248 countries.

Readme

Breeze MCP

Breeze through the web — the internet access layer for AI agents.

AI agents need to access the web but get blocked by anti-bot systems, rate limits, and geo-restrictions. Breeze routes requests through residential IPs in 248 countries.

No captchas. No blocks. Just data.

Quick Start

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "breeze-mcp": {
      "command": "npx",
      "args": ["-y", "breeze-mcp"]
    }
  }
}

Restart Claude Desktop. That's it — 10MB free bandwidth, no signup required.

Want more? Run breeze_signup in Claude to get 50MB free.

Setup with API Key

After running breeze_signup, add your key to the config:

{
  "mcpServers": {
    "breeze-mcp": {
      "command": "npx",
      "args": ["-y", "breeze-mcp"],
      "env": {
        "BREEZE_API_KEY": "bz_your_api_key"
      }
    }
  }
}

Cursor / Windsurf

Same config format. Add to your MCP settings:

{
  "mcpServers": {
    "breeze-mcp": {
      "command": "npx",
      "args": ["-y", "breeze-mcp"],
      "env": {
        "BREEZE_API_KEY": "bz_your_api_key"
      }
    }
  }
}

Tools

breeze_fetch

Fetch any URL through residential IPs. Returns clean content.

"Fetch https://example.com using a US IP"
"Get the content of this page from Japan"

Parameters:

  • url (required) — URL to fetch
  • country — 2-letter country code (US, JP, DE, etc.)
  • region — State/city for precise targeting
  • formatmarkdown (default), text, or raw

breeze_search

Search Google without captchas or blocks.

"Search Google for 'best AI tools 2026' from the US"

Parameters:

  • query (required) — Search query
  • country — Country for localized results
  • num_results — Number of results (default: 5)

breeze_batch

Fetch multiple URLs at once, each with a different IP.

"Fetch these 5 competitor pages and compare their pricing"

Parameters:

  • urls (required) — Array of URLs
  • country — Country for all requests

breeze_geocheck

Verify the IP address and location for a country.

"Check what IP I get from Germany"

breeze_signup

Create a free account for 50MB bandwidth (vs 10MB anonymous).

"Sign me up for Breeze"
"Create a Breeze account with my email [email protected]"

breeze_usage

Check your remaining bandwidth and usage stats.

"How much Breeze bandwidth do I have left?"

breeze_plans

View available plans and pricing.

Quota

| Tier | Bandwidth | Requirement | |------|-----------|-------------| | Anonymous | 10 MB | None — just use it | | Free | 50 MB | Run breeze_signup | | Paid | Coming soon | Open beta |

Bandwidth is measured by response size. A typical webpage is 50-200 KB, so 10 MB ≈ 50-200 pages.

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | BREEZE_API_KEY | Your API key from breeze_signup | None (anonymous mode) | | BREEZE_GATEWAY_URL | Custom gateway URL | https://api.breezemcp.xyz/v1 |

How It Works

Your AI → Breeze MCP → Breeze Gateway → Residential IP → Target Website

All requests are routed through real residential IPs. Your AI sees the web exactly as a human user would from that location.

Links

License

MIT