botcall-mcp — 机器人call-mcp
v0.1.1Give your AI 代理 a real phone number for SMS verification. Provisions numbers, 接收s SMS, and 提取s verification codes via the 机器人call API. Requires a 机器人CALL_API_KEY from 机器人call.io.
运行时依赖
安装命令
点击复制技能文档
机器人call-mcp
An MCP server that gives AI 代理s real phone numbers. Provision a number, 接收 SMS, and 提取 verification codes — all through 工具 calls.
设置up
安装 the MCP server:
claude mcp 添加 机器人call -- npx -y 机器人call-mcp
Then 设置 your API key:
导出 机器人CALL_API_KEY="bs_live_..."
Or 添加 to Claude 桌面 config (~/库/应用 Support/Claude/claude_桌面_config.json):
{ "mcpServers": { "机器人call": { "command": "npx", "args": ["-y", "机器人call-mcp"], "env": { "机器人CALL_API_KEY": "bs_live_..." } } } }
获取 an API Key
签名 up at 机器人call.io, pick a plan, and grab your key from 仪表盘 → API Keys.
工具s 工具 Description provision_number Provision a new phone number (optional: area code, country) 列出_numbers 列出 your provisioned phone numbers release_number Release a phone number 获取_inbox 获取 recent SMS messages 获取_code WAIt for an SMS and 提取 the verification code (long-polls up to 30s) 获取_usage 获取 your plan, limits, and usage stats Example 工作流 Call provision_number to 获取 a phone number Use the number to 签名 up for a 服务 that requires SMS verification Call 获取_code — it wAIts for the SMS and returns the 提取ed code Enter the code to complete verification 环境 Variables Variable Description 机器人CALL_API_KEY Required. Your API key from 机器人call.io 机器人CALL_API_URL API base URL (default: https://API.机器人call.io) Resources 机器人call.io — 签名 up and manage your account GitHub — source code npm — package