Overview
Features
Per-GraphQL-query MCP tools
Exposes each GraphQL query as a distinct MCP tool.
Parameter-to-query mapping
Tool inputs automatically map to the corresponding GraphQL query parameters.
Dynamic JSON schema generation
Generates a JSON schema for tool inputs from GraphQL query parameters.
No external schema required
No separate schema definition is needed; only API URL and credentials.
Query-focused support
Currently supports GraphQL queries; mutations planned for future releases.
Configurable authentication
Supports Bearer, Basic, and custom headers for authentication.
Automatic handling of complex types
Automatically handles complex GraphQL types in tool inputs and results.
Auto-generation via introspection
If no predefined queries are provided, it introspects the schema and builds queries up to max-depth (default 5).
Who Is This For?
- Developers:Expose GraphQL queries as MCP tools to enable seamless, query-driven interaction with GraphQL APIs via MCP clients.
- MCP integrators:Integrate GraphQL-backed data sources into MCP-based automation and tooling workflows.




