Remove an issue from a GitHub repository by specifying the owner, repo, and issue number using GraphQL API. Simplify issue cleanup and repository management.
Execute GraphQL queries with specified variables and headers using a configurable endpoint. Simplifies interaction with GraphQL servers for data retrieval and manipulation.
Fetch the GraphQL schema of a specified subgraph using introspection. Retrieve schema structure as JSON or GraphQL text format to understand available queries and data types.
Converts natural language queries into valid GraphQL queries and executes them against GraphQL APIs. Includes schema introspection, query validation, execution with authentication, and query history tracking.
A MCP server that exposes GraphQL schema information to LLMs like Claude. This server allows an LLM to explore and understand large GraphQL schemas through a set of specialized tools, without needing to load the whole schema into the context