← weftly.ai
INDIVIDUAL MCP TOOL
trigger_youtube_publish
Start the YouTube upload after payment is confirmed.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.weftly]
url = "https://api.weftly.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"weftly": {
"type": "http",
"url": "https://api.weftly.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: weftly
Remote MCP URL: https://api.weftly.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"weftly": {
"url": "https://api.weftly.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"weftly": {
"type": "http",
"url": "https://api.weftly.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "weftly",
"transport": "streamable-http",
"url": "https://api.weftly.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
transcribe— Transcribe audio or video to text, including per-word timestamps for precise editing.summarize— Summarize an audio or video file — returns both a text summary AND the full transcript (with per-word timestamps).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.extract_clip— Cut and assemble a clip from any prior video job (find_clips, summarize, or video transcribe).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.complete_upload— Confirm that the file has been uploaded (via HTTP PUT to the upload_url from transcribe or summarize) and start processing.get_job_status— Check the status of a transcribe or summarize job.mpp_smoke_test— Smoke-test the MPP payment plumbing end-to-end via this MCP server, for $0.