Language: 日本語English

mercadopago Plugin

Author
Mercado Pago Developer Experience
Category
Development
Topics
Payments & Fintech · Claude Code Customization & Workflow · Web & App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

mercadopago is a Claude Code plugin that packages a Mercado Pago integration toolkit as one router agent delegating to four orchestration skills: mp-integrate, mp-webhooks, mp-test-setup, and mp-review. According to the README, code scaffolding works without MCP authentication using bundled references and the official per-country llms.txt, while live documentation search, credential lookup, test-user creation, and webhook registration require an authenticated connection to the official Mercado Pago MCP server (established via /mp-connect). The plugin supports integration work for products such as Checkout Pro, Checkout API, Bricks, QR, Point, Subscriptions, Marketplace, Wallet Connect, Money Out, and SmartApps. It also includes a hook that blocks writes containing hardcoded Mercado Pago credentials and blocks reading .env files.

Overview

Mercado Pago is a payments platform offering products including Checkout Pro, Checkout API, Bricks, QR, Point, Subscriptions, Marketplace, Wallet Connect, Money Out, and SmartApps. This plugin connects via OAuth to the official Mercado Pago MCP server () to support integration, testing, and review work for those products, as described in the README.

What you can do with mercadopago

  • Run /mp-connect to register the MCP server and complete the OAuth authentication flow
  • Use /mp-integrate to scaffold integrations for products such as Checkout Pro, Checkout API, Bricks, QR, Point, Subscriptions, Marketplace, Wallet Connect, Money Out, and SmartApps
  • Configure and diagnose webhooks with HMAC-SHA256 validation via the mp-webhooks skill
  • Create test users and load test funds via mp-test-setup, using APP_USR- and TEST- credential formats
  • Audit an integration with /mp-review [scope] across scopes such as security, webhooks, checkout, qr, subscriptions, marketplace, quality, and full
  • Benefit from a hook that blocks writes containing hardcoded Mercado Pago credentials and blocks reading .env files

Sources

Original description (English)

Mercado Pago full-product integration toolkit. One agent routes to four orchestration skills (mp-integrate wizard, mp-webhooks, mp-test-setup, mp-review) that pull every endpoint, payload, and snippet live from the official Mercado Pago MCP server. The MCP must always be connected — there is no offline mode.

History of mercadopago

Back to list