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
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently

Redis
modelcontextprotocolModel Context Protocol Servers
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Comments