Skip to main content
Glama

GraphQL MCP Server

by FabrWill

query

Execute GraphQL queries with specified parameters to interact with APIs, enabling AI models to fetch or modify data using the GraphQL MCP Server.

Instructions

Query a GraphQL endpoint with the given query and variables

Input Schema

NameRequiredDescriptionDefault
queryYes
variablesNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "type": "string" }, "variables": { "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from GraphQL MCP Server

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/FabrWill/gql-mcp'

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