xbase-mcp-server-by-cdata
If you are the rightful owner of xbase-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 xBase is a read-only server designed to allow LLMs to query live xBase data using natural language.
CData's Model Context Protocol (MCP) Server for xBase is a specialized server that facilitates the interaction between large language models (LLMs) and xBase data sources. By leveraging the CData JDBC Driver for xBase, this server exposes xBase 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 secure and efficient way to retrieve information from xBase databases. It is particularly useful for applications like Claude Desktop, where users can ask natural language questions and receive data-driven answers. The server is built with ease of setup in mind, requiring minimal configuration to connect to xBase data sources.
Features
- Read-only access to xBase data through MCP interface.
- Integration with CData JDBC Driver for xBase.
- Natural language querying without SQL.
- Simple setup and configuration process.
- Support for various data sources via JDBC.
Tools
xbase_get_tables
Retrieves a list of tables available in the data source.
xbase_get_columns
Retrieves a list of columns for a specified table.
xbase_run_query
Executes a SQL SELECT query.