MCP Server
MCP
io.github.ClawCall-Dev/clawcall
MCP server for ClawCall — AI-powered US phone calling.
Install
npx -y @clawcall/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@clawcall/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional ClawCall API key (clawcall_sk_...). Auto-provisioned on the first call if unset; shadows the saved key file when present.",
"format": "string",
"isSecret": true,
"name": "CLAWCALL_API_KEY"
},
{
"description": "ClawCall REST API base URL. Defaults to https://api.clawcall.dev.",
"format": "string",
"name": "CLAWCALL_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment