Oracle Sales MCP Server by CData
@CDataSoftware
About 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
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-sales.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 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.
More Databases MCP servers
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Comments