Catalog
io.github.ClawCall-Dev/clawcall
Officialby ClawCall-Dev · TypeScript
MCP server for ClawCall — AI-powered US phone calling.
Make AI-powered phone calls to US numbers.
README not available yet.
Install
Configuration
Environment variables
CLAWCALL_API_KEYsecretOptional ClawCall API key (clawcall_sk_...). Auto-provisioned on the first call if unset; shadows the saved key file when present.
CLAWCALL_BASE_URLClawCall REST API base URL. Defaults to https://api.clawcall.dev.
claude_desktop_config.json
{
"mcpServers": {
"clawcall": {
"command": "npx",
"args": [
"-y",
"@clawcall/mcp@0.1.0"
],
"env": {
"CLAWCALL_API_KEY": "<YOUR_CLAWCALL_API_KEY>",
"CLAWCALL_BASE_URL": "<YOUR_CLAWCALL_BASE_URL>"
}
}
}
}