{ "name": "listingbureau-mcp", "version": "0.1.13", "mcpName": "io.github.listingbureau/listingbureau-mcp", "description": "Amazon organic ranking MCP server. Run ranking campaigns, track keyword positions, and monitor rank movement from any AI assistant.", "type": "module", "main": "dist/index.js", "bin": { "listingbureau-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "postbuild": "chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsc --watch", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "amazon", "amazon-ranking", "amazon-seller", "amazon-fba", "amazon-seo", "organic-ranking", "rank-tracker", "ecommerce", "listing-optimization", "claude", "cursor", "ai-tools", "seller-tools" ], "author": "Listing Bureau", "license": "MIT", "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.5.0", "vitest": "^2.0.0" }, "files": [ "dist", "README.md", "LICENSE" ] }