package.json•2.02 kB
{
"name": "okx-mcp",
"version": "0.2.0",
"description": "OKX MCP (Model Context Protocol) server providing trading and portfolio management tools",
"keywords": [
"mcp",
"model-context-protocol",
"okx",
"trading",
"cryptocurrency",
"crypto",
"bitcoin",
"ethereum",
"portfolio",
"portfolio-management",
"trading-bot",
"trading-analytics",
"ai-assistant",
"ai-trading",
"anthropic",
"claude",
"claude-desktop",
"chatgpt",
"openai",
"llm",
"machine-learning",
"fintech",
"defi",
"web3",
"blockchain",
"api-client",
"rest-api",
"typescript",
"nodejs",
"financial-data",
"market-data",
"crypto-exchange",
"trading-tools",
"investment",
"asset-management"
],
"author": {
"name": "Max Barinov",
"url": "https://maxbarinov.com",
"email": "max.barinov@wrkdn.com"
},
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/maxbarinov"
},
"displayName": "OKX MCP Server",
"homepage": "https://github.com/maxbarinov/okx-mcp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/maxbarinov/okx-mcp.git"
},
"bugs": {
"url": "https://github.com/maxbarinov/okx-mcp/issues"
},
"engines": {
"node": ">=20.0.0"
},
"bin": {
"okx-mcp": "dist/stdio.js"
},
"main": "dist/stdio.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "xmcp build && chmod 755 dist/stdio.js",
"dev": "xmcp dev",
"start": "node dist/stdio.js",
"prepublishOnly": "npm run build",
"prepack": "npm run build",
"version": "npm run build",
"postversion": "git push && git push --tags"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"dotenv": "^17.2.1",
"okx-api": "^2.0.8",
"typescript": "^5.9.2",
"xmcp": "^0.1.9",
"zod": "3.24.4"
},
"devDependencies": {
"swc-loader": "^0.2.6"
}
}