Retrieve GraphQL schema details by introspecting the endpoint, enabling users to access schema information before executing queries. Supports custom headers and endpoint overrides.
Analyze GraphQL schema structure to understand available queries, types, and directives. Filter by specific types to focus on relevant schema components for development and debugging.
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
A MCP server that exposes OpenAPI schema information to LLMs like Claude. This server allows an LLM to explore and understand large OpenAPI schemas through a set of specialized tools, without needing to load the whole schema into the context
Provides intelligent introspection and exploration of any GraphQL API schema with fuzzy search, type discovery, and field-level information to help understand and navigate GraphQL APIs.