KosmoKrator

automation

Pipedream MCP, CLI, and Lua Integration for AI Agents

Pipedream integration docs for AI agents: MCP gateway setup, Pipedream CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write Bearer token auth

Pipedream 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
pipedream
route_slug
pipedream
package
pipedream
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Pipedream MCP Client Matrix

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

Pipedream CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
pipedream.pipedream_list_workflows Read read 2 List automation workflows in Pipedream. Returns a paginated list of workflows with their IDs, names, and statuses.
pipedream.pipedream_get_workflow Read read 1 Get details of a specific Pipedream workflow by ID, including its configuration, steps, and current status.
pipedream.pipedream_list_components Read read 2 List available Pipedream components (actions, triggers, etc.). Components are reusable building blocks for connecting to third-party APIs.
pipedream.pipedream_get_component Read read 2 Get details of a specific Pipedream component by app and component key. Returns the component configuration, props, and version info.
pipedream.pipedream_list_connected_accounts Read read 2 List connected third-party accounts in Pipedream. These are the OAuth-connected accounts used by workflows to interact with external services.
pipedream.pipedream_list_triggers Read read 1 List event triggers for a specific Pipedream workflow. Triggers define the events that cause a workflow to run.
pipedream.pipedream_get_current_user Read read 0 Get the currently authenticated Pipedream user profile, including name, email, and workspace details.