MCP.so
Sign In
O

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

Category

Databases

Transports

stdio

Publisher

CDataSoftware

Submitted by

Cameron Leblanc

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.

Comments

More Databases MCP servers