7 days ago
The Databox MCP server empowers your AI tools to talk to your data, enabling agentic analytics, automated data ingestion, and real-time conversational analytics. It transforms Databox into an intelligent backend for your LLMs, allowing tools like ChatGPT, Claude and Cursor to query metrics and KPIs across 130+ platforms using natural language with zero SQL required.
Unlike standard read-only connectors, this server supports bidirectional workflows: your agents can autonomously ingest structured or unstructured data and trigger real-time decisions based on your business performance.
Server Config
{
"mcpServers": {
"databox": {
"command": "npx",
"args": [
"-y",
"@databox/mcp-server"
],
"env": {
"DATABOX_API_TOKEN": "your-api-token"
}
}
}
}