Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_token_supply

Retrieve the total supply of an SPL Token by providing the mint public key on the Solana blockchain using the MCP server's tools.

Instructions

Returns the total supply of an SPL Token type.

Args: mint (str): Public key of token mint

Returns: str: Token supply information

Input Schema

NameRequiredDescriptionDefault
mintYes

Input Schema (JSON Schema)

{ "properties": { "mint": { "title": "Mint", "type": "string" } }, "required": [ "mint" ], "title": "get_token_supplyArguments", "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/tywenk/mcp-sol'

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