The official Model Context Protocol server for SMS8.io. Plug unlimited SMS, OTP verification, and inbound webhooks into Claude Code, Cursor, Windsurf, or any MCP-compatible AI assistant — using your own Android phone as the gateway. No A2P 10DLC. No per-message fees. 60-second setup.
{
"mcpServers": {
"sms8": {
"url": "https://mcp.sms8.io",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_SMS8_API_KEY"
}
}
}
}
One handshake → full integration context, code samples, dashboard links.
Send one SMS through the user's paired Android.
Drop-in phone verification with sane defaults.
Recent inbox / sent — for delivery checks and reply flows.
What phones are paired? Pick a sender device.
Register a callback for inbound SMS + delivery events.
curl https://mcp.sms8.io \ -H "Authorization: Bearer YOUR_SMS8_API_KEY" \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"setup_sms8"}}'