{ "name": "@woyax/mcp-max-messenger", "version": "1.2.2", "mcpName": "io.github.woyaxnini/max-messenger", "description": "MCP server for MAX Messenger — Russian national messenger by VK with 75M+ users. 21 tools: send and read messages, HTML/Markdown formatting, 5 button types (callback, link, contact, geo, message), send media (photo/video/audio/file), manage chats and members, handle incoming events. Designed for AI agents, ERP integrations (1C, AX), approval workflows, and automation via n8n or any MCP client.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-max-messenger": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "max", "max-messenger", "vk", "russia", "messenger", "bot", "ai", "automation", "claude", "anthropic" ], "author": { "name": "Oleg Alekseev", "email": "woyaxnini@gmail.com", "url": "https://github.com/woyaxnini" }, "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "git+https://github.com/woyaxnini/mcp-max-messenger.git" }, "homepage": "https://github.com/woyaxnini/mcp-max-messenger#readme", "bugs": { "url": "https://github.com/woyaxnini/mcp-max-messenger/issues" }, "files": [ "dist", "README.md", "README.ru.md", ".mcp" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "express": "^4.19.0", "zod": "^3.25.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.0.0", "typescript": "^5.4.0" } }