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.
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.
For full details (tools, parameters, error cases, examples, updates) refer to: Mercado Pago MCP Server — Official Documentation