Oracle Financials Cloud MCP Server by CData
@CDataSoftware
About Oracle Financials 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 Financials Cloud (beta): https://www.cdata.com/download/download.aspx?sku=KEZK-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-financials-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 Financials Cloud MCP Server by CData?
It is a read-only MCP server that enables AI assistants (like Claude Desktop) to query live Oracle Financials Cloud data using natural language, powered by the CData JDBC Driver for Oracle Financials Cloud.
How to use Oracle Financials Cloud MCP Server by CData?
Install and license the CData JDBC Driver for Oracle Financials Cloud, build the server JAR using mvn clean install, create a .prp file with connection details, then configure the MCP server in your AI client (e.g., Claude Desktop) using the provided JSON configuration. Query data by asking natural language questions.
Key features of Oracle Financials Cloud MCP Server by CData
- Read-only access to Oracle Financials Cloud data
- Natural language querying via AI assistants
- Built on the CData JDBC Driver for Oracle Financials Cloud
- Exposes Oracle Financials Cloud as relational SQL models
- Provides tools: get_tables, get_columns, run_query
- Uses stdio transport for local clients
Use cases of Oracle Financials Cloud MCP Server by CData
- Ask Claude Desktop about current financial data (e.g., invoices, receivables) using plain English
- Retrieve table and column metadata from Oracle Financials Cloud
- Run SQL SELECT queries through an LLM interface
- Enable non-technical users to explore Oracle Financials Cloud data without SQL knowledge
FAQ from Oracle Financials Cloud MCP Server by CData
What are the limitations of this MCP server?
It is read-only; for full CRUD and action capabilities, use the CData MCP Server for Oracle Financials Cloud (beta) linked in the README. The server uses stdio, so it can only be used with clients running on the same machine.
What are the dependencies/runtime requirements?
Requires Java, the CData JDBC Driver for Oracle Financials Cloud (which must be downloaded and licensed), and Maven to build the server.
How do I configure the connection to Oracle Financials Cloud?
Create a .prp file with the JDBC driver path, driver class (cdata.jdbc.oracleerp.OracleERPDriver), JDBC URL (e.g., `jdbc:or
More Databases MCP servers
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroElasticsearch MCP Server
elasticNeon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Comments