botcall-mcp
/install botcall-mcp
botcall-mcp
An MCP server that gives AI agents real phone numbers. Provision a number, receive SMS, and extract verification codes — all through tool calls.
Setup
Install the MCP server:
claude mcp add botcall -- npx -y botcall-mcp
Then set your API key:
export BOTCALL_API_KEY="bs_live_..."
Or add to Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"botcall": {
"command": "npx",
"args": ["-y", "botcall-mcp"],
"env": {
"BOTCALL_API_KEY": "bs_live_..."
}
}
}
}
Get an API Key
Sign up at botcall.io, pick a plan, and grab your key from Dashboard → API Keys.
Tools
| Tool | Description |
|---|---|
provision_number |
Provision a new phone number (optional: area code, country) |
list_numbers |
List your provisioned phone numbers |
release_number |
Release a phone number |
get_inbox |
Get recent SMS messages |
get_code |
Wait for an SMS and extract the verification code (long-polls up to 30s) |
get_usage |
Get your plan, limits, and usage stats |
Example Workflow
- Call
provision_numberto get a phone number - Use the number to sign up for a service that requires SMS verification
- Call
get_code— it waits for the SMS and returns the extracted code - Enter the code to complete verification
Environment Variables
| Variable | Description |
|---|---|
BOTCALL_API_KEY |
Required. Your API key from botcall.io |
BOTCALL_API_URL |
API base URL (default: https://api.botcall.io) |
Resources
- botcall.io — sign up and manage your account
- GitHub — source code
- npm — package
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install botcall-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/botcall-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
botcall-mcp 是什么?
Give your AI agent a real phone number for SMS verification. Provisions numbers, receives SMS, and extracts verification codes via the botcall API. Requires... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 botcall-mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install botcall-mcp」即可一键安装,无需额外配置。
botcall-mcp 是免费的吗?
是的,botcall-mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
botcall-mcp 支持哪些平台?
botcall-mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 botcall-mcp?
由 Dane Hesseldahl(@danecodes)开发并维护,当前版本 v0.1.1。