api-driver-mcp-server-by-cdata
If you are the rightful owner of api-driver-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 API Driver is a read-only server designed to allow LLMs to query live data supported by the CData JDBC Driver for API Driver.
The CData MCP Server for API Driver is a specialized server that facilitates the interaction between large language models (LLMs) and live data sources. By leveraging the CData JDBC Driver, this server exposes API Driver data as relational SQL models, enabling LLMs to access and query data using natural language without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask questions in natural language and receive real-time data responses. The server is designed to be read-only, providing a secure and efficient way to access data without modifying it. It supports a wide range of data sources, making it a versatile tool for various data-driven applications.
Features
- Read-only access to live data via MCP interface
- Integration with CData JDBC Driver for API Driver
- Natural language querying without SQL
- Support for a wide range of data sources
- Easy setup and configuration
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query.