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.2.0

Published

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

Downloads

54

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 23 tools for mobile proxies, SMS verification, eSIM, and wallet operations.

Available Tools

Mobile Proxies (8 tools)

| Tool | Description | |------|-------------| | search_proxies | Search mobile proxy products by country or type (shared, dedicated standard, dedicated premium) | | purchase_proxy | Purchase a mobile proxy and get connection credentials | | get_proxy_status | Check bandwidth usage, connection details, and IP | | rotate_proxy | Rotate to a new IP address (dedicated proxies only) | | get_proxy_lists | Get geo-targeted proxy lists for a shared proxy | | create_proxy_list | Create a new proxy list with location targeting | | get_openvpn_config | Get OpenVPN configuration file for a dedicated proxy | | get_vless_config | Get VLESS connection URI for a dedicated premium proxy |

SMS - US Non-VoIP (7 tools)

| Tool | Description | |------|-------------| | search_sms_services | Search US non-VoIP SMS services with verification, rental, and dedicated pricing | | get_sms_price | Get all pricing tiers for a specific service | | rent_number | Rent a US number - verification (20min), long-term rental (3-30 days), or dedicated (28 days) | | get_messages | Check for incoming SMS messages on a rented number | | cancel_rental | Cancel a rental (full refund for verification with no messages) | | reuse_number | Reuse a completed number to receive another SMS | | toggle_auto_renew | Toggle auto-renewal for long-term rentals and dedicated numbers |

eSIM (5 tools)

| Tool | Description | |------|-------------| | search_esim_plans | Search eSIM data plans by country, data amount, duration, or features (5G, hotspot) | | get_esim_plan_details | Get full plan details including network type, speed, and activation policy | | purchase_esim | Purchase an eSIM plan and get QR code, activation code, and ICCID | | get_esim_usage | Check data usage and remaining balance for an active eSIM | | topup_esim | Browse available top-up products or purchase a top-up for an active eSIM |

Wallet (2 tools)

| Tool | Description | |------|-------------| | get_balance | Get wallet balance in USD and cents | | deposit | Create a crypto deposit (BTC, ETH, SOL, USDT, USDC, LTC, DOGE) |

General (1 tool)

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

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

Create a US-only proxy list on my shared proxy

Get the OpenVPN config for my US dedicated proxy

What VLESS connection options do I have for my premium proxy?

Rent me a dedicated US phone number that receives from all services

Set up a 7-day WhatsApp rental with auto-renew

Check if my verification code arrived

Find eSIM plans that cover all of Europe with at least 5GB

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

Top up my Japan eSIM with more data

Show me all my active orders

Sandbox Mode

VoidMob MCP currently runs in sandbox mode. All 23 tools work, 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.