Oracle Eloqua MCP Server by CData
@CDataSoftware
关于 Oracle Eloqua 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 Eloqua (beta): https://www.cdata.com/download/download.aspx?sku=DUZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\oracle-eloqua.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Oracle Eloqua MCP Server by CData?
Oracle Eloqua MCP Server by CData is a read-only MCP server that allows LLMs (like Claude Desktop) to query live data from Oracle Eloqua using the CData JDBC Driver for Oracle Eloqua. It wraps the JDBC driver and exposes Oracle Eloqua data as relational SQL models, enabling natural language queries without SQL.
How to use Oracle Eloqua MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Oracle Eloqua, create a .prp file with connection details, then configure the server in the Claude Desktop config file under mcpServers. The server uses stdio transport and runs on the same machine as the client.
Key features of Oracle Eloqua MCP Server by CData
- Read-only access to live Oracle Eloqua data
- Exposes three tools:
get_tables,get_columns,run_query - Uses stdio transport for local client-server communication
- Built on the CData JDBC Driver for Oracle Eloqua
Use cases of Oracle Eloqua MCP Server by CData
- Query Oracle Eloqua data using natural language in AI assistants
- Retrieve live campaign performance or contact lists without SQL
- Analyze Oracle Eloqua data alongside other sources via MCP clients
FAQ from Oracle Eloqua MCP Server by CData
What does the server do?
It enables LLMs to query live Oracle Eloqua data through an MCP interface, translating natural language into SQL queries via the CData JDBC Driver.
What are the runtime requirements?
Java, Maven, and the CData JDBC Driver for Oracle Eloqua (license required, trial available) are needed. The server runs on the same machine as the MCP client.
Is the server read-only?
Yes, this project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta version.
How does the server connect to Oracle Eloqua?
The server uses a JDBC connection string configured in a .prp file. The data source connection may require OAuth authentication via the CData JDBC Driver's connection utility.
What transport does the server use?
The server uses stdio transport, so it must be launched by a client on the same machine (e.g., Claude Desktop).
数据库 分类下的更多 MCP 服务器
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Snowflake MCP Server
isaacwassermanClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
评论