@botcallio/mcp
v0.1.0
Published
MCP server for botcall - phone numbers for AI agents
Downloads
16
Maintainers
Readme
@botcallio/mcp
MCP (Model Context Protocol) server for botcall - phone numbers for AI agents.
Installation
npx @botcallio/mcpConfiguration
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"botcall": {
"command": "npx",
"args": ["@botcallio/mcp"],
"env": {
"BOTCALL_API_KEY": "bs_live_your_api_key"
}
}
}
}Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"botcall": {
"command": "npx",
"args": ["@botcallio/mcp"],
"env": {
"BOTCALL_API_KEY": "bs_live_your_api_key"
}
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| provision_number | Get a new phone number |
| list_numbers | List your phone numbers |
| release_number | Release a phone number |
| get_inbox | View received messages |
| get_code | Wait for and extract verification code |
| get_usage | Check plan and usage |
Get an API Key
- Sign up at botcall.io
- Subscribe to Starter ($9/mo) or Pro ($29/mo)
- Copy your API key
Example Usage
Once configured, your AI assistant can:
- "Get me a new phone number with area code 206"
- "What verification codes have I received?"
- "Wait for a verification code from the signup I just did"
- "How many SMS have I used this month?"
License
MIT
