Skip to main content
Glama

Grove's MCP Server for Pocket Network

add_endpoint

Dynamically add new endpoint configurations to extend blockchain data access across 70+ networks including Ethereum, Solana, Cosmos, and Sui.

Instructions

Dynamically add a new endpoint configuration (for extensibility)

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory for organization
descriptionYesDescription of what the endpoint does
idYesUnique identifier for the endpoint
methodYesHTTP method
nameYesHuman-readable name
pathYesURL path (e.g., "/api/users/:id")

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category for organization", "type": "string" }, "description": { "description": "Description of what the endpoint does", "type": "string" }, "id": { "description": "Unique identifier for the endpoint", "type": "string" }, "method": { "description": "HTTP method", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH" ], "type": "string" }, "name": { "description": "Human-readable name", "type": "string" }, "path": { "description": "URL path (e.g., \"/api/users/:id\")", "type": "string" } }, "required": [ "id", "name", "path", "method", "description", "category" ], "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