mercadolibre/mercadolibre-mcp-server
If you are the rightful owner of mercadolibre-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 Libre's Model Context Protocol (MCP) Server facilitates seamless interaction with Mercado Libre's APIs using natural language, enhancing integration and task execution.
Mercado Libre MCP Server
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.
Setup (example)
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.
Official Documentation
For full details (tools, parameters, error cases, examples, updates) refer to: Mercado Libre MCP Server — Official Documentation