Skip to content
Back to search
100
MCP live v0.25.4 streamable-http

Weftly

ai.weftly/weftly

Find & cut horizontal and vertical video clips (Shorts/Reels), transcribe & summarize. Pay per job.

Uptime
21.0%
62 probes
Response
392ms
last probe
Tools
11
callable

Tools · 11

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_challenge}; (2) pay via MPP, then call with …

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. Three-call flow: (1) call with `filenam…

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 `transcribe` first**: doing so doubles the …

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` is the capability, no upload step. Pass …

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 YouTube Shorts. Default output is 1080×1920 H.…

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 storage and that the job has been paid.…

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 inline) or a presigned, time-limited (1…

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_challenge`; (2) pay via MPP and call again with…

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 auto-generated from the session transcri…

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 a durable Workflow in the background. Po…

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 status (pending, publishing, completed, fail…

Similar MCP servers embedding-nearest

OpusClip
Turn long videos into AI-curated short clips: caption, reframe, thumbnail, schedule, and publish.
0 tools · streamable-http
Scribefy
Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.
0 tools
CutPro
AI clips from long videos: analyze, clip, render and publish via the CutPro API.
0 tools · streamable-http
io.github.brightwayai/video-analyzer
Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.
0 tools
io.github.BrightWayAI/video-analyzer
Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.
0 tools
Tewdy live
Find local service providers — plumbers, tutors, translators — and estimate provider earnings.
11 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "weftly": {
      "url": "https://api.weftly.ai/mcp",
      "transport": "streamable-http"
    }
  }
}