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.
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.
安装
把 Basedash 添加到你的客户端。选择你正在使用的那个。
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 个工具
Basedash 向已连接的智能体提供 10 个工具。
- 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
评分
56 / 100
尚可
- 文档8/25
- 维护19/25
- 可信度9/20
- 能力8/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年8月20日 |