We are evolving our integration process. Discover the new Orders API

Connect to MCP Server - MCP Server - Mercado Pago Developers
AI resources

Connect to MCP Server

The connection to Mercado Pago MCP Server is done remotely through the client that best suits your integration. Check the step-by-step guide below according to the client type.

To install our MCP in Cursor, you can click the button below or follow the steps manually.

Install MCP Server

Open the .cursor/mcp.json file and add the Mercado Pago server configuration as shown below.

json

{
  "mcpServers": {
    "mercadopago-mcp-server": {
      "url": "https://mcp.mercadopago.com/mcp"
    }
  }
}

Then, go to Cursor Settings > Tools & MCPs and enable Mercado Pago MCP Server by clicking Connect.

Cursor Tools & MCP

If Cursor does not initiate the connection when clicking the indicated button, use the Needs authentication link, located below the MCP name.

When enabling the connection, you will be redirected to the Mercado Pago website for authentication, where you must indicate which country you are operating from and, if you agree with the permissions granted, authorize the connection.

Once these steps are completed, you will automatically return to Cursor and the connection to Mercado Pago MCP Server will be ready.

mcp-installation-en-gif

Test the connection

To test the connection to the MCP Server, you need to make a query with the assistant using any of the available tools.

For example, if you want to test the tool search-documentation, you just need to execute the prompt indicating what information you want to search for:

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

mcp-server