Mercadopago Integration
Automates MercadoPago payments processing, including refunds and transaction verification, within your workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mercadopago-integration npx -- -y @trustedskills/mercadopago-integration
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mercadopago-integration": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mercadopago-integration"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Mercado Pago, a leading Latin American payment platform. It allows agents to process transactions, manage refunds, and handle financial data directly within the application flow.
When to use it
- Automating checkout processes for e-commerce stores targeting Latin American markets.
- Generating refund requests or status updates for customer support workflows.
- Creating invoices or payment links dynamically based on user orders.
- Integrating real-time payment verification into order confirmation systems.
Key capabilities
- Initiates payments via Mercado Pago API endpoints.
- Retrieves transaction details and statuses.
- Processes refunds and chargebacks programmatically.
- Generates payment links and QR codes for offline/online use.
- Validates card data and manages recurring billing setups.
Example prompts
- "Create a Mercado Pago payment link for an order totaling $50 USD."
- "Check the status of transaction ID 123456789 and notify me if it failed."
- "Issue a full refund to customer email [email protected] for order #ORD-999."
Tips & gotchas
Ensure you have a valid Mercado Pago API access token before using this skill. Transactions may fail due to regional restrictions or insufficient funds, so always validate user eligibility beforehand.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.