We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tamago-labs/sui-butler'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "sui-butler",
"version": "0.1.3",
"description": "Serverless-based MCP server implementation for Sui blockchain using zkLogin",
"main": "dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"sui-butler": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"prepare": "npm run build",
"test": "jest",
"test-swap": "tsup run ./src/tools/cetus"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tamago-labs/sui-butler.git"
},
"keywords": [
"sui",
"zklogin",
"blockchain",
"ai-agent",
"mcp",
"model-context-protocol",
"claude",
"web3"
],
"author": "Pisuth",
"license": "MIT",
"bugs": {
"url": "https://github.com/tamago-labs/sui-butler/issues"
},
"homepage": "https://sui-butler.tamagolabs.com",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.2",
"dotenv": "^16.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@cetusprotocol/aggregator-sdk": "^0.8.0",
"@modelcontextprotocol/sdk": "^1.10.2",
"@mysten/sui": "^1.29.0",
"@mysten/suins": "^0.7.14",
"@pythnetwork/hermes-client": "^2.0.0",
"axios": "^1.9.0",
"bignumber.js": "^9.3.0",
"zod": "^3.24.3"
}
}