{ "name": "@woyax/mcp-ozon-seller", "version": "1.0.0", "mcpName": "io.github.woyaxnini/ozon-seller", "description": "MCP server for Ozon Seller API — Russia's largest marketplace. 26 tools: manage products, update prices and stocks, view FBO/FBS orders, get sales analytics, finance reports, returns and seller rating. Designed for AI agents, ERP integrations (1C, AX), and automation via Claude Desktop, Cursor, or n8n.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-ozon-seller": "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", "ozon", "ozon-seller", "marketplace", "russia", "ecommerce", "seller-api", "ai", "automation", "claude", "anthropic" ], "author": "Oleg Alekseev (https://github.com/woyaxnini)", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "git+https://github.com/woyaxnini/mcp-ozon-seller.git" }, "homepage": "https://github.com/woyaxnini/mcp-ozon-seller#readme", "bugs": { "url": "https://github.com/woyaxnini/mcp-ozon-seller/issues" }, "files": [ "dist", "README.md", "README.ru.md", ".mcp" ], "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "express": "^4.19.0", "zod": "^3.25.76" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.19.17", "tsx": "^4.21.0", "typescript": "^5.9.3" } }