io.github.virtualsms-io/sms
NPM · VIRTUALSMS-MCP · 2 COMPONENTS · SCANNED AUG 3
Real physical SIMs for AI agents: SMS verification and rentals. 145+ countries, 2500+ services.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (109 of 110), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 15 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability88
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 4128 tokens (~96/item across 43 items; 40 tools + 3 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · virtualsms-mcp
claude mcp add virtualsms-io-sms -- npx -y virtualsms-mcp
codex mcp add virtualsms-io-sms -- npx -y virtualsms-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"virtualsms-io-sms": {
"type": "local",
"command": [
"npx",
"-y",
"virtualsms-mcp"
],
"enabled": true
}
}
} openclaw mcp add virtualsms-io-sms --command npx --arg -y --arg virtualsms-mcp
mcp_servers:
virtualsms-io-sms:
command: "npx"
args: ["-y", "virtualsms-mcp"] {
"mcpServers": {
"virtualsms-io-sms": {
"command": "npx",
"args": [
"-y",
"virtualsms-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 +2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −29
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 109 packages
109 packages in the resolved dependency tree · 109 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
virtualsms_buy_proxy Buy Proxy GB ~165
Purchase proxy traffic (GB) for a selected pool type. Returns proxy credentials and remaining balance. country_code here is only a soft preference for provisioning. For actual per-connection targeting (country/state/city/zip/asn) or a ready-to-use connection string, use virtualsms_generate_proxy_endpoint after buying. To persist a default targeting on the sub-user, use virtualsms_set_proxy_targeting.
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | — | Optional ISO-2 country preference (e.g. us, gb) |
| gb | number | yes | Amount of traffic to add in GB |
| idempotency_key | string | — | Optional key for safe retries without double charges |
| pool_type | string | yes | Pool type: residential, residential_premium, mobile, datacenter |
No output schema declared.
No examples provided.
virtualsms_cancel_all_orders Cancel All Active Orders ~44
Bulk-cancel every currently active order in your account. Returns the number of orders cancelled plus any failures. Useful for quick cleanup after a batch run or test session.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
virtualsms_cancel_order Cancel Order ~103
Cancel an order and request a refund. Only works if no SMS has been received yet. Use this if the service is taking too long or you want to try a different number. **Cooldown:** cancel is only available 120 seconds after purchase. Check `cancel_available_at` on the order before calling. Calling earlier returns a `cooldown_active` error from this MCP server (no backend round-trip).
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Order ID to cancel |
No output schema declared.
No examples provided.
virtualsms_cancel_rental Cancel Rental ~63
Cancel a rental for a full refund. Only eligible within 20 minutes of purchase AND before any SMS has been received. Works for either tier. Past that window a rental runs to its natural expiry.
| Name | Type | Req | Description |
|---|---|---|---|
| rental_id | string | yes | Rental ID to cancel |
No output schema declared.
No examples provided.
virtualsms_check_number Check Phone Number ~64
Public carrier + line-type lookup for an arbitrary E.164 phone number (mobile/landline/VoIP, spam risk). No API key required.
| Name | Type | Req | Description |
|---|---|---|---|
| number | string | yes | Phone number in E.164 format (e.g. "+447911123456") |
No output schema declared.
No examples provided.
virtualsms_create_order Buy Virtual Number ~103
Purchase a virtual phone number for SMS verification. Returns order_id and phone_number. Codes typically arrive within ~10-60 seconds after purchase. Use get_sms to poll for the verification code, or use wait_for_sms to block until it arrives.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | Country ISO code (e.g. "US", "GB", "RU") |
| service | string | yes | Service code (e.g. "telegram", "whatsapp", "google") |
No output schema declared.
No examples provided.
virtualsms_create_rental Create Rental ~211
Rent a phone number for an extended period (as opposed to a one-off number via create_order). Two tiers: "full_access" = local SIM inventory, works across ANY service on that number. "platform" = sourced via our global supplier network, locked to ONE chosen service, durations 1/3/7 days only. Both tiers carry the same refund terms: a full refund within 20 minutes of purchase and before the first SMS arrives. Check rentals_available and rentals_price/rentals_pricing first to confirm country/service/duration and cost.
| Name | Type | Req | Description |
|---|---|---|---|
| auto_renew | boolean | — | full_access tier only. Auto-renew at expiry (default: false) |
| country | string | yes | ISO-2 country code |
| duration_hours | number | yes | Duration in hours (platform tier: 24, 72, or 168 only) |
| service | string | — | Service code. Required for platform tier; optional for full_access |
| tier | string | yes | Rental tier |
No output schema declared.
No examples provided.
virtualsms_extend_rental Extend Rental ~58
Extend an active rental by an additional duration. Charges your balance at the current catalog price for that duration.
| Name | Type | Req | Description |
|---|---|---|---|
| duration_hours | number | yes | Additional duration in hours to add |
| rental_id | string | yes | Rental ID to extend |
No output schema declared.
No examples provided.
virtualsms_find_cheapest Find Cheapest Countries ~80
Find the cheapest countries for a given service, sorted by price. Returns available countries with prices and stock levels so you can pick the best deal.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Number of cheapest options to return (default: 5) |
| service | string | yes | Service code (e.g. "telegram", "whatsapp", "google") |
No output schema declared.
No examples provided.
virtualsms_generate_proxy_endpoint Generate Proxy Connection Endpoint ~310
Build ready-to-use proxy connection string(s) for an owned proxy: country/state/city/zip/asn targeting, rotating or sticky session, HTTP or SOCKS5, in host:port:user:pass / user:pass@host:port / curl format. Nothing is purchased or changed server-side. This only composes a connection string from the proxy's existing credentials (same convention as the VirtualSMS dashboard's endpoint generator). Sub-country targeting (state/city/zip/asn) bills the proxy's own GB at 2x on non-premium pools, free on residential_premium.
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | How many endpoint strings to generate (default: 1) |
| country_code | string | yes | ISO-2 country to target (e.g. "us", "gb") |
| format | string | — | Output string format (default: host:port:user:pass) |
| location_code | string | — | Location value matching target_by. Required when target_by is not "country" |
| protocol | string | — | Proxy protocol (default: HTTP) |
| proxy_id | string | yes | Proxy ID returned by list_proxies or buy_proxy |
| session | string | — | rotating = new IP per connection (default). sticky = holds one IP per generated endpoint. |
| sticky_ttl_minutes | number | — | How long a sticky session holds its IP, in minutes (default: 10) |
| target_by | string | — | Refinement level (default: country) |
No output schema declared.
No examples provided.
virtualsms_get_balance Get Account Balance ~45
Check your VirtualSMS account balance in USD. Requires VIRTUALSMS_API_KEY to be set.
| Name | Type | Req | Description |
|---|---|---|---|
| currency | string | — | Display balance in specific currency (default: USD) |
No output schema declared.
No examples provided.
virtualsms_get_order Get Order Details ~72
Get the full details of a specific order, including status, phone number, service, country, timestamps, and any received SMS code/text. Use this when you have an order_id and need the latest state beyond what get_sms returns.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Order ID to retrieve full details for |
No output schema declared.
No examples provided.
virtualsms_get_price Check Service Price ~76
Check the price and availability for a specific service + country combination. Always check price before buying to confirm availability.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | Country ISO code (e.g. "US", "GB", "RU") |
| service | string | yes | Service code (e.g. "telegram", "whatsapp", "google") |
No output schema declared.
No examples provided.
virtualsms_get_profile Get Account Profile ~38
Full account profile: email, Telegram link status, current balance, lifetime spend, total orders, active API keys, and account creation date.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
virtualsms_get_proxy_usage Get Proxy Usage ~58
Get cached GB used/remaining and request count for one proxy. Cheap, no upstream call. Reads a cached value refreshed every ~5 minutes.
| Name | Type | Req | Description |
|---|---|---|---|
| proxy_id | string | yes | Proxy ID returned by list_proxies or buy_proxy |
No output schema declared.
No examples provided.
virtualsms_get_proxy_usage_history Get Proxy Usage History ~70
Get a per-day traffic (GB) and request-count series for one proxy over the last 7 or 30 days.
| Name | Type | Req | Description |
|---|---|---|---|
| proxy_id | string | yes | Proxy ID returned by list_proxies or buy_proxy |
| range | string | — | History window (default: 7d) |
No output schema declared.
No examples provided.
virtualsms_get_rental Get Rental Details ~69
Get the full details of a specific rental by ID, including tier, phone number, country, service lock, status, expiry, and any received SMS. Use list_rentals first if you do not have the rental_id.
| Name | Type | Req | Description |
|---|---|---|---|
| rental_id | string | yes | Rental ID to retrieve |
No output schema declared.
No examples provided.
virtualsms_get_sms Check SMS Code ~79
Check if an SMS verification code has been received for an order. Returns status, phone_number, and (when delivered) messages[] array plus an extracted code. Poll this every 5-10 seconds after buying a number, or use wait_for_sms to block until delivery.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Order ID returned from create_order |
No output schema declared.
No examples provided.
virtualsms_get_stats Get Account Stats ~62
Account usage stats aggregated from your order history: total orders, success rate, total spend, top services/countries, and status breakdown over a configurable lookback window.
| Name | Type | Req | Description |
|---|---|---|---|
| since_days | number | — | Window in days for activity stats (default: 30) |
No output schema declared.
No examples provided.
virtualsms_get_transactions Get Transaction History ~137
Transaction history for the account with optional filters for type, date range, and pagination. Types: "deposit", "purchase", "refund", "admin_credit".
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | Lower bound on created_at: RFC3339 or YYYY-MM-DD |
| limit | number | — | Max transactions (1-200, default: 50) |
| offset | number | — | Pagination offset (default: 0) |
| to | string | — | Upper bound on created_at: RFC3339 or YYYY-MM-DD |
| type | string | — | Filter by type: "deposit", "purchase", "refund", "admin_credit" |
No output schema declared.
No examples provided.
virtualsms_list_countries List Available Countries ~47
Get all available countries for SMS verification. Use this to discover valid country codes before buying a number.
| Name | Type | Req | Description |
|---|---|---|---|
| service | string | — | Filter countries available for a specific service (optional) |
No output schema declared.
No examples provided.
virtualsms_list_orders List Active Orders ~69
List your active orders. Essential for crash recovery. If your session was interrupted, use this to find pending orders and their phone numbers, then use get_sms to retrieve codes.
| Name | Type | Req | Description |
|---|---|---|---|
| status | string | — | Optional status filter: "pending", "sms_received", "cancelled", "completed" |
No output schema declared.
No examples provided.
virtualsms_list_proxies List My Proxies ~48
List all proxies on your account with remaining GB and login credentials. Returns proxy_id values for use with get_proxy_usage, rotate_proxy, set_proxy_targeting, and generate_proxy_endpoint.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
virtualsms_list_proxy_catalog List Proxy Catalog ~32
List available proxy pool types, countries, and price-per-GB. Use this before buying proxy traffic.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
virtualsms_list_proxy_locations List Proxy Locations ~122
List available cities, states, ASNs, or ZIP codes for a pool type + country. Use this to discover valid location_code values before calling virtualsms_generate_proxy_endpoint or virtualsms_set_proxy_targeting with sub-country targeting. Public endpoint, no purchase required. Not available for residential_premium (only residential, mobile, datacenter).
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO-2 country code (e.g. "US", "DE") |
| kind | string | yes | Which location dimension to list |
| pool_type | string | yes | Pool type |
No output schema declared.
No examples provided.
virtualsms_list_rentals List My Rentals ~85
List your rentals across both tiers, optionally filtered by status. Returns rental_id, tier, country, phone number, status, and expiry for each. Use get_rental for full detail on one.
| Name | Type | Req | Description |
|---|---|---|---|
| status | string | — | Optional status filter: "active", "cancelled", "completed", "expired", or "all" (default: "active") |
No output schema declared.
No examples provided.
virtualsms_list_services List Available Services ~51
Get all available SMS verification services (Telegram, WhatsApp, Google, etc.). Use this to discover valid service codes before buying a number.
| Name | Type | Req | Description |
|---|---|---|---|
| search | string | — | Filter services by name (optional) |
No output schema declared.
No examples provided.
virtualsms_order_history Order History ~154
List past orders with optional filters for status, service, country, and a lookback window in days. Returns up to 50 orders (server cap) ordered most-recent-first.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | Optional country ISO code filter (e.g. "US", "GB") |
| limit | number | — | Max orders to return (default: 20, server cap: 50) |
| service | string | — | Optional service code filter (e.g. "telegram", "whatsapp") |
| since_days | number | — | Only include orders from the last N days |
| status | string | — | Optional status filter: "completed", "cancelled", "expired", "sms_received", "waiting" |
No output schema declared.
No examples provided.
virtualsms_rentals_available List Rental Country Availability ~122
List countries with rental stock, available counts, and pricing. tier=full_access (default) shows local-SIM inventory; tier=platform shows countries available via our global supplier network (with per-country service counts and popular services). Use this before creating a rental.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | Optional ISO-2 country filter |
| service | string | — | Optional service filter (full_access tier only) |
| tier | string | — | Which tier to list (default: full_access) |
| type | string | — | Optional full_access sub-type filter |
No output schema declared.
No examples provided.
virtualsms_rentals_price Get Platform-Tier Rental Price ~65
Get the catalog-driven retail price for a (service, country, duration) platform-tier rental combo.
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | yes | ISO-2 country code |
| duration_hours | number | yes | Duration in hours |
| service | string | yes | Service code |
No output schema declared.
No examples provided.
virtualsms_rentals_pricing List Rental Pricing Tiers ~82
List all active rental pricing tiers (Full Access tier: local SIM inventory, durations and prices). This is a raw catalog dump and may list rows that are not purchasable today, so confirm against rentals_available (authoritative per country) before creating a rental. Use rentals_price for platform-tier (per-country, per-service) pricing instead.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
virtualsms_rentals_services List Platform-Tier Rental Services ~91
List services available for platform-tier rental in a given country, with physical stock counts and retail price. Platform-tier rentals are locked to ONE chosen service per number. Use this to pick a valid service code before creating one.
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | yes | ISO-2 country code (e.g. "GR") |
| duration_hours | number | — | Duration in hours (default: 24) |
No output schema declared.
No examples provided.
virtualsms_retry_order Retry Order (Resend SMS) ~69
Ask the provider to resend the SMS to the SAME phone number on an existing order (order must be in waiting/created status). Not all order types support this. Some providers only support swap_number instead, which returns a NEW number.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Order ID to retry |
No output schema declared.
No examples provided.
virtualsms_rotate_proxy Rotate Proxy IP ~63
Request a fresh IP for an existing proxy. Useful when an endpoint flags the current exit IP.
| Name | Type | Req | Description |
|---|---|---|---|
| port | number | — | Optional proxy port. Defaults to rotating HTTP port. |
| proxy_id | string | yes | Proxy ID returned by list_proxies or buy_proxy |
No output schema declared.
No examples provided.
virtualsms_search_services Search Service by Name ~71
Find the right service code using natural language. Don't know the exact code? Just search "uber", "binance", "steam" etc. Returns matching services with similarity scores.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Natural language search query (e.g. "uber", "whatsapp", "binance") |
No output schema declared.
No examples provided.
virtualsms_set_proxy_targeting Set Proxy Default Targeting ~179
Persist a default geo-targeting (country, and optionally cities/ASNs) on an existing proxy sub-user. Country-only is free. Adding cities or ASNs bills the GB on your OWN allocation at 2x (not on residential_premium, where refined targeting is included free). This changes the STORED default. For a one-off connection string with any targeting (including state/zip), use virtualsms_generate_proxy_endpoint instead.
| Name | Type | Req | Description |
|---|---|---|---|
| asns | array | — | Optional ASN numbers. Triggers 2x billing on non-premium pools |
| cities | array | — | Optional city slugs. Triggers 2x billing on non-premium pools |
| country_code | string | yes | ISO-2 country code (required) |
| proxy_id | string | yes | Proxy ID returned by list_proxies or buy_proxy |
No output schema declared.
No examples provided.
virtualsms_start_manual_registration_session Start Manual Registration Session ~196
Beta, invite-only. Start a country-matched cloud browser you drive yourself: returns a viewer_url, an authenticated live-viewer link you open to watch and drive the session (manual takeover), plus optional order phone number and timeline. Agent-driven navigation is the separate opt-in session tools. Pair with create_order for OTP + browser in one agent flow.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | ISO-2 country for proxy match |
| device_mode | string | — | Viewport profile |
| mode | string | — | Session attach mode |
| order_id | string | — | Activation order UUID to attach |
| prep_preset | string | — | Prep preset |
| run_prep | boolean | — | Run prep after start |
| service_name | string | — | Service hint (telegram, whatsapp, …) |
| target_url | string | — | URL for generic prep |
| with_proxy | boolean | — | Attach matching VSMS proxy |
No output schema declared.
No examples provided.
virtualsms_swap_number Swap Phone Number ~111
Swap a phone number on an existing order. Gets a new number for the same service and country without additional charge. Use when the current number isn't receiving SMS. **Cooldown:** swap is only available 120 seconds after purchase. Check `swap_available_at` on the order before calling. Calling earlier returns a `cooldown_active` error from this MCP server (no backend round-trip).
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Order ID to swap. Must be in waiting/created status with no SMS received |
No output schema declared.
No examples provided.
virtualsms_test_proxy Test Proxy Connectivity ~140
Make one request through a proxy and report the exit IP, country, city, ISP, and latency. Proves the proxy works and which country it exits from. Consumes a small amount of the proxy's GB allocation. Rate-limited to about once per 20 seconds per proxy.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO-2 country to test the exit IP through (e.g. "us", "gb") |
| protocol | string | — | Protocol to test (default: http) |
| proxy_id | string | yes | Proxy ID returned by list_proxies or buy_proxy |
| session | string | — | Connection session type (default: rotating) |
No output schema declared.
No examples provided.
virtualsms_wait_for_sms Wait for SMS on Existing Order ~140
Wait (block) until the SMS arrives on an existing order_id, or until timeout. Codes typically arrive within ~10-60 seconds. This call BLOCKS for up to timeout_seconds (default 60, max 600) before returning. Uses real-time WebSocket delivery with automatic polling fallback. Pass an order_id from create_order. To buy AND wait in one step, call create_order then this tool.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Existing order ID returned from create_order |
| timeout_seconds | number | — | How long to wait for SMS in seconds (default: 60, min: 5, max: 600) |
No output schema declared.
No examples provided.