API Driver MCP Server by CData
@CDataSoftware
About API Driver MCP Server by CData
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 API Driver (beta): https://www.cdata.com/download/download.aspx?sku=FAZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\api-driver.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is API Driver MCP Server by CData?
API Driver MCP Server by CData is a read-only Model Context Protocol (MCP) server that lets AI assistants like Claude Desktop query live data from any API source supported by the CData JDBC Driver for API Driver. It wraps the driver’s relational SQL model into a simple MCP interface, so users can ask natural language questions — no SQL required.
How to use API Driver MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for API Driver, then create a .prp file with connection properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl, etc.). Configure your MCP client (e.g., Claude Desktop) to run java -jar CDataMCP-jar-with-dependencies.jar /path/to/file.prp using the stdio transport.
Key features of API Driver MCP Server by CData
- Read-only querying of live API data via natural language
- Supports dozens of API sources (see full list)
- Exposes tables, columns, and SQL query tools
- Built on CData JDBC Driver for API Driver
- Works with Claude Desktop and stdio MCP clients
- Requires no SQL knowledge from the user
Use cases of API Driver MCP Server by CData
- Ask about correlations in CRM data (e.g., opportunities and account industry)
- Retrieve open ticket counts from project management systems
- Check today’s calendar events without switching tools
- Explore database schema and data from any supported API source
- Integrate live API data into AI-powered assistants
FAQ from API Driver MCP Server by CData
What does this server do differently from the CData MCP Server for API Driver (beta)?
This server is read-only; the beta server supports full CRUD operations and offers a simplified setup.
What runtime dependencies are required?
Java and Maven are required. You must also download, install, and license the CData JDBC Driver for API Driver.
Where does the data live? Is
More Developer Tools MCP servers
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Comments