How to integrate Phantombuster MCP with OpenClaw

Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Phantombuster logo
OpenClaw logo
divider

Introduction

OpenClaw is the fastest growing agent harness out there, which can work 24/7 to automate almost any kind of tasks. However, its capabilities are limited to the tools it has access to. Composio allows your OpenClaw to access Phantombuster with authentication management handled for you. You can execute actions on Phantombuster via your favorite OpenClaw interface (Telegram, WhatsApp, TUI, etc), whichever you prefer.

Also integrate Phantombuster with

Why use Composio?

Apart from a managed and hosted MCP server, you will get:

  • Programmatic tool calling allows LLMs to write its code in a remote workbench to handle complex tool chaining. Reduces to-and-fro with LLMs for frequent tool calling.
  • Handling Large tool responses out of LLM context to minimize context rot.
  • Dynamic just-in-time access to 20,000 tools across 1000+ other Apps for cross-app workflows. It loads the tools you need, so LLMs aren't overwhelmed by tools you don't need.

How to install Phantombuster with OpenClaw

Using Composio API Key and Setup Prompt

Copy the setup prompt from the OpenClaw dashboard
  • Run it in your OpenClaw chat interface.
  • Authenticate Phantombuster from the dashboard
  • Go back to your OpenClaw interface and start asking questions.

Using OpenClaw/Composio Plugin

1. Install OpenClaw Composio plugin

bash
openclaw plugins install @composio/openclaw-plugin

2. Copy the API Key from dashboard.composio.dev

3. Setup OpenClaw Config

bash
openclaw config set plugins.entries.composio.config.consumerKey "ck_your_key_here"

4. Restart OpenClaw

bash
openclaw gateway restart

5. Go to your chat interface and start asking questions.

6. When prompted, authenticate the app and you're all set.

How It Works

The plugin connects to Composio's MCP server at https://connect.composio.dev/mcp and registers all available tools directly into the OpenClaw agent. Tools are called by name — no extra search or execute steps needed.

If a tool returns an auth error, the agent will prompt you to connect that toolkit at dashboard.composio.dev.

Configuration

bash
{
  "plugins": {
    "entries": {
      "composio": {
        "enabled": true,
        "config": {
          "consumerKey": "ck_your_key_here"
        }
      }
    }
  }
}
OptionDescriptionDefault
enabledEnable or disable the plugintrue
consumerKeyYour Composio consumer key (ck_...)
mcpUrlMCP server URL (advanced)https://connect.composio.dev/mcp

What is the Phantombuster MCP server, and what's possible with it?

The Phantombuster MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Phantombuster account. It provides structured and secure access to your web automation and data extraction tools, so your agent can perform actions like running agents, fetching reports, exporting usage data, and managing your automations on your behalf.

  • Agent management and monitoring: Instantly list, audit, or fetch details about all your Phantombuster agents and see which are active, deleted, or grouped together.
  • Data extraction and export: Have your agent export detailed usage reports or download CSVs of agent and container activity for analytics and compliance.
  • Automation workflow insight: Get visibility into branches, containers, and deployment differences—helping you track automation changes and resource usage.
  • Organization and account overview: Let your agent retrieve comprehensive organization information or check current API key associations for security and collaboration.
  • IP geolocation support: Enable your agent to look up the physical location of specific IP addresses for auditing or compliance checks.

Supported Tools & Triggers

Tools
Abort Agent (v1)Tool to abort all running instances of an agent using the legacy v1 API.
Delete AgentTool to delete an agent by id.
Delete Lead ObjectsTool to delete one or more lead objects from organization storage.
Delete Many LeadsTool to delete multiple leads from organization storage.
Delete ListTool to delete a storage list by id (Beta).
Delete ScriptTool to delete a script by id.
Get AgentTool to get an agent by its ID.
Get Agent Containers (v1)Tool to get a list of ended containers for an agent, ordered by date.
Get Agent Output (v1)Tool to get incremental data from an agent including console output, status, progress and messages.
Get All AgentsTool to fetch all agents associated with the current user or organization.
Get Deleted AgentsTool to get deleted agents for the current user or organization.
Get Branches DiffTool to get the length difference between the staging and release branch of all scripts.
Get All BranchesTool to fetch all branches associated with the current organization.
Get Containers Fetch AllTool to get all containers associated with a specified agent.
Get Leads By ListTool to fetch leads by their list ID.
Get IP LocationTool to retrieve the country of a given or environment IP address.
Export Agent Usage CSVTool to export agent usage CSV for current organization.
Export Container Usage CSVTool to export container usage CSV for current organization.
Get OrganizationTool to fetch current organization details.
Get Agent GroupsTool to get agent groups and order for the current organization.
Get Organization ResourcesTool to get current organization's resources and usage.
Get Org Running ContainersTool to get the current organization's running containers.
Get Org Storage Lists Fetch AllTool to fetch all storage lists for the authenticated organization.
Get ScriptTool to fetch a script by its unique ID.
Get Script by NameTool to retrieve a script by its name from Phantombuster (Legacy v1 API).
Get Script CodeTool to get the code of a script.
Get All ScriptsTool to fetch all scripts for the current user.
Get User InformationTool to get information about your PhantomBuster account and your agents using the legacy v1 API.
Unschedule All Agent LaunchesTool to unschedule all scheduled launches for agents.
Request AI CompletionTool to request a text completion from the AI module.
Create BranchTool to create a new branch.
Delete BranchTool to delete a branch by id.
Solve hCaptchaTool to solve an hCaptcha challenge.
Generate Identity TokenTool to generate an identity token for PhantomBuster.
Save Many LeadsTool to save multiple leads (1-20) to organization storage in a single batch operation (Beta).
Solve reCAPTCHATool to solve a reCAPTCHA challenge (v2 or v3).
Update Script VisibilityTool to update the visibility of a script.
Release BranchTool to release a script branch.
Save AgentTool to create a new agent or update an existing one.
Save Agent GroupsTool to update agent groups and order for the current user's organization.
Save Company ObjectTool to save one company object to the organization storage.
Save Many Company ObjectsTool to save many company objects to organization storage.
Save Identity EventTool to save an identity event to Phantombuster.
Save LeadTool to save or update a lead in Phantombuster org storage.
Save Lead ObjectTool to save a lead object to organization storage.
Save Many Lead ObjectsTool to save multiple lead objects to Phantombuster's organization storage.
Save ListTool to save (create or update) a list with filter criteria.
Save ScriptTool to create a new script or update an existing one.
Search Company ObjectsTool to search company objects in Phantombuster's organizational storage.
Search Lead ObjectsTool to search lead objects in Phantombuster org storage.
Stop AgentTool to stop a running agent.
Update Script (v1 API)Tool to update an existing script or create a new one if it does not exist (Legacy v1 API).
Update Script Access ListTool to update the access list of a script.

Conclusion

You've successfully integrated Phantombuster with OpenClaw using Composio plugin. Now interact with Phantombuster directly from your terminal, Web UI, or any messenger app using natural language commands.

Key benefits of this setup:

  • Seamless integration across TUI, Web UIs, and Messenger apps like Telegram, WhatsApp, Slack, etc.
  • Natural language commands for Phantombuster operations
  • Managed authentication through Composio
  • Access to 20,000+ tools across 1000+ apps for cross-app workflows
  • Programmatic tool calling for complex tool chaining

Next steps:

  • Try asking OpenClaw to perform various Phantombuster operations
  • Explore cross-app workflows by connecting more toolkits like Calendar, Slack, Notion, etc.
  • Build complex automation scripts that leverage OpenClaw's 24/7 running capabilities

How to build Phantombuster MCP Agent with another framework

FAQ

What are the differences in Tool Router MCP and Phantombuster MCP?

With a standalone Phantombuster MCP server, the agents and LLMs can only access a fixed set of Phantombuster tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Phantombuster and many other apps based on the task at hand, all through a single MCP endpoint.

Can I use Tool Router MCP with OpenClaw?

Yes, you can. OpenClaw fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Phantombuster tools.

Can I manage the permissions and scopes for Phantombuster while using Tool Router?

Yes, absolutely. You can configure which Phantombuster scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Phantombuster data and credentials are handled as safely as possible.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.