Skip to main content
Glama

Mercado Pago MCP Server

by mercadolibre
Apache 2.0
6

Demo Mercado Pago MCP Server

A Model Context Protocol server that provides tools for integrating Mercado Pago into your applications.

Installation & Setup

  1. Clone the repository:
    git clone https://github.com/mercadolibre/demo-mercadopago-mcp-server.git cd demo-mercadopago-mcp-server
  2. Install dependencies:
    npm install
  3. Get Mercado Pago API credentials You'll need to provide valid Mercado Pago API credentials through the environment variables:
  4. Configure MCP Server in your IDE To use with Claude Desktop or other MCP-compatible applications (including Windsurf, Cursor, Cline, etc), add the server configuration to your settings:
    { "mcpServers": { "mercadopago": { "command": "node", "args": ["/path/to/demo-mercadopago-mcp-server/build/index.js"], "env": { "CLIENT_ID": "your-mercadopago-client-id", "CLIENT_SECRET": "your-mercadopago-client-secret", "DEBUG": "true" // Optional: Enable debug logging } } } }

Available Tools

search_documentation

Search through Mercado Pago's documentation.

Parameters
  • language (string, required)
    • Documentation language
    • Options: "es" (Spanish), "pt" (Portuguese)
  • query (string, required)
    • Search term to find in documentation
  • siteId (string, required)
    • Country site identifier
    • Options: "MLB" (Brazil), "MLA" (Argentina), "MLM" (Mexico), "MLU" (Uruguay), "MLC" (Chile), "MCO" (Colombia), "MPE" (Peru)
  • limit (number, optional)
    • Maximum number of results to return
    • Default: 10
    • Range: 1-100
Example Request
<use_mcp_tool> <server_name>mercadopago</server_name> <tool_name>search_documentation</tool_name> <arguments> { "language": "es", "query": "checkout pro", "siteId": "MLA", "limit": 3 } </arguments> </use_mcp_tool>
Example response:
# Search Results for "checkout pro" Showing 3 of 8 results ## Checkout Pro Checkout Pro es una solución que permite a tus clientes realizar pagos de forma segura... 🔗 [Read more](https://www.mercadopago.com.ar/developers/es/guides/checkout-pro/introduction) Score: 0.95 --- ## Integrar Checkout Pro Aprende a integrar Checkout Pro en tu sitio web para comenzar a recibir pagos... 🔗 [Read more](https://www.mercadopago.com.ar/developers/es/guides/checkout-pro/integration) Score: 0.85

Development Guide

Building

Install dependencies:

npm install

Build the server:

npm run build

Watch mode for development:

npm run watch

Running

Configure environment variables:

export CLIENT_ID=your_mercadopago_client_id export CLIENT_SECRET=your_mercadopago_client_secret export DEBUG=true # Optional: Enable debug logging

Start the server:

npm start

Run with inspector for testing:

npm run inspector
-
security - not tested
A
license - permissive license
-
quality - not tested

Mercado Pago's Official MCP Server offers tools so that developers can easily interact with our API using natural language, which simplifies tasks and product integration. Remotely hosted by Mercadolibre supporting Streamable HTTP Transport. Details on how to connect: https://mcp.mercadopago.com/

  1. Installation & Setup
    1. Available Tools
      1. search_documentation
    2. Development Guide
      1. Building
      2. Running

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
      Last updated -
      2
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      MCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.
      Last updated -
      5
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Open source MCP server specializing in easy, fast, and secure tools for Databases.
      Last updated -
      1,462
      Go
      Apache 2.0
      • Linux
    • -
      security
      F
      license
      -
      quality
      An MCP Server that provides access to the Jumpseller e-commerce platform API, allowing users to interact with Jumpseller's functionality through natural language commands.
      Last updated -
      Python
      • Linux
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/mercadolibre/demo-mercadopago-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server