Skip to main content
Glama

MCP Sui Tools

gen_sui_accounts_by_mnemonic

Generate SUI blockchain accounts using a mnemonic phrase. Specify the number of accounts to create, ideal for testing or development purposes in non-production environments.

Instructions

Create SUI accounts from mnemonic(Not recommended for production)

Input Schema

NameRequiredDescriptionDefault
mnemonicYes
numNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mnemonic": { "type": "string" }, "num": { "default": 1, "type": "number" } }, "required": [ "mnemonic" ], "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