← 返回
未分类 Key 中文

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...
为您的AI智能体提供真实手机号用于短信验证。通过botcall API获取号码、接收短信并提取验证码。需要...
danecodes danecodes 来源
未分类 clawhub v0.1.1 1 版本 99723 Key: 需要
★ 0
Stars
📥 360
下载
💾 0
安装
1
版本
#latest

概述

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

ToolDescription
-------------------
provision_numberProvision a new phone number (optional: area code, country)
list_numbersList your provisioned phone numbers
release_numberRelease a phone number
get_inboxGet recent SMS messages
get_codeWait for an SMS and extract the verification code (long-polls up to 30s)
get_usageGet your plan, limits, and usage stats

Example Workflow

  1. Call provision_number to get a phone number
  2. Use the number to sign up for a service that requires SMS verification
  3. Call get_code — it waits for the SMS and returns the extracted code
  4. Enter the code to complete verification

Environment Variables

VariableDescription
-----------------------
BOTCALL_API_KEYRequired. Your API key from botcall.io
BOTCALL_API_URLAPI base URL (default: https://api.botcall.io)

Resources

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-05-07 07:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,012
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 325,898
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,738