MCP Sui Tools

by 0xdwong
Verified
MIT License
52
1
  • Apple
  • Linux

sui-transfer

Transfer SUI tokens (in mist) to one or multiple wallet addresses using specified networks, including mainnet, testnet, devnet, or 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" }

You must be authenticated.

Other Tools from MCP Sui Tools

Related Tools

ID: u5hue94cq5