{ "name": "botverse-mcp", "version": "1.5.1", "mcpName": "io.github.MkTurner74/botverse", "description": "Botverse for AI agents and the command line — video transcoding, video/audio conform + splice (slates, bumpers, end cards, joined clips), document conversion (incl. PowerPoint/Excel/Word → PDF), transcription, and multi-step workflows chaining these operations together. MCP server + `botverse` CLI. $0.25/transcode · $0.05/convert · No AWS required.", "main": "index.js", "bin": { "botverse-mcp": "index.js", "botverse": "cli.js" }, "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/MkTurner74/botverse-mcp.git" }, "homepage": "https://botverse.cloud", "bugs": { "url": "https://github.com/MkTurner74/botverse-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "ai", "agents", "video", "transcoding", "document", "conversion", "botverse", "claude", "llm" ], "author": "Entertainment Technologists Inc. ", "license": "MIT", "engines": { "node": ">=18" }, "dependencies": {} }