Skip to main content
Glama

TheGraph MCP Server

querySubgraph

Execute GraphQL queries to retrieve blockchain data from specific subgraphs, returning results in JSON format for AI-driven analysis and integration.

Instructions

Execute a GraphQL query against a specified subgraph.

Args: subgraphId (str): The ID of the subgraph to query. query (str): The GraphQL query string to execute.

Returns: str: Query result in JSON format, or an error message.

Input Schema

NameRequiredDescriptionDefault
queryYes
subgraphIdYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" }, "subgraphId": { "title": "Subgraphid", "type": "string" } }, "required": [ "subgraphId", "query" ], "title": "querySubgraphArguments", "type": "object" }
Install Server

Other Tools from TheGraph MCP Server

Related Tools

    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/kukapay/thegraph-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server