P
Pipe2.ai
5 endpointsliveRun multi-step AI pipelines for video, image, audio and text: upload media, run, poll results. (MCP server ai.pipe2/mcp, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Pipe2.ai.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| get pipeline run status /get_pipeline_run_status | Check the status of a pipeline run. Returns status (pending/running/completed/failed), output data, error messages, timestamps, and generated asset URLs. | $0.0020 per call | unknown |
| get pipeline schema /get_pipeline_schema | Get the input schema for a specific pipeline. Returns the JSON Schema describing required and optional input fields. Use this before running a pipeline to under | $0.0020 per call | unknown |
| list pipelines /list_pipelines | List all available AI video/image pipelines. Returns name, slug, description, category, credit cost, and required providers for each active pipeline. | $0.0020 per call | unknown |
| request upload /request_upload | Request a presigned S3 upload URL for a file. Use this for pipeline inputs that require file URLs (e.g., images, videos, audio). **Two-step upload flow:** 1. C | $0.0020 per call | unknown |
| 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 | $0.0020 per call | unknown |