MCP server for read-only access to dashboard databases
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"dashboards-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Dashboards MCP MCP (Model Context Protocol) server that gives Claude read-only access to dashboard databases. ## Requirements - [uv](https://docs.astral.sh/uv/) — install once: `curl -LsSf https://astral.sh/uv/install.sh | sh` - `BASE_URL` and `AUTH_KEY` — provided separately ## Connecting to Claude Desktop Add to `~/Library/Application Support/Claude/claude_desktop_config.json`: ```json { "mcpServers": { "dashboards": { "command": "uvx", "args": [ "dashboards-mcp" ], "env": { "BASE_URL": "https://your-api-gateway.example.com", "AUTH_KEY": "your_secret_key" } } } } ``` Restart Claude Desktop. The server installs and starts automatically. ## Connecting to Claude Code (CLI) ```bash claude mcp add dashboards \ -e BASE_URL=https://your-api-gateway.example.com \ -e AUTH_KEY=your_secret_key \ -- uvx dashboards-mcp ``` ## Local development ```bash cp .env.example .env # fill in BASE_URL and AUTH_KEY uv run --env-file .env dashboards-mcp ``` ## Updating To pick up the latest version, remove the cached install and restart Claude: ```bash uv cache clean ``` ## Environment variables | Variable | Required | Default | Description | |---|---|---|---| | `BASE_URL` | Yes | — | API gateway base URL (HTTPS only) | | `AUTH_KEY` | Yes | — | Authentication key | | `MAX_ROWS` | No | `500` | Maximum rows returned per query | | `CONNECTION_TIMEOUT` | No | `30` | HTTP connection timeout in seconds | ## Available tools | Tool | Description | |---|---| | `set_country` | Set the active database | | `list_tables` | List all tables in the active database | | `describe_table` | Get column definitions for a table | | `execute_query` | Run a SELECT query against the active database | Only SELECT statements are allowed. Results are capped at `MAX_ROWS` rows by default.
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.