KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Phantombuster MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Phantombuster.

Phantombuster CLI Matrix

Use these pages for direct Phantombuster CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.