Mobile proxies, non-VoIP SMS verifications, dedicated numbers, and global eSIMs for AI agents.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
tools
-
cancel_rental
Cancel a verification or long-term rental
-
create_proxy_list
Create a geo-targeted sub-pool
-
delete_proxy_list
Remove a sub-pool
-
get_account
Balance, rate limits, and account id
-
get_dedicated_number
Status and received SMS with parsed codes
-
get_esim_qr
Fetch the activation QR as an inline image
-
get_esim_status
Status and data usage
-
get_geo
Cascading country/region/city/ISP for targeting
-
get_proxy_status
Status, usage, and gateway credentials
-
get_rental
Read status and received messages
-
list_orders
Active SMS / dedicated number / eSIM / proxy orders
-
list_proxy_lists
List geo-targeted sub-pools
-
purchase_dedicated_number
Buy a private all-services monthly number
-
purchase_esim
Buy a plan
-
purchase_proxy
Buy a mobile proxy
-
re_rent_rental
Extend a long-term rental for another period
-
regenerate_proxy_password
Rotate the gateway password
-
renew_proxy
Extend expiry
-
rent_number
Rent a US number (verification / long-term rental)
-
reuse_number
Free or paid reuse of a completed verification
-
rotate_proxy_ip
Rotate a dedicated proxy to a new IP
-
search_dedicated_countries
Countries, monthly prices, and stock
-
search_esim_plans
Find global data plans
-
search_proxies
List available mobile proxy plans
-
search_sms_services
List services with prices
-
toggle_auto_renew
Turn auto-renewal on or off (rentals and dedicated numbers)
-
topup_esim
Browse and buy top-ups
-
topup_proxy
Add data
code files: 40
filesystem 4
- fs (weak) voidmobcom-voidmob-mcp-5261460/scripts/check-version-sync.mjs :2
import { readFileSync } from "node:fs"; - fs voidmobcom-voidmob-mcp-5261460/src/modes/live.ts :2
import { readFileSync } from "node:fs"; - fs voidmobcom-voidmob-mcp-5261460/src/modes/sandbox.ts :2
import { readFileSync } from "node:fs"; - fs (weak) voidmobcom-voidmob-mcp-5261460/tests/sandbox.smoke.test.ts :5
import { readFileSync } from "node:fs";
network 1
- net voidmobcom-voidmob-mcp-5261460/src/client/http.ts :79
res = (await fetch(`${opts.baseUrl}${path}`, {
secrets 1
- secrets (weak) voidmobcom-voidmob-mcp-5261460/scripts/integration-smoke.mjs :40
const KEY = process.env.VOIDMOB_API_KEY;
install hooks 1
- prepublishOnly voidmobcom-voidmob-mcp-5261460/package.json :24
npm run version-sync && npm run build && npm test
declared dependencies 5
- @modelcontextprotocol/sdk@^1.29.0
- zod@^4.3.6
- @types/node@^25.5.0
- typescript@^6.0.2
- vitest@^4.1.7