By mercadopago
Scaffold, test, and audit Mercado Pago payment integrations (Checkout, QR, Point, Subscriptions, Marketplace, Wallet), configure webhooks with HMAC-SHA256 validation, and create sandbox test users — all via live MCP API data.
Verify or manually trigger Mercado Pago MCP authentication
Scaffold a Mercado Pago integration via the mp-integrate wizard. Supports every product (Checkout Pro, Checkout API, Bricks, QR, Point, Subscriptions, Marketplace, Wallet Connect, Money Out, SmartApps).
Review a Mercado Pago integration against the official quality checklist (live from MCP) and a fixed cross-cutting security checklist.
Wizard that scaffolds a complete Mercado Pago integration for any product. Asks the developer the minimum questions needed (country, product, variant, SDK, mode), queries the MCP server for live docs, and produces a ready-to-paste code bundle. Use whenever the developer wants to add or migrate a Mercado Pago payment flow.
Review a Mercado Pago integration against the official quality checklist and a fixed cross-cutting security checklist. Calls quality_checklist (and quality_evaluation when applicable) on the Mercado Pago MCP. Use after the integration is in place, or when /mp-review is invoked.
Create test users and add funds to them for Mercado Pago testing. Wraps create_test_user and add_money_test_user from the MCP. Clarifies that credentials come in APP_USR- (Orders API, Checkout Pro, Point, QR) and TEST- (Checkout API, Bricks, Payments API) formats — both are valid and actively issued.
Configure and validate Mercado Pago webhooks. Wraps the MCP webhook tools (save_webhook, notifications_history) and provides the HMAC-SHA256 signature validation pattern that every receiver must implement. Use when adding, debugging, or hardening notification handling.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
External network access
Connects to servers outside your machine
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
The official Claude Code plugin marketplace for Mercado Pago payment integrations.
[!WARNING] This project is under active development. APIs, skill structures, and plugin interfaces may change between versions. Use in production integrations at your own discretion. Feedback and contributions are welcome.
4 skills · 1 agent · 3 commands · 2 hooks — all browsable in a visual catalog.
Search, filter, and explore every component with detailed metadata and direct links to source code.
A Claude Code plugin that gives you an AI-powered integration assistant for the full Mercado Pago product suite. Ask questions, scaffold projects, review code, and get real-time API guidance — all from your terminal.
mp-integrate, mp-webhooks, mp-test-setup, mp-review/mp-connect, no keychain scripts needed/mp-integrate, /mp-review, /mp-connectA focused refinement of the v4.0.0 architecture. No breaking changes — same 4 skills, same MCP-first model.
mp-integrate's Gotchas Bank — ad-blockers blocking sdk.mercadopago.com, debit cards without installments, preferenceId placeholder failures, Status Screen needing payment_id (not order_id), React unmount() in useEffect cleanup, and back_urls same-origin requirement./mp-review: every review now ends with a structured closure block — Verified / Needs attention / Blockers / Next steps / Scores + Verdict — so developers know if they can ship.mp-review now detects legacy /v1/payments usage and surfaces a forward-looking migration item in Needs attention (not a blocker — existing code works, but the Payments API is being deprecated). Checkout Pro is explicitly exempted since it has no Orders API equivalent.validate.yml no longer hardcodes skill filenames. Future refactors that keep the basic plugin structure won't break the build./plugin marketplace add https://github.com/mercadopago/mercadopago-claude-marketplace.git
/plugin install mercadopago@mercadopago-claude-marketplace
If you are developing this repository locally, you must run bash scripts/install-git-hooks.sh before making commits. This is required to activate the pre-commit hook. The validation command expects claude to be available on the machine.
Inside Claude Code, run:
/mp-connect
This starts the OAuth flow. No Access Token or keychain setup required — the MCP server handles authentication via OAuth.
For other IDEs (Cursor, VS Code, Windsurf), add https://mcp.mercadopago.com/mcp via your IDE's MCP settings panel. Run /mp-connect for IDE-specific snippets.
| Skill | What it does |
|---|---|
mp-integrate | Wizard that scaffolds a complete integration for any product: Checkout Pro, Checkout API, Bricks, QR, Point, Subscriptions, Marketplace, Wallet Connect, Money Out, SmartApps |
mp-webhooks | Receiver pattern with HMAC-SHA256 validation; configures, simulates, and diagnoses webhooks |
mp-test-setup | Creates test users and loads funds. Clarifies the modern testing model (no TEST- prefix — both users use APP_USR-) |
mp-review | Runs the official quality checklist live + a fixed cross-cutting security floor |
npx claudepluginhub anthropics/claude-plugins-official --plugin mercadopagoExpert guidance for integrating Paymob payment gateway. Covers the Intention API for card payments, mobile wallets, BNPLs, Apple Pay, Google Pay, kiosk, and bank installments across all regions. Supports Node.js, Python, PHP, .NET, Ruby, React, Flutter, and native mobile SDKs.
Expert subagent and skills for implementing the Machine Payments Protocol (MPP) — the open standard co-authored by Stripe and Tempo Labs for HTTP 402-based machine-to-machine payments, enabling AI agents to pay for API calls, data, and services autonomously.
expert-level payme payment system integration skill for uzbekistan's payme business platform
Stripe development plugin for Claude
台灣金流服務比較與推薦 - 幫助選擇最適合的支付方案
Antom payment integration guidance: product selection, integration mode (Payment Element / Checkout / API-only), and security validation.