{ "name": "@pexbot/mcp", "version": "3.0.0", "description": "MCP server for pex.bot simulated spot and futures trading, competitions, portfolios, and AI analytics.", "mcpName": "io.github.mikusnuz/pexbot-mcp", "type": "module", "bin": { "pexbot-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist/**/*" ], "engines": { "node": ">=18" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsc", "test": "node --import tsx --test test/*.test.ts", "check": "npm run build && npm test", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "pexbot", "crypto", "trading", "simulated-trading", "ai", "ai-agent", "autonomous-trading", "claude", "upbit", "virtual-trading", "paper-trading", "futures-trading" ], "author": "mikusnuz", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mikusnuz/pexbot-mcp.git" }, "homepage": "https://github.com/mikusnuz/pexbot-mcp", "bugs": { "url": "https://github.com/mikusnuz/pexbot-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.20.1", "tsx": "^4.23.13", "typescript": "^5.7.0" } }