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
基本情報
設定
以下の設定を使って、このサーバーを 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
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
コメント