P
Pipe2.ai
/run_pipeline
run pipeline
Run an AI pipeline by slug with the given input. Use list_pipelines to discover available pipelines and get_pipeline_schema to see required inputs. Returns a ru
liveunknown~5s typical
mcppipe2.ai
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-pipe2-mcp /run_pipeline for me.
Input
| Field | Type | Description |
|---|---|---|
| input* | object | Pipeline input fields as a JSON object. Use get_pipeline_schema to see required fields for |
| pipeline_slug* | string | The slug identifier of the pipeline to run (e.g., 'image-generator', 'video-generator') |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-pipe2-mcp","endpoint":"/run_pipeline","input":{"input":{},"pipeline_slug":"..."}}'cli
npx cracked-ai run -p mcp-ai-pipe2-mcp -e /run_pipeline -i '{"input":{},"pipeline_slug":"..."}'mcp
run_tool({ provider: "mcp-ai-pipe2-mcp", endpoint: "/run_pipeline", input: {"input":{},"pipeline_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.