Oracle Sales MCP Server by CData
@CDataSoftware
Oracle Sales 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 Sales (beta): https://www.cdata.com/download/download.aspx?sku=EOZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\oracle-sales.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Oracle Sales MCP Server by CData?
A read-only MCP server that uses the CData JDBC Driver for Oracle Sales to let LLMs (e.g., Claude Desktop) query live Oracle Sales data by asking natural language questions—no SQL required.
How to use Oracle Sales MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Oracle Sales, configure a .prp file with your connection details, then add the server to Claude Desktop using the claude_desktop_config.json file pointing to the JAR and .prp file.
Key features of Oracle Sales MCP Server by CData?
- Read-only access to live Oracle Sales data.
- Natural language queries via LLMs.
- Exposes Oracle Sales as SQL tables.
- Provides tools: get_tables, get_columns, run_query.
- Uses stdio transport for local clients.
Use cases of Oracle Sales MCP Server by CData?
- Ask an LLM for correlations between closed won opportunities and account industry.
- Retrieve the number of open support tickets in a project.
- Query calendar events for today from Oracle Sales.
FAQ from Oracle Sales MCP Server by CData
What does this server do?
It makes Oracle Sales data available to AI assistants through the Model Context Protocol, allowing read-only queries of live data via natural language.
What dependencies does the server require?
Java, Maven (to build), and the CData JDBC Driver for Oracle Sales, which requires a license (trial or paid).
Where does the data reside?
Data stays in Oracle Sales Cloud; the server queries it live through the CData JDBC Driver—no local copy is created.
What are the known limitations?
This server is read-only. For full CRUD operations and easier setup, use CData’s beta MCP Server for Oracle Sales. It also uses stdio transport, so it only works with clients on the same machine.
What transport protocol does the server use?
The server communicates via stdio (standard input/output) and supports JSON-RPC 2.0 requests for tool calls.
「データベース」の他のコンテンツ
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
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.
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
コメント