Skip to content

Add MPP Review API to service directory#421

Open
Hugo6991 wants to merge 1 commit intotempoxyz:mainfrom
Hugo6991:add-mpp-review-api
Open

Add MPP Review API to service directory#421
Hugo6991 wants to merge 1 commit intotempoxyz:mainfrom
Hugo6991:add-mpp-review-api

Conversation

@Hugo6991
Copy link

Summary

  • Adds a community-built, self-hosted MPP service to the directory
  • MPP Review API: AI code review for $0.05 USDC per request
  • Uses Claude + gstack's /review checklist for security-focused code analysis

Service Details

Field Value
ID mpp-review
Endpoint POST /api/review
Price $0.05 USDC per request
Payment Tempo mainnet charge via mppx
Category AI
Integration third-party (self-hosted on Vercel)

Links

Test

tempo request -X POST \
  --json '{"code":"function getUser(id) { return db.query(`SELECT * FROM users WHERE id = ${id}`); }"}' \
  https://mpp-review-api.vercel.app/api/review

🤖 Generated with Claude Code

Community-built, self-hosted MPP service:
- POST /api/review — $0.05 USDC per AI code review
- Powered by Claude + gstack's /review checklist
- Deployed on Vercel with mppx payment gate

GitHub: https://github.com/Hugo6991/mpp-review-api
Live: https://mpp-review-api.vercel.app

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 22, 2026

@Hugo6991 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

👋 Thanks for submitting a service to the MPP directory!

Before we review, please make sure you've completed these steps:

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
  • You've run node scripts/generate-discovery.ts and committed the updated schemas/discovery.json
  • You've run node scripts/gen-icons.cjs and committed any new icons
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan — 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

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