Storage & Databases6 toolsPaste one API key
ClickHouse integration for AI agents
Query analytics databases and inspect schemas
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect ClickHouse once and call the same tools from all of them.
Setup
Connect ClickHouse through ClawLink's hosted setup to list databases, inspect schemas, and run read-only SQL queries.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
ClickHouse exposes 6 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
clickhouse_execute_query | Run a read-only SQL query in ClickHouse | Read |
clickhouse_get_database_schema | Get a full schema overview for a ClickHouse database | Read |
clickhouse_get_play_interface | Open the ClickHouse Play interface for interactive querying | Read |
clickhouse_get_table_schema | Get detailed schema information for a ClickHouse table | Read |
clickhouse_list_databases | List available ClickHouse databases | Read |
clickhouse_list_tables | List tables in ClickHouse databases | Read |