query-network
Execute custom network queries against chain APIs using gRPC Gateway when standard tools fail. Verify available queries via OpenAPI specification before sending requests with specified HTTP methods, paths, and parameters.
Instructions
Execute a generic network gRPC Gateway query against chain APIs when you cannot find the required information from other tools. You MUST first check the available query/service by reading the openapi specification from the resource openapi://{networkName}
to understand available query/service, methods, required parameters and body structure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | Request body for POST/PUT requests | |
method | Yes | HTTP method to use for the request | |
networkName | Yes | Name of the network to use - must first check what networks are available through the mantrachain-mcp server by accessing the networks resource `networks://all` before you pass this arguments | |
path | Yes | API endpoint path from the OpenAPI spec, e.g., '/cosmos/bank/v1beta1/balances/{address}' | |
pathParams | No | Path parameters to substitute in the URL path | |
queryParams | No | Query parameters to add to the request |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MantraChain MCP Server
Related Tools
- @matthewhand/mcp-openapi-proxy
- @Kong/mcp-konnect
- @matthewhand/mcp-openapi-proxy
- @ReAPI-com/mcp-openapi
- @api7/apisix-mcp