Skip to main content
Glama

Grove's MCP Server for Pocket Network

call_rpc_method

Execute JSON-RPC methods on blockchain services to retrieve data and interact with networks like Ethereum, Polygon, Solana, and Cosmos.

Instructions

Call a JSON-RPC method on a specific blockchain service

Input Schema

NameRequiredDescriptionDefault
blockchainYesBlockchain name (e.g., "ethereum", "polygon")
methodYesRPC method name (e.g., "eth_blockNumber", "eth_getBalance")
networkNoNetwork type (defaults to mainnet)
paramsNoArray of parameters for the RPC method

Input Schema (JSON Schema)

{ "properties": { "blockchain": { "description": "Blockchain name (e.g., \"ethereum\", \"polygon\")", "type": "string" }, "method": { "description": "RPC method name (e.g., \"eth_blockNumber\", \"eth_getBalance\")", "type": "string" }, "network": { "description": "Network type (defaults to mainnet)", "enum": [ "mainnet", "testnet" ], "type": "string" }, "params": { "description": "Array of parameters for the RPC method", "type": "array" } }, "required": [ "blockchain", "method" ], "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