Provides tools for integrating Mercado Pago payment services, including the ability to search documentation for different country sites and payment features such as Checkout Pro.
Demo Mercado Pago MCP Server
A Model Context Protocol server that provides tools for integrating Mercado Pago into your applications.
Installation & Setup
Clone the repository:
git clone https://github.com/mercadolibre/demo-mercadopago-mcp-server.git cd demo-mercadopago-mcp-serverInstall dependencies:
npm installGet Mercado Pago API credentials
You'll need to provide valid Mercado Pago API credentials through the environment variables:
Get your credentials from Mercado Pago Developer Dashboard
CLIENT_ID: Your Mercado Pago application ID
CLIENT_SECRET: Your Mercado Pago secret key
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
Example response:
Development Guide
Building
Install dependencies:
Build the server:
Watch mode for development:
Running
Configure environment variables:
Start the server:
Run with inspector for testing:
This server cannot be installed
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated -5MIT License
- -securityFlicense-qualityAn 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 -
- -security-license-qualityOfficial CoinGecko API MCP Server for Crypto Price & Market Data. More details: https://docs.coingecko.com/reference/mcp-serverLast updated -30437TypeScriptApache 2.0
- AsecurityAlicenseAqualityA client library for connecting to and interacting with MCP servers hosted on smcphub.com, allowing users to find, publish, and call tools on MCP servers.Last updated -222MIT License