mcp-graphql-tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| graphql_queryA | Execute GraphQL queries using either a specified endpoint or the default endpoint configured during installation |
| graphql_introspectC | Introspect a GraphQL schema from an endpoint with configurable headers |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: introspection and query execution. No overlap or ambiguity.
Both tools follow a consistent verb_noun pattern with 'graphql_' prefix, making them predictable: graphql_introspect and graphql_query.
Two tools feel slightly thin for a GraphQL server, as core operations like mutations and subscriptions are missing, but introspection and querying are essential.
Significant gaps exist: no support for mutations, subscriptions, or endpoint management, which are fundamental to GraphQL interactions.