Skip to main content
Glama

Grove's MCP Server for Pocket Network

get_solana_account_info

Retrieve Solana account details including balance and transaction history from mainnet or testnet using Grove's blockchain data access.

Instructions

Get Solana account information

Input Schema

NameRequiredDescriptionDefault
addressYesSolana address
networkNoNetwork type (defaults to mainnet)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Solana address", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" } }, "required": [ "address" ], "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