Keboola Explorer MCP Server

by jordanrburger
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEBOOLA_STORAGE_TOKENYesYour Keboola Storage API token. Required for server operation.
KEBOOLA_STORAGE_API_URLNoOptional 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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
keboola://buckets
keboola://components

Tools

Functions exposed to the LLM to take actions

NameDescription
get_bucket_infoGet detailed information about a specific bucket Args: bucket_id: ID of the bucket to get info for
get_table_previewGet 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_infoGet detailed information about a specific table Args: table_id: ID of the table to get info for
list_component_configsList all configurations for a specific component Args: component_id: ID of the component to list configurations for
list_all_bucketsList all buckets in the project with their basic information
list_bucket_tables_toolList all tables in a specific bucket with their basic information Args: bucket_id: ID of the bucket to list tables from