google-data-catalog-mcp-server-by-cdata

google-data-catalog-mcp-server-by-cdata

3.2

If you are the rightful owner of google-data-catalog-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 Google Data Catalog is a read-only server designed to allow LLMs to query live data from Google Data Catalog using natural language.

CData's Model Context Protocol (MCP) Server for Google Data Catalog is a specialized server that facilitates the interaction between large language models (LLMs) and Google Data Catalog. By leveraging the CData JDBC Driver, this server exposes Google Data Catalog data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. The server is designed to be read-only, providing a streamlined interface for retrieving information through natural language queries. This setup is particularly beneficial for users who want to integrate AI capabilities into their data management processes, allowing for more intuitive data interaction and analysis. The server is built to be compatible with various platforms, including Claude Desktop, and supports JSON-RPC requests for scripting purposes.

Features

  • Read-only access to Google Data Catalog data through a simple MCP interface.
  • Integration with CData JDBC Driver for seamless data exposure as relational SQL models.
  • Natural language querying capability for LLMs, eliminating the need for SQL knowledge.
  • Compatibility with various platforms, including Claude Desktop.
  • Support for JSON-RPC requests for advanced scripting and automation.

Tools

  1. get_tables

    Retrieves a list of tables available in the data source.

  2. get_columns

    Retrieves a list of columns for a specified table.

  3. run_query

    Executes a SQL SELECT query on the data source.