← Back to Plugins
MCP Server MCP

io.github.ClawCall-Dev/clawcall

github By github 👁 1 views ▲ 0 votes

MCP server for ClawCall — AI-powered US phone calling.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...