
Sms8 Mcp Sms For Vibe Coding Using Your Paired Android Phone
@1fancy
关于 Sms8 Mcp Sms For Vibe Coding Using Your Paired Android Phone
MCP server for AI coding tools and developers to integrate SMS messaging, notifications, OTPs, alerts, reminders, and automations into apps using real Android devices via SMS8.io.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sms8": {
"url": "https://mcp.sms8.io",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_SMS8_API_KEY"
}
}
}
}工具
9Register a webhook URL that SMS8 will POST inbound messages and delivery events to. Returns the configured webhook + a sample payload schema the AI can use to scaffold the receiving handler. Pass `enabled: false` to remove the webhook.
Return the user's remaining SMS credits, plan name, expiry date and a one-line human summary. Lightweight, safe to call any time before a bulk send to check whether the account has enough credits left for the job.
Fetch recent SMS messages on the user's account. Filter by direction (received|sent|all) and limit. Useful for showing inbox state, debugging delivery, or building reply flows.
List the user's paired SMS8 devices (phones running the SMS8 Android app). Returns each device's ID, model, primary flag, and enabled status. If the list is empty, the user needs to install + pair the Android app at app.sms8.io/devices.php.
Send a one-time verification code to a phone number. Stores the code server-side; verify later with verify_otp. 5-minute expiry, 5 attempts, 60-second resend cooldown by default. Hard per-phone cap of 5 OTPs per 24h.
Verify a code the user typed against the most recent OTP issued for that phone. Returns { verified: true|false, reason }.
Send an SMS to one phone number through the user's paired SMS8 device(s). Returns the message ID. Supports per-device + per-SIM routing identical to the SMS8 dashboard.
Start here. Validate the user's SMS8 API key and return everything needed to integrate SMS, OTP, and webhooks into their app — including code samples and dashboard links. Pass api_key once via this tool to set up the session.
Block until a one-time-password SMS arrives on the user's paired Android, or the timeout elapses. Returns the extracted numeric code plus the raw SMS body and sender. Use this when an agent has just submitted a form that triggers an OTP and needs to read it back to complete a signup or 2FA flow. Polls the user's real inbox; no disposable numbers, no third-party VoIP rental.
概览
What is Sms8 Mcp Sms For Vibe Coding Using Your Paired Android Phone?
An MCP server that lets AI coding tools send SMS, issue and verify OTPs, wait for incoming codes, and configure webhooks. SMS routes through a paired Android phone via the SMS8 platform, eliminating per-message fees and carrier registration.
How to use Sms8 Mcp Sms For Vibe Coding Using Your Paired Android Phone?
Get an SMS8 account, pair an Android phone, and copy your API key. Add the MCP server to your AI tool (Claude Code, Cursor, Windsurf, etc.) via the hosted HTTP endpoint at https://mcp.sms8.io with a Bearer token, or run npx -y sms8-mcp with the SMS8_API_KEY environment variable. Then ask your AI to send SMS or verify OTPs.
Key features of Sms8 Mcp Sms For Vibe Coding Using Your Paired Android Phone
- Send SMS using your existing Android phone and SIM
- Issue, verify, and wait for OTPs automatically
- List paired devices and retrieve message history
- Register webhooks for inbound SMS and delivery events
- No per-message fees, no A2P 10DLC
沟通协作 分类下的更多 MCP 服务器
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
Mcp Telegram
dryeabMCP Server for Telegram
Discord MCP Server
hanwegMCP server for discord bot
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
WhatsApp Web MCP
pnizerWhatsApp Web MCP Server
评论