demo-mercadopago-mcp-server
Documentation
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-server2. Install dependencies:
npm install3. 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
mercadopago
search_documentation
{
"language": "es",
"query": "checkout pro",
"siteId": "MLA",
"limit": 3
}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.85Development Guide
Building
Install dependencies:
npm installBuild the server:
npm run buildWatch mode for development:
npm run watchRunning
Configure environment variables:
export CLIENT_ID=your_mercadopago_client_id
export CLIENT_SECRET=your_mercadopago_client_secret
export DEBUG=true # Optional: Enable debug loggingStart the server:
npm startRun with inspector for testing:
npm run inspectorFrequently asked questions
What is demo-mercadopago-mcp-server?
demo-mercadopago-mcp-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.
How do I install demo-mercadopago-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is demo-mercadopago-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/mercadolibre/demo-mercadopago-mcp-server and has 7 stars.
Related MCP tools
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Fay是一个帮助数字人(2.5d、3d、移动、pc、网页)或大语言模型(openai兼容、deepseek)连通业务系统的mcp框架。 JavaScript-based implementation. Trusted by 12000+ developers.
CTTF: MCP integration between Cursor and Figma, allowing Cursor Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities JavaScript-based implementation.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP