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 generic MCP (Model Context Protocol) server that bridges any GraphQL API to Claude Code. It introspects your GraphQL schema and exposes each query and mutation as an individual tool, letting Claude interact with your API directly.
Validates GraphQL query syntax and checks entity/field existence against the schema. Get specific error messages and fix suggestions to avoid runtime errors.
Get a quick topic overview by retrieving the first paragraphs of an article's introduction. Use this for brief summaries instead of full article content.
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.
List root subscription fields from a GraphQL schema with optional name filter and limit. Use this to discover available subscriptions for informational purposes.