adobe-analytics-mcp-server-by-cdata
If you are the rightful owner of adobe-analytics-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Adobe Analytics is a read-only server that allows LLMs to query live data from Adobe Analytics using the CData JDBC Driver.
The CData MCP Server for Adobe Analytics is designed to facilitate the querying of live data from Adobe Analytics by leveraging the CData JDBC Driver. This server provides a simple MCP interface that allows Language Learning Models (LLMs) to retrieve live information using natural language queries, eliminating the need for SQL. The server is read-only, but a full-featured version with read, write, update, delete, and action capabilities is available in beta. The setup involves cloning the repository, building the server, installing and licensing the CData JDBC Driver, and configuring the connection to the data source. Once set up, the server can be used with AI clients like Claude Desktop to answer questions about the data.
Features
- Read-only access to Adobe Analytics data through a simple MCP interface.
- Integration with CData JDBC Driver to expose Adobe Analytics as relational SQL models.
- Natural language querying capability for LLMs without the need for SQL.
- Support for configuring and running the server with Claude Desktop.
- JSON-RPC request examples for scripting interactions with the MCP Server.
Tools
{servername}_get_tables
Search a list of available tables in the data source
{servername}_get_columns
Search the column list of specified tables
{servername}_run_query
Execute SQL SELECT query