mercadolibre/mercadopago-mcp-server
If you are the rightful owner of mercadopago-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Mercado Pago's Model Context Protocol (MCP) Server facilitates AI agents' interaction with Mercado Pago APIs using natural language.
Mercado Pago MCP Server
Mercado Pago's Model Context Protocol (MCP) Server offers tools so that AI agents can interact with our APIs.
Using natural language, it is possible to simplify the integration process, use the available documentation to implement code improvements, and optimize its functionality.
Setup (example)
Here’s a minimal JSON configuration to connect your MCP client to Mercado Pago’s MCP Server:
{
"mcpServers": {
"mercadopago-mcp-server": {
"url": "https://mcp.mercadopago.com/mcp",
"headers": {
"Authorization": "Bearer <ACCESS_TOKEN>"
}
}
}
}
Replace <ACCESS_TOKEN> with a valid Mercado Pago access token.
Official Documentation
For full details (tools, parameters, error cases, examples, updates) refer to: Mercado Pago MCP Server — Official Documentation