# Nimble MCP Node

> Access Nimble MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `nimblemcp_nimble_agent_run_async`
* `nimblemcp_nimble_agent_templates_get`
* `nimblemcp_nimble_agent_templates_list`
* `nimblemcp_nimble_agents_create`
* `nimblemcp_nimble_agents_delete`
* `nimblemcp_nimble_agents_generate`
* `nimblemcp_nimble_agents_get`
* `nimblemcp_nimble_agents_list`
* `nimblemcp_nimble_agents_run`
* `nimblemcp_nimble_agents_run_result`
* `nimblemcp_nimble_agents_run_status`
* `nimblemcp_nimble_agents_runs_list`
* `nimblemcp_nimble_agents_status`
* `nimblemcp_nimble_agents_update`
* `nimblemcp_nimble_agents_update_from_agent`
* `nimblemcp_nimble_crawl_list`
* `nimblemcp_nimble_crawl_run`
* `nimblemcp_nimble_crawl_status`
* `nimblemcp_nimble_crawl_terminate`
* `nimblemcp_nimble_extract`
* `nimblemcp_nimble_extract_async`
* `nimblemcp_nimble_extract_templates_generate`
* `nimblemcp_nimble_extract_templates_generation_status`
* `nimblemcp_nimble_extract_templates_get`
* `nimblemcp_nimble_extract_templates_list`
* `nimblemcp_nimble_extract_templates_run`
* `nimblemcp_nimble_extract_templates_run_async`
* `nimblemcp_nimble_extract_templates_update_from_template`
* `nimblemcp_nimble_map`
* `nimblemcp_nimble_search`
* `nimblemcp_nimble_task_results`

## Use Cases
1. **Automate Nimble 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.