Weavz
Apache Superset

Apache Superset

Manage Superset dashboards, datasets, charts, and read-only SQL Lab execution.

12 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
validate_connection

Validate the Superset bearer token by listing one dashboard.

list_dashboards

List Superset dashboards.

get_dashboard

Get a Superset dashboard by ID or slug.

list_dashboard_datasets

List datasets used by a Superset dashboard.

list_datasets

List Superset datasets.

get_dataset

Get a Superset dataset by ID or UUID.

create_dataset

Create a Superset dataset from a JSON request body.

update_dataset

Update a Superset dataset from a JSON request body.

refresh_dataset

Refresh Superset dataset columns and metadata.

list_charts

List Superset charts.

get_chart

Get a Superset chart by ID.

run_sqllab_query

Execute a read-only SQL Lab query.

Triggers

Name
dashboard_created_or_updated

Poll Superset dashboard created or updated and emit newly created or updated records after the initial baseline.

dataset_created_or_updated

Poll Superset dataset created or updated and emit newly created or updated records after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('apache-superset', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'apache-superset',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Apache Superset to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Apache Superset support?

Apache Superset supports 12 tools including Validate Connection, List Dashboards, Get Dashboard, List Dashboard Datasets, List Datasets, and more.

Can I use Apache Superset with AI agents?

Yes. Add Apache Superset to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

How do I connect Apache Superset to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Apache Superset as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Apache Superset tools exposed by that workspace.

Does Apache Superset work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Apache Superset work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Apache Superset?

Apache Superset exposes 12 tools, including Validate Connection, List Dashboards, Get Dashboard, List Dashboard Datasets, List Datasets, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Apache Superset be used in stateful agent workflows?

Yes. Agents can combine Apache Superset tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Apache Superset use?

Apache Superset uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Apache Superset integration cost?

The Apache Superset integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Apache Superset support?

Apache Superset supports 2 triggers including Dashboard Created or Updated, Dataset Created or Updated.

Connect Apache Superset in minutes

Get 20,000 free action executions every month. No credit card required.