
graphql-rest-bridge
Cloudflare Workers MCP server: graphql-rest-bridge
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Cloudflare Workers MCP server: graphql-rest-bridge
Server tool list (4)
Raw names from tools/list. Only developers need these.
| graphql_parser | Parse a GraphQL query string. Returns operationType (query/mutation/subscription), top-level field names, fragment definitions, variable declarations, and nesting depth. |
| rest_translator | 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. |
| field_optimizer | Filter a JSON object or array to include only specified fields. Useful for reducing REST response payloads to match GraphQL selection sets. |
| schema_analyzer | Analyze a GraphQL introspection result to list queryable operations, mutations, subscriptions, and user-defined types. Filters out built-in GraphQL scalar and meta-types. |