Oracle HCM Cloud MCP Server by CData
@CDataSoftware
Oracle HCM Cloud 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 Oracle HCM Cloud (beta): https://www.cdata.com/download/download.aspx?sku=KMZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\oracle-hcm-cloud.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Oracle HCM Cloud MCP Server by CData?
Oracle HCM Cloud MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables large language models (LLMs) like Claude Desktop to query live Oracle HCM Cloud data using natural language. It wraps the CData JDBC Driver for Oracle HCM Cloud, exposing the underlying API as relational SQL models accessible through a simple MCP interface.
How to use Oracle HCM Cloud MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, install and license the CData JDBC Driver for Oracle HCM Cloud, then create a .prp properties file with your JDBC connection string. Configure the server in your MCP client (e.g., Claude Desktop) by adding an entry to claude_desktop_config.json pointing to the JAR and .prp file. Once connected, ask the LLM questions about your Oracle HCM Cloud data.
Key features of Oracle HCM Cloud MCP Server by CData
- Read-only access to live Oracle HCM Cloud data
- Natural language querying via LLMs (no SQL required)
- Built on the CData JDBC Driver for Oracle HCM Cloud
- Provides tools: get_tables, get_columns, run_query
- Supports OAuth authentication for secure connections
Use cases of Oracle HCM Cloud MCP Server by CData
- HR managers asking about employee headcount trends
- Recruiters checking open positions and applicant status
- Analysts correlating worker performance with department data
- IT teams exploring Oracle HCM Cloud schema structure
FAQ from Oracle HCM Cloud MCP Server by CData
Is this server read-only or can I write data?
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, use the free CData MCP Server for Oracle HCM Cloud (beta).
What are the runtime requirements?
You need Java, Maven, and the CData JDBC Driver for Oracle HCM Cloud installed and licensed (a trial key is available).
Where does my data live?
All data remains in Oracle HCM Cloud. The server executes live queries against the cloud service; no data is stored locally.
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 authenticate to Oracle HCM Cloud?
The CData JDBC Driver handles authentication. If the data source uses OAuth, you will authenticate in your browser when testing the connection in the connection string utility.
「データベース」の他のコンテンツ
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
コメント