Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4328,4 +4328,33 @@ export const services: ServiceDef[] = [
},
],
},
// ── MPP Review API ─────────────────────────────────────────────────────
{
id: "mpp-review",
name: "MPP Review",
url: "https://mpp-review-api.vercel.app",
serviceUrl: "https://mpp-review-api.vercel.app",
description:
"AI code review for $0.05 per request. Analyzes code for SQL injection, race conditions, XSS, and other security issues using gstack's production checklist.",
categories: ["ai"],
integration: "third-party",
tags: ["code-review", "security", "claude", "gstack", "developer-tools"],
docs: {
homepage: "https://github.com/Hugo6991/mpp-review-api",
},
provider: {
name: "Hugo6991",
url: "https://github.com/Hugo6991",
},
realm: "mpp-review-api.vercel.app",
intent: "charge",
payment: TEMPO_PAYMENT,
endpoints: [
{
route: "POST /api/review",
desc: "Submit code for security-focused AI review (powered by Claude + gstack checklist)",
amount: "50000",
},
],
},
];
Loading