# Apify MCP Node

> Access Apify MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `apifymcp_abort_actor_run`
* `apifymcp_call_actor`
* `apifymcp_fetch_actor_details`
* `apifymcp_fetch_apify_docs`
* `apifymcp_get_actor_run`
* `apifymcp_get_dataset_items`
* `apifymcp_get_key_value_store_record`
* `apifymcp_rag_web_browser`
* `apifymcp_report_problem`
* `apifymcp_search_actors`
* `apifymcp_search_apify_docs`

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