Superset MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPERSET_URL | Yes | Superset base URL (without /api/v1) | |
| SUPERSET_PASSWORD | Yes | Superset account password | |
| SUPERSET_PROVIDER | No | Authentication provider (db or ldap) | db |
| SUPERSET_USERNAME | Yes | Superset account username | |
| SUPERSET_VERIFY_SSL | No | Whether to verify SSL certificates | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| superset_statusA | Validate configuration, JWT authentication, current-user access, and optional OpenAPI availability. |
| list_dashboardsA | List dashboards with optional title search and bounded pagination. |
| get_dashboardA | Get dashboard metadata by numeric ID or slug. |
| get_dashboard_chartsC | Get chart definitions and form data for a dashboard. |
| get_dashboard_datasetsC | Get datasets referenced by a dashboard. |
| get_datasetB | Get dataset metadata by numeric ID. |
| list_datasetsA | List datasets with optional name search and bounded pagination. |
| update_dataset_sqlA | Preview or replace SQL for an existing virtual dataset; confirm=true is required. |
| refresh_datasetA | Preview or refresh dataset columns from its SQL; confirm=true is required. |
| get_chartA | Get chart metadata by ID or UUID. |
| get_chart_dataA | Run the stored chart query and return its data; force bypasses the Superset cache. |
| create_virtual_datasetA | Preview or create a SQL-backed virtual dataset; confirm=true is required to write. |
| create_chartA | Preview or create a chart on a Superset dataset; confirm=true is required to write. |
| add_chart_to_dashboardA | Preview or add a chart to one or more dashboards; confirm=true is required to write. |
| update_chartA | Preview or update chart parameters/query context/dashboard links; confirm=true is required. |
| create_dashboardB | Preview or create a dashboard; confirm=true is required to write. |
| update_dashboardB | Preview or update dashboard layout/metadata/publication; confirm=true is required. |
| list_databasesB | List accessible Superset databases and their IDs. |
| execute_sqlB | Execute SQL unchanged through SQL Lab; Superset/database permissions are the safety boundary. |
| get_queryA | Get Superset query history/status details by query ID. |
| get_sql_resultA | Retrieve an asynchronous SQL Lab result using the resultsKey returned by execute_sql. |
| list_saved_queriesB | List saved SQL queries with optional label search. |
| get_saved_queryA | Get one saved query by ID. |
| create_saved_queryA | Preview or create a saved query. No write occurs unless confirm is true. |
| update_saved_queryA | Preview or update a saved query, preserving unspecified fields; confirm=true is required to write. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amit-DAlal-1/superset_v4_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server