mcpbeat Sign in

Botcall MCP Server

by danecodes Your server? Claim it
local only

Botcall MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 5 Apr 2026.

Give your AI agent a real phone number for SMS verification codes.

Installs per day peak 22 · avg 6 · +17% w/w
a month agotoday
22
Installs / week
npm · botcall-mcp
0
Stars
0 open issues
5 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Botcall MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add botcall-mcp -- npx -y botcall-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "botcall-mcp": {
      "args": [
        "-y",
        "botcall-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.botcall-mcp]
command = "npx"
args = ["-y", "botcall-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "botcall-mcp": {
      "args": [
        "-y",
        "botcall-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "botcall-mcp": {
      "args": [
        "-y",
        "botcall-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BOTCALL_API_KEY (Your botcall API key from botcall.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Botcall MCP

same job, measured the same way
Sv Number
by sv-number

Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back.

29 installs/wk local only
Sms Florin MCP
by flovoice53-tech

Rent a real UK phone number and receive SMS/OTP codes — built for AI coding agents.

35 installs/wk local only
Agenticmail
by agenticmail

Real email and SMS for AI agents — send mail, receive verification codes, drive a real inbox.

301 installs/wk local only
Joltsms Sms
by rchanllc

Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents.

24 installs/wk local only
Codasms MCP
by ajemba

Receive one-time SMS/OTP verification codes via the CODASMS API: get a number, wait, release.

25 installs/wk local only
N
agentsbase — Email for AI Agents
by agentsbase

Email for AI agents. Create mailboxes, send/receive emails, and auto-extract verification codes.

26 installs/wk local only
DevInbox
by devinbox

Real email inboxes for AI agents: create inboxes, catch verification codes, extract OTPs, reply.

answering
smails
by pexni

Free disposable email for AI agents: a throwaway inbox to read verification codes over MCP.

56 installs/wk local only

Botcall MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Botcall MCP?
Botcall MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package botcall-mcp was installed 22 times last week.
How do I connect Botcall MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls botcall-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Botcall MCP?
The npm package botcall-mcp was installed 22 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Botcall MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.