BeClaude

mercadopago

New
20Official PluginDevelopmentby Mercado Pago Developer Experience

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.

Python10 forks1 issuesUpdated 6/7/2026First seen 5/22/2026

Summary

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.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "mercadopago": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Quickly set up a new Mercado Pago checkout integration by following an interactive wizard that pulls live API specs.
Configure and test webhooks for payment notifications using real-time payloads from the MCP server.
Create a sandbox test environment with pre-filled test cards and users to validate payment flows.
Review an existing Mercado Pago integration for compliance with best practices and current API requirements.
Debug a failed payment by fetching the latest endpoint details and sample requests from the official API.
Generate production-ready code snippets for charges, refunds, and subscriptions without leaving Claude.

Usage Examples

1

/mercadopago I need to integrate Mercado Pago checkout on my site. Walk me through the steps.

2

/mercadopago Set up webhooks for payment notifications and show me the expected payload format.

3

/mercadopago Review my current integration code for any issues or outdated API calls.

View source on GitHub
testingcode-reviewmcpagent

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is mercadopago?

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.

How to install mercadopago?

To install mercadopago: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "mercadopago": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is mercadopago best for?

mercadopago is a mcp categorized under Development. It is designed for: testing, code-review, mcp, agent. Created by Mercado Pago Developer Experience.

What can I use mercadopago for?

mercadopago is useful for: Quickly set up a new Mercado Pago checkout integration by following an interactive wizard that pulls live API specs.; Configure and test webhooks for payment notifications using real-time payloads from the MCP server.; Create a sandbox test environment with pre-filled test cards and users to validate payment flows.; Review an existing Mercado Pago integration for compliance with best practices and current API requirements.; Debug a failed payment by fetching the latest endpoint details and sample requests from the official API.; Generate production-ready code snippets for charges, refunds, and subscriptions without leaving Claude..