automation
Phantombuster MCP, CLI, and Lua Integration for AI Agents
Phantombuster integration docs for AI agents: MCP gateway setup, Phantombuster CLI commands, Lua API reference, credentials, and function schemas.
6 functions 5 read 1 write API key auth
Phantombuster for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
phantombuster- route_slug
phantombuster- package
phantombuster- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Phantombuster CLIHeadless setup and direct function calls. Phantombuster MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Phantombuster MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Phantombuster.
Claude Code Phantombuster MCP setup for Claude Code. Cursor Phantombuster MCP setup for Cursor. Codex Phantombuster MCP setup for Codex. OpenAI Agents Phantombuster MCP setup for OpenAI Agents SDK. Claude Agent SDK Phantombuster MCP setup for Claude Agent SDK. Vercel AI SDK Phantombuster MCP setup for Vercel AI SDK. LangChain Phantombuster MCP setup for LangChain. LangGraph Phantombuster MCP setup for LangGraph. CrewAI Phantombuster MCP setup for CrewAI. MCP clients Phantombuster MCP setup for Generic MCP Clients.
Phantombuster CLI Matrix
Use these pages for direct Phantombuster CLI workflows in scripts, CI, cron, and agent wrappers.
CI Phantombuster CLI for CI. Cron Jobs Phantombuster CLI for cron jobs. Shell Scripts Phantombuster CLI for shell scripts. Headless Automation Phantombuster CLI for headless automation. Coding Agents Phantombuster CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
phantombuster.phantombuster_list_agents | Read read | 0 | List all Phantombuster agents in your account. Returns agent IDs, names, and status so you can inspect or launch them. |
phantombuster.phantombuster_get_agent | Read read | 1 | Get details for a specific Phantombuster agent, including its configuration, last run status, and output. |
phantombuster.phantombuster_launch_agent | Write write | 1 | Launch a Phantombuster agent to start an automation. Returns the container ID for tracking execution progress. |
phantombuster.phantombuster_list_containers | Read read | 0 | List all Phantombuster containers (execution runs). Returns container IDs, associated agent IDs, status, and timestamps. |
phantombuster.phantombuster_get_container | Read read | 1 | Get details for a specific Phantombuster container (execution run), including its status, output, and logs. |
phantombuster.phantombuster_get_current_user | Read read | 0 | Get the authenticated Phantombuster user profile, including account info and plan details. |