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:
- Install dependencies:
- Get 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:
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
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/
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 -2PythonMIT License
- AsecurityAlicenseAqualityMCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.Last updated -5PythonMIT License
- -securityAlicense-qualityOpen source MCP server specializing in easy, fast, and secure tools for Databases.Last updated -1,462GoApache 2.0
- -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 -Python