{ "name": "@the-staq/tradestaq-mcp", "version": "0.3.8", "mcpName": "io.github.the-staq/tradestaq-mcp", "description": "MCP server for automated crypto trading. 31 tools for AI agents: create strategies, backtest, deploy trading bots, copy trade, monitor positions, and manage portfolios on Binance, Bybit, OKX, and more. Works with Claude, Cursor, and any MCP client.", "type": "module", "main": "dist/index.js", "bin": { "tradestaq-mcp": "dist/index.js" }, "files": [ "dist", "VERSION", "README.md", "CHANGELOG.md" ], "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "test": "vitest run", "lint": "tsc --noEmit", "prepublishOnly": "npm run build", "version": "echo $npm_package_version > VERSION && git add VERSION", "release:patch": "npm version patch && git push && git push --tags && npm publish --access public", "release:minor": "npm version minor && git push && git push --tags && npm publish --access public", "release:major": "npm version major && git push && git push --tags && npm publish --access public" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "trading", "crypto", "trading-bot", "automated-trading", "backtest", "strategy", "copy-trading", "portfolio", "binance", "bybit", "okx", "bitget", "hyperliquid", "claude", "cursor", "ai-agent", "ai-tools", "tradestaq", "tradedroid", "defi" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/the-staq/tradestaq-mcp.git" }, "homepage": "https://tradestaq.com", "author": "TradeStaq ", "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.1.0" } }