MCP.so
登录
A

API Driver MCP Server by CData

@CDataSoftware

关于 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

基本信息

分类

开发工具

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\api-driver.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

开发工具 分类下的更多 MCP 服务器