Skip to main content
Glama
521,367 tools. Updated 2026-09-06 10:44

"GraphQL" matching MCP tools:

  • Run read-only GraphQL queries to explore note connections, clusters, and repository grounding. Get answers on relationships and citations across the knowledge base.
    MIT
  • Execute GraphQL queries and mutations or introspect schemas with support for variables, custom headers, and request configuration.
    MIT
  • Run GraphQL queries and mutations against any API, with optional variables for dynamic requests.
    MIT
  • Send an arbitrary GraphQL query (with optional variables) directly to the STRATZ API at api.stratz.com/graphql. Use when no named tool covers the data you need. Field names are camelCase and must match the STRATZ schema exactly (e.g. numLastHits, goldPerMinute, constants { gameModes }); a query naming an unknown field fails with "Cannot query field", so introspect the type (`{ __type(name: "MatchPlayerType") { fields { name } } }`) before guessing. Requires a STRATZ Bearer token.
    ConnectorNo auth
  • Execute GraphQL queries and mutations against a federated system. Supports dynamic endpoints, custom headers, and variables for complete operation control.
    MIT
  • Execute GraphQL queries with specified variables and headers using a configurable endpoint. Simplifies interaction with GraphQL servers for data retrieval and manipulation.
    MIT

Matching MCP Servers

Matching MCP Connectors