yunqiqiliang_mcp-clickzetta-server

yunqiqiliang_mcp-clickzetta-server

3.2

If you are the rightful owner of yunqiqiliang_mcp-clickzetta-server 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.

Clickzetta MCP Server is a Model Context Protocol server implementation for interacting with Clickzetta Lakehouse, enabling SQL query execution and data insights management.

The Clickzetta MCP Server is a robust implementation of the Model Context Protocol (MCP) designed to facilitate seamless interaction with the Clickzetta Lakehouse. It allows users to execute SQL queries, manage database schemas, and append data insights dynamically. The server is equipped with tools for reading and writing queries, creating tables, and managing schema information. Additionally, it provides a dynamic resource for aggregating data insights, which auto-updates as new insights are discovered. This server is particularly useful for data analysts and developers who need to interact with large datasets and derive insights efficiently. It supports integration with platforms like Claude Desktop, providing a user-friendly interface for managing database operations and insights.

Features

  • Execute SQL Queries: Supports both read and write operations with SQL queries, including SELECT, INSERT, UPDATE, and DELETE.
  • Dynamic Insights Resource: Provides a memo resource that aggregates and updates data insights automatically.
  • Schema Management: Tools for listing tables and describing table structures to facilitate database schema management.
  • Secure Operations: Enforces read-only operations by default and includes input validation to prevent SQL injection.
  • Integration with Claude Desktop: Easily integrates with Claude Desktop for enhanced user interaction and data management.

Tools

  1. read_query

    Execute SELECT queries to read data from the database.

  2. write_query

    Execute INSERT, UPDATE, or DELETE queries with the --allow-write flag.

  3. create_table

    Create new tables in the database with the --allow-write flag.

  4. list_tables

    Get a list of all tables in the database.

  5. describe-table

    View column information for a specific table.

  6. append_insight

    Add new data insights to the memo resource.