keboola/keboola-mcp-server
interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.
Ads
Overview
interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.
Installation
claude mcp add --transport http keboola https://mcp.<YOUR_REGION>.keboola.com/mcp
Configuration
{
"mcpServers": {
"keboola": {
"command": "uvx",
"args": ["keboola_mcp_server --transport <transport>"],
"env": {
"KBC_STORAGE_API_URL": "https://connection.YOUR_REGION.keboola.com",
"KBC_BRANCH_ID": "your_branch_id_optional"
}
}Capabilities
- Query storage tables
Ask for buckets and tables in your Keboola project, e.g., "What tables contain customer information?" via `get_buckets` and `query_data`.
- Run SQL transformations
Create SQL transformations using natural language, like "Create a SQL transformation that joins customer and order tables."
- Manage components and jobs
List extractors, writers, and configurations, then trigger jobs and retrieve execution details via `get_configs` and `run_job`.
- Build workflow pipelines
Create and manage Conditional Flows and Orchestrator Flows to automate multi-step data pipelines.
- Work in dev branches
Scope all operations to a development branch using `KBC_BRANCH_ID` or the `X-Branch-Id` header, keeping production data safe.
- Control tool access
Restrict available tools via HTTP headers like `X-Allowed-Tools` or `X-Read-Only-Mode` for compliance and safety.
Tags
- data-analysis
- workflow-automation
- analytics
- database
- awesome-list
Related MCP servers
Sugra-Systems/sugra-api-mcp
OfficialConnector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp.
soil-dev/capsulemcp
MCP server for [Capsule CRM](https://capsulecrm.com). 81 tools (49 in read-only mode) covering contacts, opportunities, projects, tasks, timeline activity, structured + saved filters, workflow tracks, and file attachments. Two transports — stdio (`npx capsulemcp`) and HTTP+OAuth for hosted Custom Connectors. Read-only-mode env flag for safer defaults. Apache 2.0.
us-all/airflow-mcp-server
Airflow REST API — 7 tools (DAG list, runs, task instances, log tails, trigger, clear). `dag-health-rollup` aggregation. Airflow 3.x `/api/v2` + JWT (SimpleAuthManager); pin `0.1.x` for Airflow 2.x. Read-only by default; trigger/clear write-gated.
flexorch/flexorch-mcp
Convert unstructured business documents (PDF, DOCX, invoices, contracts, payroll) into structured, LLM-ready datasets with automatic classification, field extraction, PII masking (10+ locales), and quality scoring. 6 async MCP tools covering the full pipeline: submit → poll → extract → build → export JSONL/RAG/CSV. Install: `pip install flexorch-mcp`.