Skip to content
Databox MCP

Databox MCP

Added to Onei
7 views

Summary

Chat with your live Databox metrics and dashboards from Claude, Cursor, ChatGPT, and n8n — read-only, no CSV exports.

Features

  • Query live Databox metrics and dashboards in natural language
  • Consolidated view across all connected data sources
  • Read-only by design — agents cannot modify your data
  • Remote HTTP server, bearer-token authenticated
  • Works with Claude, Cursor, ChatGPT, and n8n

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it, filling in the environment variables with your own values.
  3. Restart the agent — the "Databox MCP" tools will be available.
{
  "mcpServers": {
    "databox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.databox.com/mcp"
      ],
      "env": {
        "DATABOX_ACCESS_TOKEN": "your-databox-access-token"
      }
    }
  }
}

Description

Databox MCP exposes the business metrics and dashboards you have already connected in Databox to AI tools over the Model Context Protocol. Instead of exporting a CSV or writing SQL, you ask questions in plain language — "how did paid campaigns perform last week versus the week before?" — and the agent queries your live data directly.

Because Databox already aggregates data from sources like Google Analytics, HubSpot, Stripe, Shopify, and Facebook Ads, a single MCP connection gives an agent a consolidated view across all of them rather than one integration per tool.

It is a remote, read-only HTTP MCP server at https://mcp.databox.com/mcp, authenticated with a bearer access token you generate under Databox Settings → MCP. Read-only access means an agent can analyze and report but cannot alter your dashboards or underlying data. It is included at no extra cost on Databox's paid plans and during the 14-day trial.

Related MCP Servers

New

InfluxData's official MCP server for InfluxDB 3 — schema discovery, bounded SQL and InfluxQL queries, line-protocol writes and token administration across Core, Enterprise and Cloud.

Featured

Mixpanel's official hosted MCP server — 80+ tools for querying product analytics, building boards, managing cohorts and metrics, and reading session replays.

Browse all MCP servers →