Skip to main content

vibedasher-mcp

An MCP server that exposes the Vibedasher data engine — datasets, CSV upload + ETL, headless SQL query, and dashboard (viz) management — as tools a customer's AI (Claude Code, Cursor, ...) can drive directly.

This is the control plane (VD-601, PIVOT/PLAN.md EP-6). It wraps the published vibedasher Python SDK and calls only the public, metered /api/v1/* API.

Install: pip install vibedasher-mcp — live on PyPI since 2026-08-09, as are vibedasher (PyPI) and @vibedasher/client (npm).

The eject tools (VD-602) ship in this package, not separately: eject_viz, eject_instructions and get_viz_files are registered by register_eject_tools() in eject.py. They pull a viz's code plus an SDK-wiring manifest so your AI can recreate the dashboard natively in your stack.

Tools

Tool What it does
list_datasets List datasets the key can read (id, name, cleanSQLName, status).
get_dataset(dataset_id) One dataset's metadata + column schema.
upload_dataset(name, csv_content, ...) Create a CSV dataset, upload, load, poll to READY.
run_query(dataset_ids, sql, params) Inline alias-only SQL across your datasets (plural datasetIds, joins allowed) → typed columns + rows.
list_vizzes(include_unpublished=False) List dashboards.
get_viz(viz_id) One viz's metadata.
create_viz(name, dataset_ids, seed_id/dashboard_config, ...) Create a viz (AI dashboard-build entry).
build_viz(viz_id, branch) Compile a viz branch into a renderable bundle.
eject_viz(viz_id, branch) (eject) The viz's runnable source tree + package.json + Tailwind config + wiring manifest.
eject_instructions() (eject) How to recreate an ejected dashboard in your app — the query contract, auth modes, region sharding, and the host-bundler traps.
get_viz_files(viz_id, branch) (eject) Raw file tree for a viz branch.

run_query reuses the SDK's hand-written query() transport (VD-301): the caller never sees inline-vs-presigned delivery, MessagePack, or retries — one call in, typed rows out. Each dataset id resolves server-side to that dataset's cleanSQLName alias under the VD-203 RLS/alias-rewrite; SQL references only aliases.

Auth

API key only, via X-Api-Key (handled by the SDK's create_client). Set:

export VIBEDASHER_API_KEY=...           # mint via `POST /v1/api-keys` or the console
export VIBEDASHER_REGION=eu-central-1   # or us-east-1
# export VIBEDASHER_BASE_URL=...        # optional override (on-prem/staging)

The key is read once at first tool call and is never logged or echoed in any tool result.

Metering

Every tool hits the public, metered endpoints (create_dataset is credit-gated; run_query is metered via the usage/credits event). The MCP adds no side channel and bypasses no metering.

Run

pip install vibedasher-mcp        # (monorepo dev: also make `vibedasher` importable)
vibedasher-mcp                    # stdio MCP server
# or:  python -m vibedasher_mcp

MCP client config (Claude Code / Cursor):

{
  "mcpServers": {
    "vibedasher": {
      "command": "vibedasher-mcp",
      "env": { "VIBEDASHER_API_KEY": "...", "VIBEDASHER_REGION": "eu-central-1" }
    }
  }
}

Development

The package depends on the sibling SDK at ../sdk/py. Tests wire that path automatically (tests/conftest.py), so from packages/mcp:

python -m pytest tests/ -q

Note: fastmcp is a client-side dependency of this standalone package; it is not bundled into the API Lambdas, so the export_requirements.py step in the root CLAUDE.md does not apply here.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vibedasher_mcp-0.1.2.tar.gz (55.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vibedasher_mcp-0.1.2-py3-none-any.whl (42.5 kB view details)

Uploaded Python 3

File details

Details for the file vibedasher_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: vibedasher_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 55.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for vibedasher_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c045c3209bd71d8434ce615e38943b5f7328fd98bb6e3d320995065acfd6eb9b
MD5 c3e3d1b5fc4c1037e89b26fed1b9cbc6
BLAKE2b-256 dac186fa5aa58d25c27e5fe7f76ca4ac9b3dc0bfce5a15760b67940f1de00616

See more details on using hashes here.

File details

Details for the file vibedasher_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: vibedasher_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 42.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.16 {"installer":{"name":"uv","version":"0.11.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for vibedasher_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bd795490be26b22a0389a600d55786dcdccc05585862535f2e85fa2aa62612fe
MD5 9eab491767c1c0e01185ebd5a85c6f8a
BLAKE2b-256 fb7fcaafe67254c9d42e516a984c18652cdf3b95bc012362d8f54affc9efff3f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page