MCP.so
Sign In
Servers
X

xBase MCP Server by CData

@CDataSoftware

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for xBase (beta): https://www.cdata.com/download/download.aspx?sku=BXZK-V&type=beta

Overview

What is xBase MCP Server by CData?

xBase MCP Server by CData is a read-only Model Context Protocol server that enables large language models (like Claude Desktop) to query live xBase data using natural language. It wraps the CData JDBC Driver for xBase, exposing xBase tables and columns as SQL models through an MCP interface.

How to use xBase MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for xBase, create a .prp file with connection properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl, Tables), then configure a client like Claude Desktop to run java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp. The server communicates via stdio and must run on the same machine as the client.

Key features of xBase MCP Server by CData

  • Read-only access to live xBase data
  • Natural language querying via LLMs
  • Uses the CData JDBC Driver for xBase
  • Provides tools: get_tables, get_columns, run_query
  • Simple setup with a properties file
  • MIT licensed

Use cases of xBase MCP Server by CData

  • Query xBase databases using natural language in Claude Desktop
  • Retrieve table and column metadata from xBase data sources
  • Analyze xBase data without writing SQL

FAQ from xBase MCP Server by CData

Is this MCP server read-only? Can I perform write operations?

Yes, this server is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta MCP Server for xBase (linked in the README).

What runtime dependencies are required?

You need Java, Maven (to build), and the CData JDBC Driver for xBase (must be installed and licensed). The driver JAR path is specified in the .prp file.

What transport does the server use?

The server uses stdio transport, so it can only be used with clients running on the same machine as the server.

How do I configure the connection to xBase?

Create a .prp file with properties: Prefix, ServerName, ServerVersion, DriverPath (full path to cdata.jdbc.xbase.jar), DriverClass (cdata.jdbc.xbase.xBaseDriver), JdbcUrl (generated using the driver's connection string utility), and Tables (leave blank for all tables).

Where can I get support and what is the license?

For connection issues, contact CData Support. For server issues, join the CData Community. This server is licensed under MIT.

Tags

More from Other