# Basedash [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Basedash/mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/basedash

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "basedash": {
    "url": "https://www.basedash.com"
  }
}
```

## Documentation & README

# Basedash MCP

Remote MCP server for [Basedash](https://www.basedash.com), 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 |

## Connect

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

Docs: [basedash.com/features/mcp-server](https://www.basedash.com/features/mcp-server)

## Registry

Published to the [official MCP Registry](https://registry.modelcontextprotocol.io) as `com.basedash/mcp`.

