Skip to main content
Glama

MCP Sui Tools

sui-transfer

Transfer SUI tokens in mist to single or multiple addresses across Sui blockchain networks, including mainnet, testnet, devnet, and localnet.

Instructions

transfer SUI(in mist) to single or multiple addresses

Input Schema

NameRequiredDescriptionDefault
amountsYes
networkNomainnet
recipientsYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amounts": { "items": { "type": "number" }, "minItems": 1, "type": "array" }, "network": { "default": "mainnet", "enum": [ "mainnet", "testnet", "devnet", "localnet" ], "type": "string" }, "recipients": { "items": { "type": "string" }, "minItems": 1, "type": "array" } }, "required": [ "amounts", "recipients" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xdwong/sui-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server