# Profound MCP Node

> Access Profound MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `profoundmcp_get_bots_report`
* `profoundmcp_get_citations_report`
* `profoundmcp_get_prompt_answers`
* `profoundmcp_get_referrals_report`
* `profoundmcp_get_sentiment_report`
* `profoundmcp_get_visibility_report`
* `profoundmcp_list_categories`
* `profoundmcp_list_domains`
* `profoundmcp_list_models`
* `profoundmcp_list_organizations`
* `profoundmcp_list_prompts`
* `profoundmcp_list_regions`
* `profoundmcp_list_tags`
* `profoundmcp_list_topics`
* `profoundmcp_whoami`

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