Skip to main content
Glama
204,980 tools. Last updated 2026-06-15 02:04

"An introduction to GraphQL or resources for learning GraphQL" matching MCP tools:

  • Execute complex GraphQL mutations on Infrahub for writes that typed tools cannot handle, such as relationship edits or bulk operations. Runs on the active session branch for isolated changes.
    Apache 2.0
  • Create an API specification in Postman's Spec Hub. Supports OpenAPI, AsyncAPI, protobuf, GraphQL, and Smithy formats with single or multi-file specifications.
    Apache 2.0
  • Run read-only GraphQL queries against Infrahub to perform relationship traversal, aggregation, or access fields not exposed by simpler tools.
    Apache 2.0
  • Execute raw GraphQL queries against any AAVE subgraph to retrieve lending protocol or governance data not covered by pre-built tools.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Retrieve the complete GraphQL schema for an AAVE subgraph on a given chain to understand available queryable fields and types before building custom queries.
    MIT
  • Discover GraphQL API schemas by running introspection queries to enumerate all types, fields, queries, and mutations, including hidden or undocumented elements.
    MIT
  • Discover undocumented GraphQL fields by analyzing suggestion errors and probing for sensitive field names. This tool sends read-only queries to reveal hidden type information for security testing.
    MIT
  • Search TripAdvisor hotels by geo ID, filter by amenities, class, price, and more. Returns normalized listing data from public GraphQL results.
    MIT
  • Search JustWatch for movies and TV shows by query, country, and language. Returns structured results from the public GraphQL endpoint.
    MIT
  • Run custom GraphQL queries on Polymarket prediction market subgraphs to access market stats, trader P&L, positions, and orderbook activity.
    MIT
  • Validates GraphQL query syntax and checks entity/field existence against the schema. Get specific error messages and fix suggestions to avoid runtime errors.
    MIT