Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by kailashAppDev • Documentation & Docs
A Model Context Protocol server that lets LLM agents discover GraphQL schemas and execute queries against GraphQL endpoints.
Discover a GraphQL API's schema and available types/fields via introspection or a local schema file.
Execute read-only GraphQL queries against an endpoint with custom headers and receive structured responses.
Optional mutation capability when explicitly enabled for controlled write operations to a GraphQL service.
This MCP server provides schema introspection and query execution for GraphQL APIs, exposing the schema as a resource and offering tools for introspecting and running queries. It supports using a local schema file or performing an introspection query against a provided endpoint, and can be configured with custom headers and optional mutation support. Mutations are disabled by default as a security measure, and the server is installable via Smithery or run directly with provided CLI options. It's useful for enabling LLMs to dynamically explore and interact with GraphQL services.
Introspect the GraphQL schema, use this tool before doing a query to get the schema information if you do not have it available as a resource already.
Query a GraphQL endpoint with the given query and variables
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.