MCP.so
ログイン
O

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

基本情報

カテゴリ

データベース

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを 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

コメント

「データベース」の他のコンテンツ