Skip to content

Draft: add creator AI service catalog entries#666

Draft
decofe wants to merge 1 commit into
mainfrom
centaur/1780228180-26077-18361
Draft

Draft: add creator AI service catalog entries#666
decofe wants to merge 1 commit into
mainfrom
centaur/1780228180-26077-18361

Conversation

@decofe
Copy link
Copy Markdown
Member

@decofe decofe commented May 31, 2026

Adds creator-facing AI services to the MPP service registry/proxy catalog:

  • ElevenLabs for voice, transcription, sound effects, music, dubbing, and conversational agents
  • Runway for video/image/audio/avatar/workflow generation
  • Luma AI for Dream Machine video/image generation
  • Kling AI for text/image-to-video, extension, and lip-sync

Validation:

  • corepack pnpm generate:discovery
  • node -e "import('./scripts/generate-discovery.ts').then(({validateServices})=>import('./schemas/services.ts').then(({services})=>{validateServices(services); console.log('validated services', services.length)}))"
  • node -e "import Ajv from 'ajv/dist/2020.js'; import addFormats from 'ajv-formats'; import { readFileSync } from 'node:fs'; const schema=JSON.parse(readFileSync('schemas/discovery.schema.json','utf8')); const full=JSON.parse(readFileSync('schemas/discovery.json','utf8')); const ajv=new Ajv({allErrors:true}); addFormats(ajv); const validate=ajv.compile(schema); if(!validate(full)){console.error(validate.errors); process.exit(1)} console.log('validated discovery', full.services.length)"
  • corepack pnpm exec tsc --noEmit
  • corepack pnpm exec biome check --write schemas/services.ts

Note: focused Vitest registry tests are blocked in this sandbox because vite-plugin-mkcert attempts to install a local CA with sudo, which is denied by the container no-new-privileges policy.

Prompted by: @gakonst

@vercel
Copy link
Copy Markdown

vercel Bot commented May 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment May 31, 2026 11:55am

Request Review

@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

  • elevenlabs
  • kling
  • luma
  • runway

@decofe
Copy link
Copy Markdown
Member Author

decofe commented May 31, 2026

Correction after review: this PR has only been validated as a service-directory/catalog update. I did not live-test paid upstream calls for the new services, and this repo does not appear to contain the runtime proxy deployment/config that would make the new *.mpp.tempo.xyz service URLs work. I am checking the actual proxy implementation before this should be treated as shipped support.

@decofe decofe marked this pull request as draft May 31, 2026 11:56
@decofe decofe changed the title Add creator AI MPP services Draft: add creator AI service catalog entries May 31, 2026
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.

2 participants