Skip to main content
Glama

MCP Sui Tools

get_account_info_by_private_key

Retrieve account details for Sui blockchain wallets by providing the private key, enabling users to access wallet information securely and directly.

Instructions

Get account info by private key

Input Schema

NameRequiredDescriptionDefault
privateKeyYes

Input Schema (JSON Schema)

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