Search DevTools

Jump to any tool or page

Basedash

Governed BI MCP. Ask questions of live company data and list workspace sources via OAuth.

Basedash0 stars0 forksDeveloper Tools
View source

Install

mcp_config.json

{
  "mcpServers": {
    "com-basedash-mcp": {
      "url": "https://charts.basedash.com/api/public/mcp",
      "type": "streamable-http"
    }
  }
}

Documentation

Basedash MCP

Remote MCP server for Basedash, the AI-native BI platform. Connect Claude, Cursor, ChatGPT, and other MCP clients to live company data with governed answers.

Endpoint: https://charts.basedash.com/api/public/mcp
Transport: Streamable HTTP
Auth: Browser OAuth (no API key)

Tools

ToolWhat it does
ask_questionAsk a question of live workspace data and get a governed answer
get_data_sourcesList data sources available in the workspace
create_dashboardCreate a dashboard and return its durable Basedash URL
edit_dashboardEdit a dashboard and return its durable Basedash URL
create_chartCreate a chart, optionally on a dashboard, with its Basedash URL and screenshot link when available
edit_chartEdit a chart and return its Basedash URL and screenshot link when available
list_dashboardsList dashboards in the workspace
get_dashboardGet a dashboard and its charts
list_chartsList charts in the workspace
get_chartGet a chart and its details

Connect

Point any MCP client at the endpoint above and complete the Basedash OAuth prompt.

Docs: basedash.com/features/mcp-server

Registry

Published to the official MCP Registry as com.basedash/mcp.

Sourced from the repository README.

More in Developer Tools