UNPKG

@gala-chain/launchpad-mcp-server

Version:

MCP server for Gala Launchpad - 102 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, locked token queries, composite pool data, cross-chain b

97 lines (96 loc) 3.17 kB
{ "name": "@gala-chain/launchpad-mcp-server", "version": "4.0.14", "description": "MCP server for Gala Launchpad - 102 tools (pool management, event watchers, GSwap DEX trading, price history, token creation, wallet management, DEX pool discovery, liquidity positions, token locks, locked token queries, composite pool data, cross-chain bridging) supporting optional wallet (read-only and full-access modes). Production-grade AI agent integration for Claude Desktop with comprehensive validation and 80%+ test coverage", "main": "dist/index.js", "bin": { "gala-launchpad-mcp": "./dist/index.js" }, "scripts": { "build": "npm run build:version && tsc && chmod +x dist/index.js", "build:version": "tsx scripts/inject-version.ts", "dev": "tsx src/index.ts", "watch": "tsc --watch", "test": "jest --passWithNoTests", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:integration": "jest --config jest.integration.config.js", "test:integration:coverage": "jest --config jest.integration.config.js --coverage", "test:prompts": "npm run build && node src/scripts/test-all-prompts.ts", "test:all": "npm run test && npm run test:integration && npm run test:prompts", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:check": "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", "ai-tools", "blockchain", "defi", "trading", "claude", "claude-desktop", "optional-wallet", "read-only-mode", "wallet-management", "price-history", "token-creation", "token-trading", "pool-management", "bonding-curve" ], "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/api": "^2.4.3", "@gala-chain/connect": "^2.4.3", "@gala-chain/launchpad-sdk": "^4.0.14", "@humanwhocodes/config-array": "^0.13.0", "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.12.2", "bignumber.js": "^9.1.2", "ethers": "^6.15.0", "socket.io-client": "^4.8.1", "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": "^30.1.3", "ts-jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.3.0" } }