We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MyronKoch-dev/osmosis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
jsonrpc.d.ts•191 B
import { JsonRpcRequest } from "@cosmjs/json-rpc";
/** Creates a JSON-RPC request with random ID */
export declare function createJsonRpcRequest(method: string, params?: {}): JsonRpcRequest;