Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"voidmob": {
"args": [
"-y",
"@voidmob/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Mobile proxies, non-VoIP SMS verifications, and global eSIMs for AI agents and MCP clients.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@voidmob/mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @voidmob/mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in communication
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
Email & SMS infrastructure for AI agents — send and receive real email and text messages programmatically
A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API
MCP Security Weekly
Get CVE alerts and security updates for io.github.voidmobcom/voidmob-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Mobile proxies, non-VoIP SMS verifications, and global eSIMs - exposed as 25 tools your AI agent can call directly.
npx -y @voidmob/mcp
vmk_live_).VOIDMOB_API_KEY.claude mcp add voidmob -- env VOIDMOB_API_KEY=vmk_live_... npx -y @voidmob/mcp
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"voidmob": {
"command": "npx",
"args": ["-y", "@voidmob/mcp"],
"env": { "VOIDMOB_API_KEY": "vmk_live_..." }
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS), %APPDATA%\Claude\claude_desktop_config.json (Windows), or ~/.config/Claude/claude_desktop_config.json (Linux):
{
"mcpServers": {
"voidmob": {
"command": "npx",
"args": ["-y", "@voidmob/mcp"],
"env": { "VOIDMOB_API_KEY": "vmk_live_..." }
}
}
}
VOIDMOB_SANDBOX=1 npx -y @voidmob/mcp
Boots in-memory mocks with a $500 play-money balance. Every tool works against fake data. State resets on restart.
| Env var | Purpose | Required |
|---|---|---|
VOIDMOB_API_KEY | Bearer key from the dashboard | Live mode |
VOIDMOB_SANDBOX | Set to 1 for mock-data mode | No |
VOIDMOB_DEBUG | Set to 1 to log requests to stderr | No |
VOIDMOB_BASE_URL | Override API host (advanced) | No |
25 tools across five domains.
| Tool | Description |
|---|---|
get_account | Balance, rate limits, and account id |
| Tool | Description |
|---|---|
search_sms_services | List services with prices |
rent_number | Rent a US number (verification / rental / dedicated) |
get_rental | Read status and received messages |
cancel_rental | Cancel a verification or long-term rental |
reuse_number | Free or paid reuse of a completed verification |
re_rent_rental | Extend a long-term rental for another period |
toggle_auto_renew | Turn auto-renewal on or off |
| Tool | Description |
|---|---|
search_esim_plans | Find global data plans |
purchase_esim | Buy a plan |
get_esim_status | Status and data usage |
topup_esim | Browse and buy top-ups |
get_esim_qr | Fetch the activation QR as an inline image |
| Tool | Description |
|---|---|
search_proxies | List available mobile proxy plans |
purchase_proxy | Buy a mobile proxy |
get_proxy_status | Status, usage, and gateway credentials |
rotate_proxy_ip | Rotate a dedicated proxy to a new IP |
renew_proxy | Extend expiry |
topup_proxy | Add data |
regenerate_proxy_password | Rotate the gateway password |
list_proxy_lists | List geo-targeted sub-pools |
create_proxy_list | Create a geo-targeted sub-pool |
delete_proxy_list | Remove a sub-pool |
| Tool | Description |
|---|---|
get_geo | Cascading country/region/city/ISP for targeting |
list_orders | Active SMS / eSIM / proxy orders |
Rent me a US number for Telegram verification
Find an eSIM plan that covers all of Europe with at least 5GB for two weeks
Show me my active proxies
Top up esim_xxx with 5GB
Multiple MCP clients running simultaneously (Claude Code + Cursor + Desktop) all share the same per-account rate limit. Heavy parallel usage may hit RATE_LIMITED; back off and retry.