The Superset MCP Integration provides AI assistants with programmatic access to Apache Superset's data visualization and analytics capabilities through a comprehensive set of tools. Built with Python using FastMCP, it enables operations like dashboard management, chart creation, SQL query execution, and database administration via authenticated API calls. The implementation handles token management, automatic refreshing, and proper error handling to maintain secure connections with Superset instances. It's particularly valuable for users who want to leverage AI assistants to explore data, create visualizations, and manage analytics workflows without leaving their conversational interface.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Check if the current access token is valid.
Refresh the access token.
Authenticate with Superset.
List all dashboards.
Get a specific dashboard.
Create a new dashboard.
Update an existing dashboard.
Delete a dashboard.
List all charts.
Get a specific chart.
Create a new chart.
Update an existing chart.
Delete a chart.
List all databases.
Get a specific database.
Create a new database connection.
List tables in a database.
Get schemas for a database.
Test a database connection.
Update an existing database connection.
Delete a database connection.
Get catalogs for a database.
Get database connection information.
Get function names supported by a database.
Get charts and dashboards associated with a database.
Validate arbitrary SQL against a database.
Validate database connection parameters.
List all datasets.
Get a specific dataset.
Create a new dataset.
Execute a SQL query.
List saved SQL queries.
Format a SQL query.
Get query results.
Estimate query cost.
Export query results to CSV.
Get SQL Lab bootstrap data.
List all queries.
Get a specific query.
Stop a running query.
Get a specific saved query.
Create a new saved query.
Get current user info.
Get user roles.
Get recent activity data.
Get menu data.
Get the base URL of the Superset instance.
List all tags.
Create a new tag.
Get a specific tag.
Get objects associated with tags.
Delete a tag.
Add a tag to an object.
Remove a tag from an object.
Create form data for chart exploration.
Get form data for chart exploration.
Create a permalink for chart exploration.
Get a permalink for chart exploration.
Convert a value to an advanced data type.
List available advanced data types.