
MercadoLibre MCP Server
Enables interaction with MercadoLibre's API for product search, reviews, descriptions, and seller reputation insights.
lumile
Tools
seller_reputation
Obtiene la reputación de un vendedor
product_reviews
Obtiene las reseñas de un producto
product_description
Obtiene la descripción de un producto
search_products
Busca productos en MercadoLibre
README
MercadoLibre MCP Server
An MCP server that provides access to MercadoLibre API.
<a href="https://glama.ai/mcp/servers/hgsefxwq4c"><img width="380" height="200" src="https://glama.ai/mcp/servers/hgsefxwq4c/badge" alt="MercadoLibre Server MCP server" /></a>
Features
Tools
search_products
- Search products in MercadoLibre, and return a list of products.query
- The search querycategory
- The category to search infilters
- The filters to apply
product_reviews
- Get product reviewsproduct_description
- Get product descriptionseller_reputation
- Get seller reputation
Setup
Prerequisites
You'll need a MercadoLibre Client ID and Client Secret to use this server. You can get one for free at https://developers.mercadolibre.com/, create an application and get the credentials.
Once you have the credentials, you can set the CLIENT_ID
and CLIENT_SECRET
environment variables. And theres also the need to set the SITE_ID
environment variable to the site you want to use.
Mercado Libre Site ID
- MLA: Argentina (default)
- MLB: Brasil
- MCO: Colombia
- MEX: México
- MLU: Uruguay
- MLC: Chile
Installation
There are two ways to use this server:
Installing via Smithery
To install MercadoLibre MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @lumile/mercadolibre-mcp --client claude
Option 1: NPX (Recommended)
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"mercadolibre-mcp": {
"command": "npx",
"args": [
"-y",
"mercadolibre-mcp"
],
"env": {
"CLIENT_ID": "<YOUR_CLIENT_ID>",
"CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"SITE_ID": "<YOUR_SITE_ID>"
}
}
}
}
Option 2: Local Installation
- Clone the repository
- Install dependencies:
npm install
- Build the server:
npm run build
- Add this configuration to your Claude Desktop config:
{
"mcpServers": {
"mercadolibre-mcp": {
"command": "node",
"args": [
"/path/to/mercadolibre-mcp/dist/index.js"
],
"env": {
"CLIENT_ID": "<YOUR_CLIENT_ID>",
"CLIENT_SECRET": "<YOUR_CLIENT_SECRET>",
"SITE_ID": "<YOUR_SITE_ID>"
}
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Contributing
Contributions are extremely welcome! Please open a PR with new MCP servers or any other improvements to the codebase.
Disclaimer
This project is not affiliated with MercadoLibre. All logos are trademarks of their respective owners.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
<p align="center"> Made with ❤️ by Lumile </p>
<p align="center"> <a href="https://www.lumile.com.ar">Contact us</a> for custom AI development and automation solutions. </p>
Recommended Servers
TripleWhale MCP Server
An implementation of Model Context Protocol (MCP) that allows users to interact with TripleWhale's e-commerce analytics platform using natural language queries through Claude Desktop.
actors-mcp-server
Use 3,000+ pre-built cloud tools from Apify, known as Actors, to extract data from websites, e-commerce, social media, search engines, maps, and more
BigGo MCP Server
A Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.
Bitrefill Search and Shop
This MCP wraps Bitrefill public API to allow agents to search for products and shop using cryptocurrencies like Bitcoin, Ethereum, Solana, and many more.

Uber Eats MCP Server
A proof-of-concept server implementing the Model Context Protocol that enables LLM applications to interact with Uber Eats functionality.
MCP Server for Ticketmaster Events
Provides tools for discovering events at Madison Square Garden via the Ticketmaster API, returning structured data with event details like name, date, price, and ticket purchase links.
Webflow MCP Server
Enables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.

Rami Levy MCP Server
Enables interaction with the Rami Levy Online Grocery Store API, allowing users to perform product searches, add or remove items from their cart, and prepare for checkout, all while integrating with MCP-enabled LLMs.
WooCommerce MCP Server
WooCommerce MCP Server enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing all aspects of products, orders, customers, shipping, taxes, discounts, and store configuration using JSON-RPC 2.0 protocol.
Uber Eats MCP Server
A proof-of-concept Model Context Protocol server that enables LLM applications to interact with Uber Eats, allowing AI agents to browse and order food through natural language.