# Firecrawl MCP Node

> Access Firecrawl MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `firecrawlmcp_firecrawl_agent`
* `firecrawlmcp_firecrawl_agent_status`
* `firecrawlmcp_firecrawl_check_crawl_status`
* `firecrawlmcp_firecrawl_crawl`
* `firecrawlmcp_firecrawl_developer_search`
* `firecrawlmcp_firecrawl_feedback`
* `firecrawlmcp_firecrawl_interact`
* `firecrawlmcp_firecrawl_interact_stop`
* `firecrawlmcp_firecrawl_map`
* `firecrawlmcp_firecrawl_monitor_check`
* `firecrawlmcp_firecrawl_monitor_checks`
* `firecrawlmcp_firecrawl_monitor_create`
* `firecrawlmcp_firecrawl_monitor_delete`
* `firecrawlmcp_firecrawl_monitor_get`
* `firecrawlmcp_firecrawl_monitor_list`
* `firecrawlmcp_firecrawl_monitor_run`
* `firecrawlmcp_firecrawl_monitor_update`
* `firecrawlmcp_firecrawl_parse`
* `firecrawlmcp_firecrawl_research_inspect_paper`
* `firecrawlmcp_firecrawl_research_read_paper`
* `firecrawlmcp_firecrawl_research_related_papers`
* `firecrawlmcp_firecrawl_research_search_github`
* `firecrawlmcp_firecrawl_research_search_papers`
* `firecrawlmcp_firecrawl_scrape`
* `firecrawlmcp_firecrawl_search`
* `firecrawlmcp_firecrawl_search_feedback`

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