Turn any GraphQL API into MCP tools. Zero config, zero code. Auto-introspection, flat InputObject schemas for
better LLM accuracy, smart truncation, retry logic with exponential backoff.
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.
Validates GraphQL query syntax and checks entity/field existence against the schema. Get specific error messages and fix suggestions to avoid runtime errors.
Execute arbitrary GraphQL queries against the Sui blockchain's GraphQL endpoint. Acts as an escape hatch for the agentic dispatcher pattern when no curated tool fits.