Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_token_largest_accounts

Retrieve the 20 largest accounts for a specified SPL Token on Solana. Input the token mint address to analyze token distribution and identify top holders.

Instructions

Returns the 20 largest accounts of a particular SPL Token type.

Args: mint (str): Pubkey of token mint to query

Returns: str: Largest token accounts in the format "Largest token accounts: {accounts}"

Input Schema

NameRequiredDescriptionDefault
mintYes

Input Schema (JSON Schema)

{ "properties": { "mint": { "title": "Mint", "type": "string" } }, "required": [ "mint" ], "title": "get_token_largest_accountsArguments", "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