MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Data Platforms/keboola/keboola-mcp-server
Data PlatformsOfficialPython
K

keboola/keboola-mcp-server

interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.

0 starsUpdated Aug 28, 2026
View on GitHub

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

S

Sugra-Systems/sugra-api-mcp

Official

Connector 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.

0Data PlatformsUpdated Today
S

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.

0Data PlatformsUpdated Today
U

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.

0Data PlatformsUpdated Today
F

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`.

0Data PlatformsUpdated Today