
Integrate Mercado Pago in minutes via Claude Code
We're launching mercadopago-claude-marketplace, the first Mercado Pago's agent focused on Claude Code that lets you generate your project, audit your integration, and securely connect your account, all from the terminal.
How does it work?
By connecting to Mercado Pago via OAuth, the plugin relies on the MCP Server to offer four entry points that cover the full integration lifecycle:
-
mp-integrate: A single wizard covering all products (Checkouts, QR Code, Mercado Pago Point, Subscriptions, and more). The agent detects the country and project SDK and returns a scaffold ready for you to start integrating.
-
mp-webhooks: Configure, simulate, and diagnose Webhook notifications inside the terminal, testing the handler locally before deploy.
-
mp-test-setup: Creates test users by country and loads funds for them in a single step, easing integration testing.
-
mp-review: Evaluates your integration against the official quality checklist and returns an Implementation Report indicating required or recommended actions before going to production. It also runs the official quality assessment on demand.
To install it, search directly for "Mercado Pago" in the Claude plugin marketplace.
In practice: from scaffold to quality assessment
Instead of building step by step and copying snippets from the documentation, running /mp-integrate lets the agent detect the operating country on its own, pick the most suitable product and integration mode, and generate a project with the HTTP client initialized and the notifications URL set as an environment variable. To complete the process, running /mp-webhooks configures the handler with HMAC-SHA256 validation. After creating test users with /mp-test-setup, your integration is ready to receive its first payment in sandbox. Our testing shows this can be done in under 15 minutes.
To continue your path to production with assistance from the agent, running /mp-review has it walk through the generated code and identify a list of items classified by criticality, ensuring compliance with the standards required for a certified integration. In a real case, this lifted an integration's score from 82/100 to 100/100 in a single session.
How to get started?
Install the agent from the Claude Marketplace or from our official repository.
If you find a bug while using it or have an idea to add to the plugin, the issues section is open to the developer community.
