{
  "name": "callcloud-agent-dialer-mcp",
  "version": "0.6.0",
  "type": "module",
  "description": "MCP server for CallCloud: give an AI agent a phone line. Dials real numbers, screens out answering machines, and connects live humans to your browser over WebRTC. Also manages the CallCloud web dialer's data: lead lists, contacts, draft campaigns, performance analytics, and the company/account view.",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "dialer",
    "outbound",
    "telephony",
    "voip",
    "callcloud",
    "claude",
    "sales",
    "contacts",
    "lead-lists"
  ],
  "homepage": "https://dialer.callcloud.app/mcp",
  "bugs": {
    "url": "https://dialer.callcloud.app/mcp"
  },
  "license": "MIT",
  "author": "CallCloud",
  "bin": {
    "callcloud-agent-dialer": "index.mjs"
  },
  "main": "index.mjs",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.mjs",
    "openapi.yaml",
    "README.md",
    "INTEGRATION.md",
    "BUILD-A-DIALER.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  }
}
