
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
「コミュニケーション」の他のコンテンツ
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Discord Mcp
SaseQA MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
WhatsApp MCP Server
msaelicesWhatsapp MCP Server implemented in Python
コメント