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