hubdb-mcp-server-by-cdata

hubdb-mcp-server-by-cdata

3.2

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

The CData MCP Server for HubDB is a specialized server that facilitates the interaction between large language models (LLMs) and live data from HubDB. By leveraging the CData JDBC Driver for HubDB, this server exposes HubDB data as relational SQL models, enabling LLMs to access and retrieve information without the need for SQL knowledge. This server is particularly useful for applications that require real-time data access and manipulation through natural language queries. The server is built to be read-only, providing a secure and efficient way to access data without altering it. It is designed to work seamlessly with AI clients like Claude Desktop, allowing users to ask questions and receive data-driven answers directly from their HubDB data sources.

Features

  • Read-only access to HubDB data through natural language queries.
  • Integration with CData JDBC Driver for HubDB to expose data as relational SQL models.
  • Seamless interaction with AI clients like Claude Desktop.
  • No SQL knowledge required for data retrieval.
  • Secure and efficient data access without modification.

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.