Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUI_NETWORKNoSui network (e.g., testnet, mainnet)testnet
LP_RECIPIENTYesLP recipient address
FEE_RECIPIENTYesFee recipient address
MCP_HTTP_HOSTNoHTTP server host127.0.0.1
MCP_HTTP_PORTNoHTTP server port3000
MINT_FEE_MISTNoMint fee in MIST1000000000
SUI_PACKAGE_IDYesSui package ID for the SHIT coin
SUI_FULLNODE_URLNoSui full node URLhttps://fullnode.testnet.sui.io:443
MCP_ALLOWED_HOSTSNoAllowed hosts for reverse proxy
SHIT_MINT_CONFIG_IDYesShared MintConfig object ID
SPONSOR_PRIVATE_KEYNoPrivate key for sponsor (suiprivkey format)
SPONSOR_KEYSTORE_PATHNoPath to Sui keystore file for sponsor
MCP_OAUTH_BEARER_TOKENYesOAuth bearer token for MCP authentication
SPONSOR_KEYSTORE_INDEXNoIndex in keystore for sponsor0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
healthA

Check that the MCP server is alive and configured for the selected Sui network.

quote_mint_feeB

Return the exact mint fee and amount for the SHIT mint flow.

check_mint_statusC

Check configured Sui package, treasury cap, and shared mint config objects.

check_user_mint_statusA

Check a user's SHIT balance, wallet mint count, remaining mints, and mint eligibility.

prepare_mintA

Prepare an unsigned Sui transaction that pays 1 SUI and mints 10M SHIT to the user's own address.

prepare_sponsored_mintA

Prepare an unsigned Sui transaction where the user signs as sender/recipient and the configured sponsor pays gas plus the 1 SUI mint fee.

submit_sponsored_mintA

Sign a prepared sponsored mint transaction as the configured sponsor and broadcast it with the user's signature.

prepare_configB

Prepare an unsigned admin transaction that creates the shared mint config after publishing the Move package.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/nomirizky55/shit-sui-mcp2'

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