graphql_introspect
How to use it
graphql_introspect is exposed by the MCP Graphql Tools MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the graphql_introspect tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MCP GRAPHQL TOOLS LISTINGOther tools in MCP Graphql Tools (8)
allowMutations
(boolean, optional): Whether to allow mutation operations
endpoint
(string, optional): GraphQL endpoint URL
graphql_query
headers
(object, optional): HTTP headers for the request
includeDeprecated
(boolean, optional): Whether to include deprecated types/fields
query
(string): The GraphQL query to execute
timeout
(number, optional): Request timeout in milliseconds
variables
(object, optional): Variables for the query