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

@voidmob/mcp

v0.1.2

Published

Mobile proxies, non-VoIP SMS verifications, and global eSIMs for AI agents and MCP clients.

Readme

VoidMob MCP

Mobile proxies, non-VoIP SMS verifications, and global eSIMs for AI agents and MCP clients.

npx -y @voidmob/mcp

Quick Start

Add VoidMob to your MCP client. No auth, no config, no API key.

Claude Code

claude mcp add voidmob -- npx -y @voidmob/mcp

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "voidmob": {
      "command": "npx",
      "args": ["-y", "@voidmob/mcp"]
    }
  }
}

Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "voidmob": {
      "command": "npx",
      "args": ["-y", "@voidmob/mcp"]
    }
  }
}

Restart your client. You now have 18 tools for mobile proxies, SMS verification, eSIM, and wallet operations.

Available Tools

Mobile Proxies

| Tool | Description | |------|-------------| | search_proxies | Search mobile proxy options by country or type | | get_proxy_pricing | Get detailed pricing for a proxy type + country | | purchase_proxy | Purchase a mobile proxy (pay-per-GB or dedicated monthly) | | get_proxy_status | Check bandwidth usage and connection details | | rotate_proxy | Rotate to a new IP address |

SMS (US non-VoIP)

| Tool | Description | |------|-------------| | search_sms_services | Search US non-VoIP SMS verification services by name or category | | get_sms_price | Get pricing for a US non-VoIP SMS verification service | | rent_number | Rent a US non-VoIP phone number for verification (5 min expiry) | | get_messages | Check for incoming SMS messages on a rented number | | cancel_rental | Cancel a rental (full refund if no messages received) |

eSIM

| Tool | Description | |------|-------------| | search_esim_plans | Search eSIM data plans by country, duration, or data amount | | get_esim_plan_details | Get full plan details including APN and top-up info | | purchase_esim | Purchase an eSIM plan and get a QR code for installation | | get_esim_usage | Check data usage, remaining balance, and time left | | topup_esim | Add more data to an active eSIM order |

Wallet

| Tool | Description | |------|-------------| | get_balance | Get wallet balance and recent transactions | | deposit | Create a crypto deposit (BTC, ETH, SOL) |

General

| Tool | Description | |------|-------------| | list_orders | List all orders across SMS, eSIM, and proxy services |

Example Conversations

These are things you can ask Claude, Cursor, or any MCP client after adding VoidMob:

Set up a dedicated US mobile proxy and give me the credentials

Rotate my US dedicated proxy IP

How much does a 5GB eSIM plan in the UK cost?

Rent me a US phone number for WhatsApp verification

Check if my verification code arrived

Find the cheapest eSIM plan for 2 weeks in Japan with at least 5GB

Show me all my active orders

Sandbox Mode

VoidMob MCP currently runs in sandbox mode. Everything works, but the data is mock.

  • $50 starting balance - enough to try every tool
  • Stateful - renting a number deducts balance, messages appear after a few seconds, deposits auto-confirm
  • Deposits auto-confirm in ~5 seconds
  • State resets on server restart
  • No auth required - zero config, just npx -y @voidmob/mcp

The sandbox is designed to let you explore the full flow: deposit funds, rent a number, receive a verification code, check your balance. Everything behaves like the real API, just with mock data underneath.

API Access

Currently in sandbox mode. Join the waitlist at voidmob.com for early API access.