ClaudeSuperPower

mp-review

Command

Review a Mercado Pago integration against the official quality checklist (live from MCP) and a fixed cross-cutting security checklist.

Type this in Claude Code
/mp-review [security|webhooks|checkout|qr|subscriptions|marketplace|quality|full]
security|webhooks|checkout|qr|subscriptions|marketplace|quality|full
optional
Claude can also invoke this on its own

What it tells Claude to do

20 lines

The prompt this command injects, verbatim. Worth reading before you run it.

# /mp-review

Audit the current project's Mercado Pago integration. Delegates to the `mp-review` skill, which orchestrates the MCP `quality_checklist` (and `quality_evaluation` when applicable) plus a fixed security floor.

## Behaviour

0. **State C check:** If neither `mcp__plugin_mercadopago_mcp__application_list` nor `mcp__plugin_mercadopago_mcp__authenticate` is visible in your tool list, the plugin is not loaded. Tell the user: *"The Mercado Pago plugin is not loaded. Run /mcp, find plugin:mercadopago:mcp, enable it, then run /mp-review again."* Stop.

1. Verify the Mercado Pago MCP is **actually authenticated** by checking that `mcp__plugin_mercadopago_mcp__application_list` is callable and returns an app. The bootstrap tools `authenticate` / `complete_authentication` always exist and prove nothing; `ListMcpResourcesTool` returns "No resources found" either way. If the data tools are not available, call `mcp__plugin_mercadopago_mcp__authenticate` to get the authorization URL and show it directly in chat — do not send the user to `/mcp` manually. **There is no offline mode** — the official checklist must come from the MCP.
2. Hand control to the `mp-review` skill, passing `$ARGUMENTS` (the scope) through.

## Scopes

`$ARGUMENTS` (optional) narrows the review:

- `security` — credentials, HTTPS, HMAC, server-side verification, idempotency.
- `webhooks` — defers to `mp-webhooks` for receiver correctness.
- `checkout` / `qr` / `subscriptions` / `marketplace` — product-scoped check.
- `quality` — only the official `quality_checklist` items.
- `full` (default) — everything: security floor + product checks + quality checklist.

Shipped by 1 plugin

Installing any of these installs this command.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Run shell commands

Declares Bash

~34 tokens of context used while enabled, before you invoke anything

All declared tools (5)
AskUserQuestionBashGlobGrepRead

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just commands.