GraphQL MCP Server
by ctkadvisors
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | |
| NODE_ENV | No | Node environment (development, production, etc.) | |
| GRAPHQL_API_KEY | No | API key for the GraphQL API if needed | |
| ENABLE_MUTATIONS | No | Enable GraphQL mutations (disabled by default for security) | false |
| WHITELISTED_QUERIES | No | JSON array string or comma-separated list of allowed GraphQL queries | |
| GRAPHQL_API_ENDPOINT | Yes | URL of the GraphQL API endpoint | https://your-graphql-api.com/graphql |
| WHITELISTED_MUTATIONS | No | JSON array string or comma-separated list of allowed GraphQL mutations |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ctkadvisors/graphql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server