token_metadata

$0.001 USDC per call

Get token metadata: name, symbol, decimals, supply, mint/freeze authority, mutability, and image. Lightweight call — use before any new token interaction.

Parameters
NameTypeRequiredDescription
mintAddress string required Solana token mint address (base58)
Example Call
// MCP tool call
{
  "name": "token_metadata",
  "arguments": {
    "mintAddress": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground