MCP.so
Sign In
Servers

Demo Mercado Pago MCP Server

@mercadolibre

Overview

What is Demo Mercado Pago MCP Server?

A Model Context Protocol server that provides tools for integrating Mercado Pago into your applications. It is built for developers using MCP-compatible applications such as Claude Desktop, Windsurf, Cursor, or Cline.

How to use Demo Mercado Pago MCP Server?

Clone the repository, install dependencies with npm install, obtain your Mercado Pago API credentials (CLIENT_ID and CLIENT_SECRET) from the Developer Dashboard, then configure the server in your MCP-compatible IDE by adding a JSON entry to your settings. The server exposes a search_documentation tool for querying Mercado Pago’s documentation by language, country site, and search term.

Key features of Demo Mercado Pago MCP Server

  • Search Mercado Pago documentation directly from your IDE.
  • Supports Spanish and Portuguese languages.
  • Covers multiple country sites (Brazil, Argentina, Mexico, and more).
  • Configurable result count (1–100 results).
  • Optional debug logging for troubleshooting.

Use cases of Demo Mercado Pago MCP Server

  • Quickly find integration guides for Checkout Pro without leaving your code editor.
  • Look up API documentation in Portuguese for Brazilian marketplace projects.
  • Search payment solutions documentation for a specific Latin American country.
  • Retrieve up-to-date Mercado Pago developer content while working on an app.

FAQ from Demo Mercado Pago MCP Server

What does the search_documentation tool do?

It lets you search Mercado Pago’s official developer documentation by language, query term, country site, and optional result limit.

What are the required credentials and environment variables?

You need a CLIENT_ID and CLIENT_SECRET from the Mercado Pago Developer Dashboard. Optionally, you can set DEBUG to true for verbose logging.

Which MCP-compatible applications can use this server?

It works with any MCP host, including Claude Desktop, Windsurf, Cursor, and Cline.

What languages and country sites are supported?

Language options are Spanish (es) and Portuguese (pt). Site IDs include MLB (Brazil), MLA (Argentina), MLM (Mexico), MLU (Uruguay), MLC (Chile), MCO (Colombia), and MPE (Peru).

How do I run the server during development?

Use npm start after setting the environment variables, or run npm run inspector for testing with an inspector tool.

More from Other