# Databox MCP Node

> Access Databox MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/databoxmcp-node

## Content

## Description
Access Databox MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `databoxmcp_ask_genie`
* `databoxmcp_create_data_source`
* `databoxmcp_create_dataset`
* `databoxmcp_delete_data_source`
* `databoxmcp_delete_dataset`
* `databoxmcp_get_current_datetime`
* `databoxmcp_get_databoard_by_id`
* `databoxmcp_get_dataset_ingestions`
* `databoxmcp_get_date_ranges`
* `databoxmcp_get_ingestion`
* `databoxmcp_ingest_data`
* `databoxmcp_list_accounts`
* `databoxmcp_list_data_source_datasets`
* `databoxmcp_list_data_sources`
* `databoxmcp_list_merged_datasets`
* `databoxmcp_list_metrics`
* `databoxmcp_load_metric_data`
* `databoxmcp_refresh_chart_data`
* `databoxmcp_search_databoards`

## Use Cases
1. **Automate Databox MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.