Skip to main content
Glama

mcp-graphql

query-graphql

Execute GraphQL queries with specified variables and headers using a configurable endpoint. Simplifies interaction with GraphQL servers for data retrieval and manipulation.

Instructions

Query a GraphQL endpoint with the given query and variables

Input Schema

NameRequiredDescriptionDefault
endpointNoOptional: Override the default endpoint, the already used endpoint is: http://localhost:3000/graphql
headersNoOptional: Add additional headers, the already used headers are: {}
queryYes
variablesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "Optional: Override the default endpoint, the already used endpoint is: http://localhost:3000/graphql", "format": "uri", "type": "string" }, "headers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "string" } ], "description": "Optional: Add additional headers, the already used headers are: {}" }, "query": { "type": "string" }, "variables": { "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from mcp-graphql

Related Tools

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/blurrah/mcp-graphql'

If you have feedback or need assistance with the MCP directory API, please join our Discord server