Databox MCP
Talk to your data with Databox MCP by enabling agentic analytics, automated data ingestion, and real-time conversational analytics to get proactive recommendations and instant BI answers, not just charts.
Databox MCP
Chat with your data. Anywhere.
Databox MCP is a Model Context Protocol server that connects your business data to AI assistants. Ask questions about your metrics in plain English—no SQL, no dashboard building, no data exports.
Overview
Databox MCP enables AI tools like Claude, Cursor, n8n, and Gemini CLI to access and analyze your Databox data conversationally. It transforms how you interact with business metrics—instead of navigating dashboards, you simply ask questions and get instant answers.
Key Benefits:
- Query your data using natural language
- Works with 130+ existing Databox integrations
- No additional cost for Databox users
- Setup in under 60 seconds
Supported AI Clients
| Client | Status |
|---|---|
| Claude Desktop | Supported |
| Claude Web | Supported |
| Cursor | Supported |
| n8n | Supported |
| Gemini CLI | Supported |
| Any MCP-compatible tool | Supported |
Quick Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"databox": {
"type": "http",
"url": "https://mcp.databox.com/mcp"
}
}
}
Claude Web / Claude Desktop App
- Go to Settings → Connectors
- Click Add Custom Connector
- Enter the remote server URL:
https://mcp.databox.com/mcp - Complete the authorization flow
Cursor
Add the Databox MCP server in Cursor's MCP settings with the URL https://mcp.databox.com/mcp.
n8n
Use an HTTP Request node pointing to https://mcp.databox.com/mcp and build your workflows from there.
Available Tools
Databox MCP exposes 16 tools for interacting with your data:
Account Management
- list_accounts – List all Databox accounts you have access to
Data Sources
- list_data_sources – List data sources for an account
- create_data_source – Create a new data source
- delete_data_source – Remove a data source
- list_data_source_datasets – List datasets within a data source
Datasets
- create_dataset – Create a new dataset with schema definition
- delete_dataset – Remove a dataset
- ingest_data – Push data records into a dataset
- get_ingestion – Check ingestion status and metrics
- get_ingestions – List all ingestions for a dataset
Metrics
- list_metrics – List all metrics available for a data source (Google Analytics, Stripe, etc.)
- load_metric_data – Load metric data over a date range with optional dimensions and time-series granulation
AI-Powered Analysis
- ask_genie – Query your data using natural language (powered by Genie AI)
- Supports conversation threading for follow-up questions
- Translates business questions into precise queries
- Returns calculated results, not LLM approximations
Utilities
- get_current_datetime – Get current date/time for resolving relative date expressions
How It Works
Databox MCP uses a three-layer architecture to ensure accurate, reliable answers:
- Data Platform – Structured datasets with schemas, types, and validation
- Analytic Query Engine – Executes actual queries (aggregations, joins, filters)
- Semantic Layer – Understands business definitions and metric relationships
The AI never touches your calculations directly. It formulates queries, the engine executes them, and the AI summarizes the results. This means you get real calculations, not statistical approximations.
Authentication
Databox MCP uses secure authentication:
- OAuth 2.0 for user authorization
- JWT token validation for secure sessions
- API key authentication for programmatic access
Your data remains within your Databox account with existing governance standards. AI access is limited to explicitly granted data permissions.
Security
- Encrypted connections (HTTPS)
- Scope-based authorization
- Audit trails and ingestion history
- No vendor lock-in (universal MCP standard)
- Data isolation per account
Use Cases
Ad-hoc Analysis
"What was our conversion rate last week compared to the previous week?"
Cross-source Insights
"Calculate ROAS by combining ad spend from Google Ads with revenue from Stripe"
Trend Detection
"Which product category has the highest refund rate this quarter?"
Automated Alerts
"Alert me if the 3-day conversion rate drops below 2%"
Data Cleanup
Push messy CSV exports and let Databox normalize dates, formats, and schemas automatically
Direct Metric Queries
"Show me Google Analytics sessions for the last 30 days broken down by traffic source"
Time-Series Analysis
"Load daily page views for January with weekly aggregation"
Dimension Breakdowns
"What are the top 10 countries by revenue from Stripe?"
Resources
- Databox MCP Landing Page
- Blog: Chat with Your Data Anywhere
- Model Context Protocol Specification
- Databox Help Center
Support
For questions and support:
- Visit the Databox Help Center
- Contact support@databox.com
Built by Databox — Track all your business metrics in one place.
Related Servers
Pulumi
Manage cloud infrastructure using Pulumi's Infrastructure as Code (IaC) platform. Requires the Pulumi CLI to be installed.
Weather MCP Server
Provides current weather data and allows for city comparisons.
Replicate
Run AI models for tasks like image generation using the Replicate API.
DEX Metrics MCP
Tracks DEX trading volume metrics from Dune Analytics, segmented by blockchain, aggregator, and more.
statsWR
An MCP server that allows AI agents to interact with the statsWR API.
Strava MCP Server
A server that connects to the Strava API, allowing language models to access Strava data and features.
DigitalOcean
Provides comprehensive access to all DigitalOcean API endpoints, dynamically extracted from their OpenAPI specification.
Crypto MCP Server
Fetches real-time cryptocurrency prices from the CoinGecko API.
iFlytek Spark Agent
Invoke task chains on the iFlytek SparkAgent Platform.
DMARC MCP Server
DMARC MCP Server provides programmatic read only access to DNS and email authentication data so developers and AI agents can validate DMARC, SPF, and DKIM configurations directly inside MCP compatible tools.