Skip to main content
Glama

Grove's MCP Server for Pocket Network

call_endpoint

Execute API calls to Grove's blockchain endpoints across 70+ networks including Ethereum, Solana, and Cosmos. Send requests with path parameters, query strings, and request bodies for accessing blockchain data.

Instructions

Call a Grove endpoint for Pocket Network with optional parameters

Input Schema

NameRequiredDescriptionDefault
bodyNoRequest body for POST/PUT/PATCH requests
endpointIdYesThe ID of the endpoint to call
pathParamsNoPath parameters (e.g., {id: "123"} for /users/:id)
queryParamsNoQuery parameters to append to the URL

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "Request body for POST/PUT/PATCH requests", "type": "object" }, "endpointId": { "description": "The ID of the endpoint to call", "type": "string" }, "pathParams": { "description": "Path parameters (e.g., {id: \"123\"} for /users/:id)", "type": "object" }, "queryParams": { "description": "Query parameters to append to the URL", "type": "object" } }, "required": [ "endpointId" ], "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