{"name":"graphql-rest-bridge","version":"1.1.0","protocol":"mcp","transport":"streamable-http","description":"GraphQL-to-REST bridge tools for LLMs. Parse queries, translate to REST, filter fields, analyze schemas.","tools":[{"name":"graphql_parser","description":"Parse a GraphQL query string. Returns operationType (query/mutation/subscription), top-level field names, fragment definitions, variable declarations, and nesting depth."},{"name":"rest_translator","description":"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."},{"name":"field_optimizer","description":"Filter a JSON object or array to include only specified fields. Useful for reducing REST response payloads to match GraphQL selection sets."},{"name":"schema_analyzer","description":"Analyze a GraphQL introspection result to list queryable operations, mutations, subscriptions, and user-defined types. Filters out built-in GraphQL scalar and meta-types."}],"usage":{"method":"POST","path":"/mcp","format":"JSON-RPC 2.0"},"example":{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}},"docs":"https://modelcontextprotocol.io/"}