MCP server for renting virtual phone numbers, receiving SMS codes, and managing activations through Platfone.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Platfone Com MCP.
get_balanceCheck account balance: total, reserved, and available funds.
check_priceCheck pricing and availability for a country + service pair before ordering.
order_numberOrder a virtual phone number. Accepts names ("Israel") or IDs ("il"). Returns `activation_id` + `phone`.
check_smsPoll activation state. Returns SMS code when received, or current status with polling instructions.
retry_activationRequest another SMS on the same number. Free of charge.
cancel_activationCancel an active activation before SMS is received. Refunds reserved amount.
Platfone provides virtual phone numbers for account verification, testing, and automation workflows. The Platfone MCP server enables AI agents to obtain temporary numbers and receive SMS messages from MCP-compatible clients like Claude, VS Code Copilot, Codex, etc.
๐ Docs ยท ๐ง Setup Guide ยท ๐ Get API Key ยท ๐ฆ npm
Instead of manually integrating the API, AI agents can:
All via structured tool calls โ no custom backend required.
stdio and http from a single codebaseSee the full Installation Guide for detailed instructions.
NPM:
check_price first to verify cost and availabilityorder_number to rent a numbercheck_sms until SMS is received or expiredretry_activation if no SMS arrivescancel_activation to release funds if no longer needed| Tool | Description |
|---|---|
get_balance | Check account balance: total, reserved, and available funds. |
check_price | Check pricing and availability for a country + service pair before ordering. |
order_number | Order a virtual phone number. Accepts names ("Israel") or IDs ("il"). Returns activation_id + phone. |
check_sms | Poll activation state. Returns SMS code when received, or current status with polling instructions. |
retry_activation | Request another SMS on the same number. Free of charge. |
cancel_activation | Cancel an active activation before SMS is received. Refunds reserved amount. |
Note: Country and service catalogs are cached server-side and auto-resolved from human-readable names. The agent never receives the full catalog โ only resolved IDs or disambiguation hints.
Optional steps:
retry_activation โ request another SMS on the same number (free)cancel_activation โ cancel before SMS arrives (refunds balance)Read the full Development Guide for setup instructions and testing tips.
| Error | Solution |
|---|---|
UnauthorizedException | Check your PLATFONE_API_KEY is valid |
PaymentRequiredException | Top up your Platfone balance |
NoNumbersAvailableException | Try a different country or service |
TooManyRequestsException | Rate limited โ wait and retry |
MaxPriceExceededException | Retry order_number with the suggested max_price and returned order_id |
TooManyActivationsException | Max concurrent active activations reached โ cancel or wait for expiry |
See LICENSE.md. Licensed under the MIT License.
Use of the Platfone API is subject to Terms of Service and Privacy Policy.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/platfone-com-mcp)<a href="https://allmcps.com/mcp/platfone-com-mcp"><img src="https://allmcps.com/api/badge/platfone-com-mcp?style=directory" alt="Platfone Com MCP on AllMCPs" /></a>