# PhantomBuster MCP Node

> Access PhantomBuster MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `phantombustermcp_agents_delete`
* `phantombustermcp_agents_fetch`
* `phantombustermcp_agents_fetch_all`
* `phantombustermcp_agents_fetch_deleted`
* `phantombustermcp_agents_fetch_output`
* `phantombustermcp_agents_launch`
* `phantombustermcp_agents_launch_soon`
* `phantombustermcp_agents_save`
* `phantombustermcp_agents_stop`
* `phantombustermcp_agents_unschedule_all`
* `phantombustermcp_branches_create`
* `phantombustermcp_branches_delete`
* `phantombustermcp_branches_diff`
* `phantombustermcp_branches_fetch_all`
* `phantombustermcp_branches_release`
* `phantombustermcp_buyers_personas_fetch_all`
* `phantombustermcp_containers_fetch`
* `phantombustermcp_containers_fetch_all`
* `phantombustermcp_containers_fetch_output`
* `phantombustermcp_containers_fetch_result_object`
* `phantombustermcp_icps_fetch_all`
* `phantombustermcp_identities_events_save`
* `phantombustermcp_identities_generate_token`
* `phantombustermcp_identities_save`
* `phantombustermcp_identities_save_with_token`
* `phantombustermcp_identities_search`
* `phantombustermcp_org_storage_companies_objects_save`
* `phantombustermcp_org_storage_companies_objects_save_many`
* `phantombustermcp_org_storage_companies_objects_search`
* `phantombustermcp_org_storage_filter_help`
* `phantombustermcp_org_storage_leads_by_list_listid`
* `phantombustermcp_org_storage_leads_delete_many`
* `phantombustermcp_org_storage_leads_objects_delete`
* `phantombustermcp_org_storage_leads_objects_save`
* `phantombustermcp_org_storage_leads_objects_save_many`
* `phantombustermcp_org_storage_leads_objects_search`
* `phantombustermcp_org_storage_leads_save`
* `phantombustermcp_org_storage_leads_save_many`
* `phantombustermcp_org_storage_lists_delete`
* `phantombustermcp_org_storage_lists_fetch`
* `phantombustermcp_org_storage_lists_fetch_all`
* `phantombustermcp_org_storage_lists_save`
* `phantombustermcp_orgs_export_agent_usage`
* `phantombustermcp_orgs_export_container_usage`
* `phantombustermcp_orgs_fetch`
* `phantombustermcp_orgs_fetch_agent_groups`
* `phantombustermcp_orgs_fetch_crm_access`
* `phantombustermcp_orgs_fetch_crm_resources`
* `phantombustermcp_orgs_fetch_resources`
* `phantombustermcp_orgs_fetch_running_containers`
* `phantombustermcp_orgs_save`
* `phantombustermcp_orgs_save_agent_groups`
* `phantombustermcp_orgs_save_crm_contact`
* `phantombustermcp_scripts_access_list`
* `phantombustermcp_scripts_code`
* `phantombustermcp_scripts_delete`
* `phantombustermcp_scripts_fetch`
* `phantombustermcp_scripts_fetch_all`
* `phantombustermcp_scripts_save`
* `phantombustermcp_scripts_visibility`
* `phantombustermcp_users_fetch_me`
* `phantombustermcp_users_update_me`

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