Language:JapaneseEnglish

mercadopago Claude Code Plugin

Author
Mercado Pago Developer Experience
Category
Development
Topics
Payments & Fintech · Web & App Development · AI Agents & AI App Development
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-08-07 (UTC)
Source (GitHub) last updated
2026-08-24 (UTC) (3 days ago)

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

mercadopago is a Claude Code plugin that helps developers integrate Mercado Pago, a Latin American online payment and digital-wallet platform, into their own applications. According to the README, a single router agent delegates work to four orchestration skills covering integration scaffolding, webhook setup, test-user creation, and integration review. These skills pull live documentation, credentials, and test tools from the official Mercado Pago MCP server, which is reached through an OAuth-based HTTP connection rather than a manual access token. The README states that basic code scaffolding can proceed without an authenticated MCP connection by using bundled references and per-country documentation files, while steps that need live API calls (documentation search, credential lookup, test-user creation, webhook registration) do require the authenticated MCP session. The plugin also includes a hook that scans written code for hardcoded Mercado Pago credentials and blocks such writes, and prevents reading of .env files.

About the service

Mercado Pago is an online payment and financial services platform, described on its homepage as handling payment processing for buyers and sellers across Latin America, offering tools such as digital wallets, credit cards, QR and point-of-sale payment devices, checkout links, subscription billing, and business credit and management services.

What you can do with mercadopago

  • Connect a Mercado Pago account through OAuth using the /mp-connect command
  • Use the mp-webhooks skill to configure and diagnose webhook receivers with HMAC-SHA256 validation
  • Use the mp-test-setup skill to create test users and load test funds for sandbox testing
  • Use the mp-review skill to run the official quality checklist and a security review against an integration
  • Rely on a built-in hook that blocks code writes containing hardcoded credentials and blocks reading of . env files

Sources

Back to list