{ "name": "transcribe-mcp", "version": "0.1.2", "description": "MCP server that transcribes audio/video and finds dead air, paying per call in USDC over x402. No account, no API key, no signup.", "type": "module", "bin": { "transcribe-mcp": "src/server.js" }, "files": [ "src", "README.md" ], "scripts": { "test": "node --test", "start": "node src/server.js" }, "keywords": [ "mcp", "modelcontextprotocol", "transcription", "whisper", "subtitles", "video-editing", "x402", "usdc", "pay-per-call" ], "license": "MIT", "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.22.0", "@x402/core": "2.20.0", "@x402/evm": "2.20.0", "@x402/fetch": "^2.20.0", "viem": "^2.55.8" }, "repository": { "type": "git", "url": "git+https://github.com/Soboljem/transcribe-mcp.git" }, "homepage": "https://github.com/Soboljem/transcribe-mcp#readme", "bugs": { "url": "https://github.com/Soboljem/transcribe-mcp/issues" }, "mcpName": "io.github.Soboljem/transcribe-mcp" }