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 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.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities

Redis
modelcontextprotocolModel Context Protocol Servers
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
コメント