MCP Agents SMS
对于智能体 — 无需管理 API 密钥,无需手机,无需人工干预。 对于人类 — 只需一行配置,您的智能体即可永久处理短信验证。
工作原理
您的智能体只需调用三个工具。整个流程如下:
buy_number → get_sms → release_number实时示例:
→ buy_number({ service: "github", country: "any" })
← { phone: "+14155552671", number_id: "abc123", provider: "5sim", price_usd: 0.15 }
[agent submits phone on GitHub]
→ get_sms({ number_id: "abc123", provider: "5sim" })
← { status: "waiting" }
// ~10 seconds pass
→ get_sms({ number_id: "abc123", provider: "5sim" })
← { status: "received", code: "847291" }
[agent enters code → account verified ✓]无需人工。无需手机。在您睡眠时也能工作。
Related MCP server: Grizzly SMS MCP Server
☁️ 托管版本 — 最简单的入门方式
mcp-sms-nu.vercel.app
充值加密货币 → 获取 API 密钥 → 添加到配置 → 完成
三个步骤:
1. 在 mcp-sms-nu.vercel.app 充值余额 — 通过 CryptoBot 使用 USDT、TON、BTC、ETH。无需 KYC。任意金额均可。
2. 添加到您的 MCP 配置中:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json (Mac), %APPDATA%\Claude\claude_desktop_config.json (Windows)):
{
"mcpServers": {
"sms": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-sms-server-production.up.railway.app/sse"]
}
}
}Cursor / Windsurf (.cursor/mcp.json 或 .windsurf/mcp.json):
{
"mcpServers": {
"sms": {
"url": "https://mcp-sms-server-production.up.railway.app/sse"
}
}
}3. 让您的智能体购买一个号码。它就能直接工作了。
定价: 每条短信约 $0.10 起。按需付费,无订阅费。价格反映了提供商的实时费率。
🛠 工具
工具 | 描述 |
| 为任何服务(Telegram、GitHub、WhatsApp、Google 等)购买虚拟号码 |
| 轮询接收短信 — 收到后返回验证码 |
| 取消号码并在未收到短信时获得退款 |
| 浏览所有可用服务及其实时价格 |
| (仅限自托管) 查看您的提供商账户余额 |
💡 智能体的使用场景
批量创建账户 — 彻夜注册 N 个账户,智能体处理每一个验证步骤
CI/CD 流水线 — 在没有真实 SIM 卡的情况下测试您自己的短信流程
研究自动化 — 访问需要电话验证的平台
个人工作流 — 让 Claude 代表您注册服务
自托管
想要完全控制?使用您自己的提供商 API 密钥运行它。
git clone https://github.com/gonchasobaka/agents-sms
cd agents-sms
npm install && npm run build
cp .env.example .env
# fill in your provider keysMCP 配置 (本地):
{
"mcpServers": {
"sms": {
"command": "node",
"args": ["/absolute/path/to/agents-sms/dist/index.js"]
}
}
}支持的提供商 — 在 .env 中至少添加一个 API 密钥:
提供商 | 注册 |
免费注册 | |
免费注册 | |
免费注册 |
多个提供商 = 自动选择价格最低的提供商并支持故障转移。
兼容性
Claude Desktop · Cursor · Windsurf · 任何兼容 MCP 的客户端
为智能体时代而生。
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI agents real phone numbers, messages, and voice calls via MCP.
Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow. Get a free API key on https://app.zyntra.app/
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.20 npm1MIT
- AlicenseAqualityDmaintenanceMCP server for integrating with Grizzly SMS platform to rent virtual numbers, receive SMS verification codes, and manage activations directly from AI assistants like Cursor, Claude Desktop, and OpenClaw.815MIT

agentsim-mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables AI coding assistants to provision temporary US phone numbers and receive SMS OTPs for verification workflows.51MIT- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI agents disposable email addresses and real phone numbers with automatic OTP extraction and self-destructing identities.MIT