mcpserver.lol
registry/graphql-rest-bridge
Connection check verified live · 27h ago

graphql-rest-bridge

Cloudflare Workers MCP server: graphql-rest-bridge

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

4 tools

Read from the running server on 27h ago.

field_optimizer data*fields*
Filter a JSON object or array to include only specified fields. Useful for reducing REST response payloads to match GraphQL selection sets.
graphql_parser query*
Parse a GraphQL query string. Returns operationType (query/mutation/subscription), top-level field names, fragment definitions, variable declarations, and nesting depth.
rest_translator query*baseUrl
Convert a GraphQL query or mutation to a REST API call. Returns method (GET/POST), endpoint URL, headers, optional body template for mutations with variables.
schema_analyzer schema*
Analyze a GraphQL introspection result to list queryable operations, mutations, subscriptions, and user-defined types. Filters out built-in GraphQL scalar and meta-types.