Connect your account, then chat with AI to run tools.
Point Superset alert and report webhooks at MCPBundles and inspect deliveries in chat.
Try this workflow
Latest alert metadata
From the latest Superset delivery, read export.json name, header.notification_type, chart_id, and url — note if text is null.
Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.
Browse all toolsBuilt for
Analytics Teams, Data Teams, BI Engineers
Latest alert metadata
Interprets stored alert/report JSON metadata from a webhook fire.
From the latest Superset delivery, read export.json name, header.notification_type, chart_id, and url — note if text is null.
Report CSV values
Reads tabular export attachments when chart data was delivered as CSV.
List recent Superset deliveries and, for the newest report.csv capture, summarize export.rows column headers and the first data row.
Alert vs report history
Compares stored Superset webhook history across notification shapes.
List recent deliveries and compare header.notification_type, captured_at, and filenames — flag metadata-only JSON vs multipart CSV/PDF fires.
How do I connect Superset deliveries to MCPBundles?
Enable ALERT_REPORT_WEBHOOK in your Superset config, save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it as the Webhook URL when creating or editing an alert or report in Superset. Your agent reads stored deliveries — latest, history, and content — in chat.
Can an agent trigger a new delivery?
No. Ingest is read-only. Data arrives when Superset sends an alert or scheduled report; agents query what already landed.
Domain knowledge for Apache Superset Webhook — workflow patterns, data models, and gotchas for your AI agent.
Each stored delivery is one Superset Alerts & Reports webhook POST — fired when an alert SQL condition is met or a scheduled report runs. Superset also delivers via email and Slack; this connection only sees deliveries where Webhook is the notification method (requires the ALERT_REPORT_WEBHOOK feature flag upstream). Tools read what already landed; nothing here triggers a new alert or report send.
Superset branches on attachments:
When the alert or report has no file attachments, Superset POSTs a single JSON object:
There is no Metabase-style raw_data block in the generic webhook JSON. Chart or table values are not serialized inline — they arrive only as CSV/XLSX attachments on multipart report deliveries (see below). For metadata-only JSON fires, summarize from name, header, description, and url.
When the report includes CSV, Excel, PDF, or PNG screenshots, Superset switches to multipart:
Storage may hold separate records per part (metadata text fields plus each file). Correlate by nearby source.captured_at timestamps. Prefer report.csv / report.xlsx for tabular KPIs via export.rows; PDF and PNG parts may only expose export.text or binary metadata.
Return the most recently stored report — tabular rows, raw text, or JSON depending on format. Default starting point for current report questions.
List recent stored reports — ids, capture time, filename, and format. Follow with latest report or get report for full content.
Return one stored report by report_id — full content with the same source/export envelope as latest report.
Connection status — whether any reports have landed, when the last file arrived, filename, and stored report count. Includes the ingest URL only when ...
Enable ALERT_REPORT_WEBHOOK in your Superset config, save a connection on MCPBundles, copy the hosted ingest URL from the credential panel, and paste it as the Webhook URL when creating or editing an alert or report in Superset. Your agent reads stored deliveries — latest, history, and content — in chat.
No. Ingest is read-only. Data arrives when Superset sends an alert or scheduled report; agents query what already landed.
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/superset-webhook. Authentication is handled automatically.
Apache Superset Webhook provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Apache Superset Webhook uses API Key. Apache Superset Webhook requires credentials. Connect via MCPBundles and authentication is handled automatically.
Connect Apache Superset Webhook to any MCP client in minutes
https://mcp.mcpbundles.com/bundle/superset-webhookThe link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.
Apache Superset Webhook and paste the MCP URL into Remote MCP server URL.Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).
More analytics integrations you might like
Oura provides an API for accessing user health and activity data collected via the Oura Ring, includ...
Twelve Data provides real-time and historical market data for stocks, forex, crypto, ETFs, mutual fu...
Clazar is a marketing analytics platform that enables businesses to extract insights from their mark...
Toast is a restaurant POS and management platform. Read sales summaries, check-level tickets, labor ...
Strava is a fitness tracking application that allows users to record and analyze their workouts, tra...
Read Omni scheduled dashboard or CSV export deliveries posted to your hosted ingest URL.