azure-data-catalog-mcp-server-by-cdata

azure-data-catalog-mcp-server-by-cdata

3.2

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

The CData MCP Server for Azure Data Catalog is a specialized server that facilitates the interaction between large language models (LLMs) and Azure Data Catalog. By leveraging the CData JDBC Driver, this server exposes Azure Data Catalog data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Azure Data Catalog. The server is designed to be read-only, providing a secure and efficient way to access data. It simplifies the process of data retrieval by wrapping the JDBC driver and offering a straightforward MCP interface.

Features

  • Read-only access to Azure Data Catalog data through MCP interface.
  • Integration with CData JDBC Driver for seamless data exposure.
  • Natural language querying capability for LLMs.
  • Simplified setup and configuration process.
  • Support for a wide range of data sources through CData's extensive driver library.

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.