Mercado Libre's Model Context Protocol (MCP) Server offers utilities so that developers can easily interact with our APIs and resources using natural language, simplifying tasks and product integrations.
Here’s a minimal JSON configuration to connect your MCP client to Mercado Libre’s MCP Server:
{
"mcpServers": {
"mercadolibre-mcp-server": {
"url": "https://mcp.mercadolibre.com/mcp",
"headers": {
"Authorization": "Bearer <ACCESS_TOKEN>"
}
}
}
}Replace <ACCESS_TOKEN> with a valid access token from your application in Mercado Libre. More information on how to obtain it.
For full details (tools, parameters, error cases, examples, updates) refer to: Mercado Libre MCP Server — Official Documentation