Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_solana_token_metadata

Retrieve SPL token metadata including decimals, supply, and authorities using a Solana mint address. Supports mainnet and testnet networks for token information access.

Instructions

Get SPL token metadata (decimals, supply, authorities)

Input Schema

NameRequiredDescriptionDefault
mintAddressYesSPL token mint address
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "mintAddress": { "description": "SPL token mint address", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "required": [ "mintAddress" ], "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/buildwithgrove/mcp-pocket'

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