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 Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroMCP 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.
コメント