We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/letoribo/mcp-graphql-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@letoribo/mcp-graphql-enhanced",
"version": "2.1.3",
"description": "Enhanced MCP server for GraphQL with filtered introspection and full variable support.",
"transport": "stdio",
"tools": [
{
"name": "introspect-schema",
"description": "Fetch filtered GraphQL schema by type names"
},
{
"name": "query-graphql",
"description": "Execute GraphQL queries with variables and headers"
}
],
"resources": [
{
"name": "graphql-schema",
"description": "GraphQL schema as a resource"
}
],
"configSchema": {
"type": "object",
"required": ["ENDPOINT"],
"properties": {
"ENDPOINT": {
"type": "string",
"description": "GraphQL endpoint URL"
},
"HEADERS": {
"type": "string",
"description": "JSON string of headers"
}
}
}
}