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.
数据库 分类下的更多 MCP 服务器
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Elasticsearch MCP Server
elasticNeon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
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.
评论