botcall - Phone Numbers for AI Agents
name: botcall
by danecodes · published 2026-03-22
$ claw add gh:danecodes/danecodes-botcall---
name: botcall
description: Phone numbers for AI agents. Provision numbers, receive SMS, extract verification codes. Use when you need to sign up for services, receive 2FA codes, or handle phone verification.
homepage: https://botcall.io
metadata:
clawdbot:
emoji: "📱"
requires:
env: [BOTCALL_API_KEY]
bins: [botcall]
primaryEnv: BOTCALL_API_KEY
install:
- id: botcall-cli
kind: node
package: botcall
bins: [botcall]
label: Install botcall CLI (npm)
---
# botcall - Phone Numbers for AI Agents
Provision phone numbers and receive SMS verification codes.
Setup
1. Get an API key at https://botcall.io
2. Authenticate:
botcall auth login --api-key bs_live_YOUR_KEYCommands
Check your plan and usage
botcall usageProvision a phone number
botcall provision
botcall provision --area-code 206 # Seattle area codeList your numbers
botcall listView received messages
botcall inbox
botcall inbox --limit 20Wait for verification code
botcall get-code # Wait up to 120s
botcall get-code --timeout 60 # Custom timeoutReturns just the code (e.g., `847291`) for easy parsing.
Release a number
botcall release <number-id>Upgrade plan
botcall upgrade starter # $9/mo - 1 number, 100 SMS
botcall upgrade pro # $29/mo - 5 numbers, 500 SMSManage billing
botcall billing # Opens Stripe portalExample: Sign up for a service
# 1. Get a number
botcall provision --area-code 415
# Output: +14155551234
# 2. Use number to sign up (your agent does this)
# 3. Wait for verification code
CODE=$(botcall get-code --timeout 120)
echo "Code received: $CODE"
# 4. Enter code to complete signupMCP Integration
For Claude Desktop/Cursor, add to your MCP config:
{
"mcpServers": {
"botcall": {
"command": "npx",
"args": ["@botcallio/mcp"],
"env": {
"BOTCALL_API_KEY": "bs_live_YOUR_KEY"
}
}
}
}Pricing
Links
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...