Skip to main content
Glama

MCP Sui Tools

faucet

Request test tokens from Sui blockchain networks by providing wallet addresses with the faucet tool on MCP Sui Tools.

Instructions

Get faucet from sui networks

Input Schema

NameRequiredDescriptionDefault
addressesYes
networkNodevnet

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addresses": { "items": { "type": "string" }, "type": "array" }, "network": { "default": "devnet", "enum": [ "testnet", "devnet", "localnet" ], "type": "string" } }, "required": [ "addresses" ], "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