Oracle Financials Cloud MCP Server by CData
@CDataSoftware
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\oracle-financials-cloud.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
数据库 分类下的更多 MCP 服务器
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

Redis
modelcontextprotocolModel Context Protocol Servers
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.

Sqlite
modelcontextprotocolModel Context Protocol Servers
评论