mercadopago
NewMercado 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.
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
~/.claude.jsonAdd the configuration to "mcpServers": { "mercadopago": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/mercadopago I need to integrate Mercado Pago checkout on my site. Walk me through the steps.
/mercadopago Set up webhooks for payment notifications and show me the expected payload format.
/mercadopago Review my current integration code for any issues or outdated API calls.
Security Audits
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..