{ "name": "@theyahia/voximplant-mcp", "version": "2.0.0", "description": "MCP server for Voximplant — cloud telephony, calls, SMS, recordings, scenarios, ACD (Russia). 21 tools + 2 skills.", "type": "module", "main": "dist/index.js", "bin": { "voximplant-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "CHANGELOG.md", "smithery.yaml" ], "engines": { "node": ">=18.0.0" }, "scripts": { "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\"", "prebuild": "npm run clean", "build": "tsc -p tsconfig.build.json", "dev": "tsx src/index.ts", "start": "node dist/index.js", "typecheck": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run typecheck && npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.2.0" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/voximplant-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "voximplant", "telephony", "sms", "api", "typescript", "voice", "cpaas", "fastmcp", "ai-tools", "ai-agents", "developer-tools", "llm", "agentic-framework", "automation", "call-center", "voice-ai" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/theYahia/voximplant-mcp.git" }, "homepage": "https://github.com/theYahia/voximplant-mcp#readme", "author": "theYahia (https://github.com/theYahia)" }