Keboola MCP Server is an open-source bridge between your Keboola project and modern AI tools.
1.8K
33 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
find_component_id | Returns list of component IDs that match the given query. USAGE: - Use when you want to find the component for a specific purpose. EXAMPLES: - user_input: `I am looking for a salesforce extractor component` - returns a list of component IDs that match the query, ordered by relevance/best match. |
get_component | Gets information about a specific component given its ID. USAGE: - Use when you want to see the details of a specific component to get its documentation, configuration schemas, etc. Especially in situation when the users asks to create or update a component configuration. This tool is mainly for internal use by the agent. EXAMPLES: - user_input: `Create a generic extractor configuration for x` - Set the component_id if you know it or find the component_id by find_component_id or docs use tool and set it - returns the component |
Manual installation
You can install the MCP server using:
Installation for