streamable-httpupdated 10d ago
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.
What can you do with Basedash?
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
| Tool | What it does |
|---|---|
ask_question |
Ask a question of live workspace data and get a governed answer |
get_data_sources |
List data sources available in the workspace |
create_dashboard |
Create a dashboard and return its durable Basedash URL |
edit_dashboard |
Edit a dashboard and return its durable Basedash URL |
create_chart |
Create a chart, optionally on a dashboard, with its Basedash URL and screenshot link when available |
edit_chart |
Edit a chart and return its Basedash URL and screenshot link when available |
list_dashboards |
List dashboards in the workspace |
get_dashboard |
Get a dashboard and its charts |
list_charts |
List charts in the workspace |
get_chart |
Get 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.
Install
Add Basedash to your client. Pick the one you use.
claude mcp add --transport http basedash https://charts.basedash.com/api/public/mcpcodex mcp add basedash --url https://charts.basedash.com/api/public/mcp{
"mcpServers": {
"basedash": {
"url": "https://charts.basedash.com/api/public/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"basedash": {
"type": "http",
"url": "https://charts.basedash.com/api/public/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"basedash": {
"url": "https://charts.basedash.com/api/public/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"basedash": {
"serverUrl": "https://charts.basedash.com/api/public/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
10 tools
Basedash exposes 10 tools to a connected agent.
- ask_question
- Ask a question of live workspace data and get a governed answer
- get_data_sources
- List data sources available in the workspace
- create_dashboard
- Create a dashboard and return its durable Basedash URL
- edit_dashboard
- Edit a dashboard and return its durable Basedash URL
- create_chart
- Create a chart, optionally on a dashboard, with its Basedash URL and screenshot link when available
- edit_chart
- Edit a chart and return its Basedash URL and screenshot link when available
- list_dashboards
- List dashboards in the workspace
- get_dashboard
- Get a dashboard and its charts
- list_charts
- List charts in the workspace
- get_chart
- Get a chart and its details
Score
56 / 100
Adequate
- Documentation8/25
- Maintenance19/25
- Trust9/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 10 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 20, 2026 |