{ "name": "mindvalley-products-mcp", "version": "1.0.1", "mcpName": "io.github.mazemax/mindvalley-products-mcp", "description": "Model Context Protocol (MCP) server providing AI assistants with structured data on Mindvalley's educational offerings - products, masterclasses, programs, and certifications", "author": "Max Saad", "license": "MIT", "homepage": "https://github.com/mazemax/mindvalley-products-mcp", "repository": { "type": "git", "url": "git+https://github.com/mazemax/mindvalley-products-mcp.git" }, "bugs": { "url": "https://github.com/mazemax/mindvalley-products-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "mindvalley", "ai", "assistant", "tools", "education", "learning", "xmcp", "claude", "openai" ], "packageManager": "pnpm@9.0.0", "engines": { "node": ">=20.0.0" }, "scripts": { "build": "xmcp build", "dev": "xmcp dev", "start": "node dist/stdio.js", "test": "xmcp build && tsx test-tools.ts", "prepublishOnly": "pnpm run build", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "lint": "echo 'Linting not configured yet'", "format": "echo 'Formatting not configured yet'" }, "dependencies": { "xmcp": "0.3.2", "zod": "3.24.4" }, "main": "./dist/stdio.js", "files": [ "dist" ], "bin": { "mindvalley-products-mcp": "./dist/stdio.js" }, "devDependencies": { "tsx": "^4.20.6" } }