Back to MCP Servers

Mercadopago Tool

Mercado Pago payments for AI agents — create payment links, search payments, and issue refunds. Built for LATAM merchants.

finance-fintechgoaiagent

Installation

npx -y mercadopago-tool

Configuration

{
  "mcpServers": {
    "mercadopago-tool": {
      "command": "npx",
      "args": ["-y", "mercadopago-tool"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub