zendesk-mcp-server-by-cdata

zendesk-mcp-server-by-cdata

3.2

If you are the rightful owner of zendesk-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 Zendesk is a read-only server designed to allow LLMs to query live Zendesk data using natural language.

CData's Model Context Protocol (MCP) Server for Zendesk is a specialized server that facilitates the interaction between large language models (LLMs) and live Zendesk data. By leveraging the CData JDBC Driver for Zendesk, this server exposes Zendesk data as relational SQL models, enabling LLMs to access and query the data without requiring SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve information from Zendesk. It is particularly useful for applications like Claude Desktop, where users can ask natural language questions and receive real-time data responses. The server is built using Java and Maven, and it requires the CData JDBC Driver to be licensed and configured properly. This setup ensures that the server can connect to Zendesk and provide accurate data retrieval capabilities.

Features

  • Read-only access to Zendesk data
  • Integration with CData JDBC Driver for Zendesk
  • Natural language querying via LLMs
  • Simple MCP interface for data retrieval
  • Support for multiple platforms including Windows, Mac, and Linux

Tools

  1. zendesk_get_tables

    Retrieves a list of tables available in the data source.

  2. zendesk_get_columns

    Retrieves a list of columns for a specified table.

  3. zendesk_run_query

    Executes a SQL SELECT query.