get_token_holdings
ActiveTool of mcp-solscan
declared in 0.1.0
SPL-token balances held by a Solana account. Returns mint, symbol, amount, decimals, USD value (if known).
Parameters schema
{
"type": "object",
"examples": [
{
"address": "SolendFtLatfDwGrPfLVLocked111111111111111"
},
{
"page": 2,
"address": "SolendFtLatfDwGrPfLVLocked111111111111111",
"page_size": 10
}
],
"required": [
"address"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page (default 1)"
},
"address": {
"type": "string",
"description": "Solana account public key"
},
"page_size": {
"type": "number",
"description": "1-40 (default 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-solscan
https://github.com/pipeworx-io/mcp-solscan
2/7 registries