Keboola Explorer MCP Server
by jordanrburger
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
KEBOOLA_STORAGE_TOKEN | Yes | Your Keboola Storage API token. Required for server operation. | |
KEBOOLA_STORAGE_API_URL | No | Optional URL for the Keboola Storage API. Defaults to https://connection.keboola.com if not specified. | https://connection.keboola.com |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
keboola://buckets | |
keboola://components |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_bucket_info | Get detailed information about a specific bucket Args: bucket_id: ID of the bucket to get info for |
get_table_preview | Get a preview of data from a specific table as CSV Args: table_id: ID of the table to preview limit: Maximum number of rows to return (default: 100) |
get_table_info | Get detailed information about a specific table Args: table_id: ID of the table to get info for |
list_component_configs | List all configurations for a specific component Args: component_id: ID of the component to list configurations for |
list_all_buckets | List all buckets in the project with their basic information |
list_bucket_tables_tool | List all tables in a specific bucket with their basic information Args: bucket_id: ID of the bucket to list tables from |