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.
O que dá para fazer com 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.
Instalação
Adicione Basedash ao seu cliente. Escolha o que você usa.
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 ferramentas
Basedash expõe 10 ferramentas a um agente conectado.
- 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
Pontuação
56 / 100
Aceitável
- Documentação8/25
- Manutenção19/25
- Confiança9/20
- Capacidade8/15
- Instalação12/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
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 20 de ago. de 2026 |