Skip to main content
Glama
ctkadvisors

GraphQL MCP Server

by ctkadvisors

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug mode
NODE_ENVNoNode environment (development, production, etc.)
GRAPHQL_API_KEYNoAPI key for the GraphQL API if needed
ENABLE_MUTATIONSNoEnable GraphQL mutations (disabled by default for security)false
WHITELISTED_QUERIESNoJSON array string or comma-separated list of allowed GraphQL queries
GRAPHQL_API_ENDPOINTYesURL of the GraphQL API endpointhttps://your-graphql-api.com/graphql
WHITELISTED_MUTATIONSNoJSON array string or comma-separated list of allowed GraphQL mutations

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
continentD

GraphQL continent query

continentsC

GraphQL continents query

countriesC

GraphQL countries query

countryC

GraphQL country query

languageC

GraphQL language query

languagesC

GraphQL languages query

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose targeting a specific GraphQL query type (continent vs. continents, country vs. countries, language vs. languages), with no overlap or ambiguity in functionality. The singular/plural pairs are well-defined and intuitive for querying individual items versus lists.

Naming Consistency5/5

All tool names follow a perfectly consistent pattern using singular and plural nouns (e.g., continent/continents, country/countries, language/languages) with no deviations in style or convention. This uniformity makes the set predictable and easy to navigate.

Tool Count4/5

With 6 tools, the count is reasonable and well-scoped for a GraphQL server focused on geographic and linguistic data queries. It slightly leans toward being minimal but covers core query types effectively without feeling bloated or incomplete.

Completeness3/5

The tool set provides basic query capabilities for continents, countries, and languages, but lacks obvious operations like mutations (e.g., create, update, delete) or more advanced GraphQL features. While the query surface is coherent, it is limited to read-only operations, leaving gaps for full lifecycle management.

Maintenance

ActivityInactive
ResponsivenessSyncing