Skip to content

Add Weftly to service directory#664

Open
beckitrue wants to merge 1 commit into
tempoxyz:mainfrom
woven-record-media:feat/add-weftly-service
Open

Add Weftly to service directory#664
beckitrue wants to merge 1 commit into
tempoxyz:mainfrom
woven-record-media:feat/add-weftly-service

Conversation

@beckitrue
Copy link
Copy Markdown

Summary

Adds Weftly — pay-per-job audio/video processing — to the curated services list.

  • What it does: transcribe, summarize, find clips, extract horizontal clips, and extract 9:16 vertical clips for short-form social
  • Payment: MPP-paid via Tempo USDC.e (primary) or Stripe SPT
  • Live at: https://api.weftly.ai — production endpoints accepting MPP payments today
  • Discovery: https://api.weftly.ai/.well-known/mpp.json

Checklist

  • Service is live and accepting payments via MPP (production endpoints behind 402 + WWW-Authenticate)
  • Added entry to schemas/services.ts
  • pnpm check:types passes
  • pnpm build succeeds
  • Already registered on MPPScan

Test plan

  • CI passes on this PR
  • Maintainer reviews the entry and confirms category/tag fit

Pay-per-job audio/video processing API — transcribe, summarize,
find_clips, extract_clip, and extract_vertical_clip. MPP-paid via
Tempo USDC.e or Stripe SPT. Live at https://api.weftly.ai.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

@beckitrue is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions
Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • weftly

@beckitrue
Copy link
Copy Markdown
Author

Checklist run-through:

Required ✅

  • Live and accepting MPP payments — production endpoints behind 402 + WWW-Authenticate: Payment headers. Verified just now:
    $ curl -i -X POST https://api.weftly.ai/api/v1/jobs -d '{...}'
    HTTP/2 402
    www-authenticate: Payment realm="api.weftly.ai", discovery="https://api.weftly.ai/.well-known/mpp.json"
    
    Discovery at https://api.weftly.ai/.well-known/mpp.json
  • Entry added to schemas/services.ts (commit)
  • pnpm check:types — clean, no errors
  • pnpm build — succeeds; generate-discovery reports 95 services, 856 endpoints with Weftly included

Recommended

  • MPPScan registration — submitted previously but blocked on their end; happy to retry if needed but it's not gating this PR

@beckitrue beckitrue marked this pull request as ready for review May 28, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant