@gala-chain/launchpad-mcp-server
Version:
MCP server for Gala Launchpad SDK with 41 tools - AI agents can interact with Gala Launchpad and learn SDK usage
81 lines (80 loc) • 2.17 kB
JSON
{
"name": "@gala-chain/launchpad-mcp-server",
"version": "1.2.23",
"description": "MCP server for Gala Launchpad SDK with 41 tools - AI agents can interact with Gala Launchpad and learn SDK usage",
"main": "dist/index.js",
"bin": {
"gala-launchpad-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"dev": "tsx src/index.ts",
"watch": "tsc --watch",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"gala",
"galachain",
"launchpad",
"ai",
"agent",
"blockchain",
"defi",
"trading",
"claude",
"ai-tools"
],
"author": {
"name": "Gala Launchpad Team",
"email": "dev@gala-launchpad.com",
"url": "https://gala-launchpad.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/gala-games/defi/launchpad/sdk.git",
"directory": "packages/mcp-server"
},
"bugs": {
"url": "https://gitlab.com/gala-games/defi/launchpad/sdk/-/issues"
},
"homepage": "https://gitlab.com/gala-games/defi/launchpad/sdk/tree/main/packages/mcp-server#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=10.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@gala-chain/launchpad-sdk": "^3.7.8",
"@modelcontextprotocol/sdk": "^0.5.0",
"ethers": "^6.15.0",
"@gala-chain/api": "^2.4.3",
"@gala-chain/connect": "^2.4.3",
"socket.io-client": "^4.8.1",
"axios": "^1.12.2",
"bignumber.js": "^9.1.2",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"ts-jest": "^29.0.0",
"tsx": "^4.0.0",
"typescript": "^5.3.0"
}
}