The MercadoLibre MCP Server provides tools to interact with the MercadoLibre API, offering capabilities to:
- Search Products: Search using queries with limit and offset options
- Get Product Reviews: Retrieve reviews for specific products by ID
- Get Product Descriptions: Fetch detailed descriptions by product ID
- Get Seller Reputation: Access seller reputation data by seller ID
MercadoLibre MCP Server
An MCP server that provides access to MercadoLibre API.
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:
Option 1: NPX (Recommended)
Add this configuration to your Claude Desktop config file:
Option 2: Local Installation
- Clone the repository
- Install dependencies:
- Build the server:
- Add this configuration to your Claude Desktop config:
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
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.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables interaction with MercadoLibre's API for product search, reviews, descriptions, and seller reputation insights.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables interaction with the PolyMarket API to fetch prediction market data such as market information, prices, and historical data, with robust error handling and rate limit management.Last updated -433PythonMIT License
- AsecurityAlicenseAqualityEnables interaction with Shopify store data using the GraphQL API, supporting product, customer, and order management with comprehensive error handling.Last updated -1549611TypeScriptMIT License
- AsecurityAlicenseAqualityEnables interaction with Shopify store data via GraphQL API, providing tools for managing products, customers, orders, discounts, and more with robust error handling.Last updated -1549630TypeScriptMIT License
- -securityAlicense-qualityEnables interaction with Shopify stores through GraphQL API, providing tools for managing products, customers, orders, and more.Last updated -4968TypeScriptMIT License