{ "name": "rootvine-mcp", "version": "1.3.1", "mcpName": "io.github.RagingOrangutan/rootvine-mcp", "description": "RootVine MCP Server — Neutral commerce resolution for AI agents. Music live: stream, buy, or collect across 15+ platforms (Spotify, Apple Music, iTunes, Amazon, Bandcamp, Discogs, vinyl, CD, and more). Games, books, films, podcasts, and live events rolling out. Ranked by trust × price × availability — never by commission.", "keywords": [ "mcp", "model-context-protocol", "ai-agent", "music", "games", "commerce", "affiliate", "rootvine", "beatsvine", "mainmenu" ], "author": "Raging Orangutan Holdings", "license": "MIT", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "rootvine-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "lint": "tsc --noEmit", "prepublishOnly": "npm audit --audit-level=high" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^25.9.5", "typescript": "^6.0.3", "vitest": "^4.1.11" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/RagingOrangutan/rootvine-mcp" }, "homepage": "https://rootvine.ai" }