VoidMob MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VoidMob MCPRent a US number for Telegram verification"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VoidMob MCP
Mobile proxies, non-VoIP SMS verifications, dedicated numbers, and global eSIMs - exposed as 28 tools your AI agent can call directly.
npx -y @voidmob/mcpSetup
Generate an API key at https://dashboard.voidmob.com/developers/api-keys (keys are 32-char secrets prefixed
vmk_live_).Add the MCP to your client (snippets below). Provide the key as
VOIDMOB_API_KEY.
Claude Code
claude mcp add voidmob -- env VOIDMOB_API_KEY=vmk_live_... npx -y @voidmob/mcpCursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"voidmob": {
"command": "npx",
"args": ["-y", "@voidmob/mcp"],
"env": { "VOIDMOB_API_KEY": "vmk_live_..." }
}
}
}Claude Desktop
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_..." }
}
}
}Related MCP server: Spix
Try without a key (sandbox)
VOIDMOB_SANDBOX=1 npx -y @voidmob/mcpBoots in-memory mocks with a $500 play-money balance. Every tool works against fake data. State resets on restart.
Configuration
Env var | Purpose | Required |
| Bearer key from the dashboard | Live mode |
| Set to | No |
| Set to | No |
| Override API host (advanced) | No |
Tools
28 tools across six domains.
Account (1)
Tool | Description |
| Balance, rate limits, and account id |
SMS (7)
Tool | Description |
| List services with prices |
| Rent a US number (verification / long-term rental) |
| Read status and received messages |
| Cancel a verification or long-term rental |
| Free or paid reuse of a completed verification |
| Extend a long-term rental for another period |
| Turn auto-renewal on or off (rentals and dedicated numbers) |
Dedicated numbers (3)
Tool | Description |
| Countries, monthly prices, and stock |
| Buy a private all-services monthly number |
| Status and received SMS with parsed codes |
eSIM (5)
Tool | Description |
| Find global data plans |
| Buy a plan |
| Status and data usage |
| Browse and buy top-ups |
| Fetch the activation QR as an inline image |
Proxy (10)
Tool | Description |
| List available mobile proxy plans |
| Buy a mobile proxy |
| Status, usage, and gateway credentials |
| Rotate a dedicated proxy to a new IP |
| Extend expiry |
| Add data |
| Rotate the gateway password |
| List geo-targeted sub-pools |
| Create a geo-targeted sub-pool |
| Remove a sub-pool |
Discovery + history (2)
Tool | Description |
| Cascading country/region/city/ISP for targeting |
| Active SMS / dedicated number / eSIM / proxy orders |
Example prompts
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
Sharing a key across processes
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/voidmobcom/voidmob-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server