Connect Your AI Agent with Mode for Slack

Integrate Mode MCP server into your Slack workspace for instant access to your AI agent.

No credit card neededOr, book a demo
Documentation
Back to MCP Servers
Mode
Mode
Answer any question, fast. Mode brings SQL, Python, Rstats and custom visualizations together in one analytics platform.

Categories

Data Analytics

Available Tools

Tools that your AI agent can use through this MCP server to interact with Mode

Update Report

Update a report's name, description, or move it to a different space. See the documentation

Update Query

Update an existing query in a report. See the documentation

Run Report

Trigger a new run of a report. Returns a run object whose token can be passed to Get Report Run to poll the run state. See the documentation

List Spaces

List the spaces (called Collections in the Mode UI) visible to the authenticated user. See the documentation

List Reports

List the reports belonging to a specific space. See the documentation

List Report Runs

List the runs for a given report. See the documentation

List Queries

List all queries belonging to a report. Use List Reports to find the report token, then use this to find query tokens for Get Query, Update Query, and Delete Query. See the documentation

List Data Sources

List the data sources in the organization. Each object contains an integer id (used by Create Query / Update Query) and a string token (used by Get Data Source). See the documentation

Get Report

Retrieve a single report by its token. See the documentation

Get Report Run

Retrieve a single report run, including its state (pending, enqueued, running_notebook, succeeded, failed, cancelled, completed). Use this to poll a run triggered by Run Report. See the documentation

Get Query

Retrieve a single query within a report. See the documentation

Get Data Source

Retrieve a single data source by its token. See the documentation

Get Account

Retrieve the Mode workspace/account object for the connected organization. Call this to confirm the authenticated organization and inspect its plan and counts. See the documentation

Delete Report

Permanently delete a report. See the documentation

Delete Query

Permanently delete a query from a report. See the documentation

Create Query

Create a new query in a report. See the documentation