Oracle HCM Cloud MCP Server by CData
@CDataSoftware
About 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
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\\oracle-hcm-cloud.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 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.
More Databases MCP servers
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroMySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Comments