Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Aenterhy • Data & Databases
An MCP server that facilitates safe execution of SQL queries on ClickHouse clusters.
Execute read-only SQL queries safely on ClickHouse clusters.
List and manage ClickHouse databases and tables.
A configurable MCP server for different ClickHouse environments.
The ClickHouse MCP Server allows users to run SQL queries and manage databases on ClickHouse clusters safely with read-only access. It supports listing databases and tables, making it a powerful tool for managing ClickHouse environments. The server can be configured easily for local or cloud environments, providing flexibility in deployment.
List available ClickHouse databases
List available ClickHouse tables in a database, including schema, comment, row count, and column count. Args: database: The database to list tables from like: Optional LIKE pattern to filter table names not_like: Optional NOT LIKE pattern to exclude table names page_token: Token for pagination, obtained from a previous call page_size: Number of tables to return per page (default: 50) include_detailed_columns: Whether to include detailed column metadata (default: True). When False, the columns array will be empty but create_table_query still contains all column information. This reduces payload size for large schemas. Returns: A dictionary containing: - tables: List of table information (as dictionaries) - next_page_token: Token for the next page, or None if no more pages - total_tables: Total number of tables matching the filters
Run a SELECT query in a ClickHouse database
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.