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 toolsRead 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. 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. 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. 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*