W
Weftly
13 endpointsliveTranscribe and summarize audio and video. Pay per job via Stripe or crypto. (MCP server ai.weftly/weftly, 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 Weftly.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| transcribe /transcribe | Transcribe audio or video to text, including per-word timestamps for precise editing. Three-call flow: (1) call with `filename` to receive {job_id, payment_chal | $0.0020 per call | unknown |
| summarize /summarize | Summarize an audio or video file — returns both a text summary AND the full transcript (with per-word timestamps). Do not also call transcribe on the same file. | $0.0020 per call | unknown |
| find clips /find_clips | START HERE for any clip workflow on a video — `find_clips` is the canonical entry point and includes a full transcription as a free byproduct. **Do not call `tr | $0.0020 per call | unknown |
| extract clip /extract_clip | Cut and assemble a clip from any prior video job (find_clips, summarize, or video transcribe). Operates on a parent job — possessing the parent `source_job_id` | $0.0020 per call | unknown |
| extract vertical clip /extract_vertical_clip | Cut a 9:16 vertical clip from any prior video job (find_clips, summarize, or video transcribe), suitable for direct upload to TikTok, Instagram Reels, or YouTub | $0.0020 per call | unknown |
| clips vertical /clips_vertical | Batch-cut a set of your own chosen vertical 9:16 clips from a prior find_clips job in one purchase. Two-call flow: (1) call with `source_job_id` (a find_clips j | $0.0020 per call | unknown |
| clips horizontal /clips_horizontal | Batch-cut a set of your own chosen horizontal 16:9 clips from a prior find_clips job in one purchase, delivered as SEPARATE files. Two-call flow: (1) call with | $0.0020 per call | unknown |
| complete upload /complete_upload | Confirm that the file has been uploaded (via HTTP PUT to the upload_url from transcribe or summarize) and start processing. Verifies that the file is present in | $0.0020 per call | unknown |
| get job status /get_job_status | Check the status of a transcribe or summarize job. Returns the current state and, when completed, an `outputs` array. Each output has either `content` (returned | $0.0020 per call | unknown |
| mpp smoke test /mpp_smoke_test | Smoke-test the MPP payment plumbing end-to-end via this MCP server, for $0.01 USDC. Two-call flow: (1) call with no arguments to receive an MPP `payment_challen | $0.0020 per call | unknown |
| publish to youtube /publish_to_youtube | Publish an existing video from a transcribe or summarize job to YouTube. Creates a paid publish job (flat $1.75 price) and stores the OAuth token. Captions are | $0.0020 per call | unknown |
| trigger youtube publish /trigger_youtube_publish | Start the YouTube upload after payment is confirmed. Call this after publish_to_youtube once payment_status is "paid". Returns immediately — the upload runs as | $0.0020 per call | unknown |
| get youtube publish status /get_youtube_publish_status | Check the status of a YouTube publish job. Poll periodically after trigger_youtube_publish — the upload takes 1-10 minutes depending on video size. Returns stat | $0.0020 per call | unknown |