CyberSMS
Virtual numbers + verification codes + SMS sending.
Overview
CyberSMS provides SMS capabilities for AI Agents: obtain virtual numbers to receive verification codes (for account registration), and send SMS messages.
MCP Tools
| Tool | Description | Cost |
|---|---|---|
sms-number | Get virtual number | Priced by country |
sms-code | Query received verification code | Free |
sms-number-wait | Get number and auto-wait for code | Priced by country |
sms-send | Send SMS | Per-message pricing |
Usage Example
{
"service_id": "sms-number",
"params": {
"service": "tg",
"country": 12
}
}Response:
{
"id": "12345678",
"phone": "+12025551234",
"status": "waiting"
}Supported Service Codes
| Code | Platform |
|---|---|
tg | Telegram |
go | |
wa | |
ig | |
tw | Twitter/X |
fb | |
am | Amazon |
ds | Discord |
Use Cases
- AI Agents autonomously registering social media accounts
- Automated account verification flows
- Bulk notification SMS sending
- Two-factor verification code receiving
