graphql-mcp-server-by-cdata

graphql-mcp-server-by-cdata

3.2

If you are the rightful owner of graphql-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CData's Model Context Protocol (MCP) Server for GraphQL is a read-only server that allows LLMs to query live data supported by the CData JDBC Driver for GraphQL.

The CData Model Context Protocol (MCP) Server for GraphQL is designed to facilitate the querying of live data by Large Language Models (LLMs) such as Claude Desktop. This server leverages the CData JDBC Driver for GraphQL, which exposes GraphQL data as relational SQL models, allowing LLMs to access this data through a simple MCP interface. The server is read-only, but for full CRUD capabilities, users are encouraged to explore the CData MCP Server for GraphQL (beta). The server is particularly useful for users who want to interact with GraphQL data using natural language queries without needing to write SQL.

Features

  • Read-only access to GraphQL data through MCP interface.
  • Integration with CData JDBC Driver for GraphQL.
  • Allows LLMs to query live data using natural language.
  • Simplified setup for connecting to GraphQL data sources.
  • Supports a wide range of data sources through CData JDBC Driver.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get column information for the specified table

  3. {servername}_run_query

    Execute SQL SELECT query