Loading languages...
ME

mercadopago-mcp-server

@Mercado Pago

The Model Context Protocol (MCP) is an open protocol that standardizes the connection of artificial intelligence (AI) models with different data sources and tools. In this context, Mercado Pago's MCP Server offers tools so that developers can easily interact with our API using natural language, which simplifies tasks and product integration.

payment
e-commerce
API
AI
documentation
fintech

Mercado Pago MCP Server

Mercado Pago's MCP Server provides a standardized way for AI models to interact with the Mercado Pago API using natural language. This simplifies tasks and product integration for developers, allowing them to leverage AI agents like Cursor, Windsurf, Cline, Claude Desktop, and ChatGPT to automate and streamline development workflows.

What it does

This MCP Server acts as a bridge, enabling AI models to access Mercado Pago's functionalities and documentation. It offers tools like search-documentation to perform code or text searches within Mercado Pago's developer documentation, generate code for integrations (e.g., Checkout Pro), and retrieve information such as test card details.

How to use it

To connect to the Mercado Pago MCP Server, you need to establish a remote connection with your preferred AI client (e.g., Cursor). The server requires NPM (v6+) and NodeJS (v20+) in your environment. You will also need Mercado Pago API credentials (Access Token).

Configuration Example (for Cursor):

Add the following configuration to your .cursor/mcp.json file, replacing <ACCESS_TOKEN> with your actual Mercado Pago Access Token:

{
  "mcpServers": {
    "mercadopago-mcp-server-prod": {
      "url": "https://mcp.mercadopago.com/mcp",
      "headers": {
        "Authorization": "Bearer <ACCESS_TOKEN>"
      }
    }
  }
}

After configuration, you can test the integration by making queries with your AI assistant using available tools. For example, to search documentation:

search-documentation Search in Mercado Pago's documentation how to integrate Checkout Pro.

Available Tools

  • search-documentation: Performs code or text searches in Mercado Pago Developers documentation. Parameters include query (string, required) and language (string, required, enum: 'es', 'en', 'pt').

Use Cases

  • Search documentation through your IDE: Quickly find information directly in the official documentation.
  • Generate code to integrate a Mercado Pago checkout: Request the assistant to review documentation and generate production-ready code for frontend and backend integration.
  • Access test cards information: Easily retrieve details about test cards for simulating payment results during development and testing.

# mcpServer Config

{
  "mcpServers": {
    "mercadopago-mcp-server-prod": {
      "url": "https://mcp.mercadopago.com/mcp",
      "headers": {
        "Authorization": "Bearer <ACCESS_TOKEN>"
      }
    }
  }
}

# sseURL

https://mcp.mercadopago.com/mcp
Transport:
sse
Language:
Node.js
Updated: 7/31/2025