
Botcall Mcp
Provision a real SMS-capable phone number so your agent can receive verification codes during sign-up and automation flows.
Overview
Botcall MCP is an MCP server for the Build phase that provides your AI agent a real phone number to receive SMS verification codes.
What is this MCP server?
- Assigns a real phone number for inbound SMS to the agent
- Designed for OTP and verification-code workflows
- npm botcall-mcp v0.1.2 stdio with required BOTCALL_API_KEY
- Bridges botcall.io telephony into MCP tool calls
- Server version 0.1.2
- Required secret env BOTCALL_API_KEY
- stdio transport; npm identifier botcall-mcp
What problem does it solve?
Agents stall on phone-verified signups because there is no programmatic way to read OTP SMS inside the dev loop.
Who is it for?
Indie devs building or testing agents and apps that hit real-world SMS 2FA during integration work.
Skip if: High-volume marketing SMS, voice call centers, or teams forbidden from automated verification against third-party services.
What do I get? / Deliverables
Your agent can use a dedicated number and MCP tools to capture verification codes and finish SMS-gated steps.
- Agent-accessible phone number for inbound verification SMS
- Completed SMS-gated test or onboarding steps without manual phone handoff
Recommended MCP Servers
Journey fit
Botcall MCP fits Build because it extends what your agent can do while you implement auth, onboarding, and third-party integrations. Agent-tooling is the shelf for phone/SMS capabilities agents need during development, distinct from production error monitoring.
How it compares
SMS inbox MCP for agents, not a security audit skill or payment wallet integration.
Common Questions / FAQ
Who is Botcall MCP for?
Builders using Claude Code or MCP clients who need a real number so agents can complete SMS verification steps.
When should I use Botcall MCP?
During Build agent-tooling when integrations or E2E flows require receiving OTP codes on a dedicated line.
How do I add Botcall MCP to my agent?
Get a botcall.io API key, install botcall-mcp from npm, configure BOTCALL_API_KEY, add the stdio server to your MCP settings, then call its phone/SMS tools.