{ "name": "@forgemeshlabs/voice-mcp", "version": "0.2.2", "mcpName": "io.github.forgemeshlabs/voice-mcp", "description": "Give Your Agent A Voice: x402 pay-per-call speech with 20 voices, 10 personas, 31 languages, granular speed and quality controls, OpenAI-shaped requests, and batch audio", "main": "index.js", "bin": { "voice-mcp": "index.js" }, "files": [ "index.js", "README.md", "CHANGELOG.md", "LICENSE", "SECURITY.md", "Dockerfile", "glama.json", "server.json" ], "scripts": { "start": "node index.js", "check": "node --check index.js", "test": "npm run check && node scripts/test-mcp.js" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "model-context-protocol", "x402", "text-to-speech", "tts", "voice", "agent-voice", "openai-compatible", "forgemesh", "coinbase", "base", "usdc", "micropayments" ], "author": "clawdbotworker ", "maintainers": [ "clawdbotworker " ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/forgemeshlabs/voice-mcp.git" }, "homepage": "https://voice.forgemesh.io", "bugs": { "url": "https://github.com/forgemeshlabs/voice-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@x402/core": "2.11.0", "@x402/evm": "2.11.0", "viem": "^2.0.0", "zod": "^3.25.76" }, "overrides": { "ws": "8.21.0" } }