- Home
- MCP servers
- VoidMob
VoidMob
- javascript
0
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"voidmobcom-voidmob-mcp": {
"command": "npx",
"args": [
"-y",
"@voidmob/mcp"
]
}
}
}VoidMob MCP enables you to access mobile proxies, non-VoIP SMS verifications, and global eSIM services through MCP clients. It provides zero-config onboarding via npm/npx, letting you add powerful device-side tools to your workflow without separate authentication or setup steps.
How to use
You can use VoidMob MCP with supported MCP clients by adding VoidMob as an MCP source. The simplest way is to run the MCP launcher command directly, which Installs the VoidMob MCP client on demand and exposes its tools to your MCP client.
How to use with Claude
Add VoidMob as an MCP source in Claude using the following command.
claude mcp add voidmob -- npx -y @voidmob/mcp
How to use with Cursor
Integrate VoidMob MCP into Cursor by adding a server entry under your MCP configuration.
{
"mcpServers": {
"voidmob": {
"command": "npx",
"args": ["-y", "@voidmob/mcp"]
}
}
}
How to use with Claude Desktop
Configure Claude Desktop to load VoidMob MCP from your preferred config location.
{
"mcpServers": {
"voidmob": {
"command": "npx",
"args": ["-y", "@voidmob/mcp"]
}
}
}
What you can do with VoidMob MCP
After adding VoidMob MCP, you gain access to a suite of tools across mobile proxies, SMS verifications, eSIM management, and wallet operations. You can search, purchase, rotate, and manage proxies; rent and check SMS numbers for verification; purchase and monitor eSIM plans; and manage wallet balances and deposits.
Available tools
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
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)
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
get_balance
Get wallet balance and recent transactions
deposit
Create a crypto deposit (BTC, ETH, SOL)
list_orders
List all orders across SMS, eSIM, and proxy services