# MercadoLibre MCP Server

Access MercadoLibre's API to search products, retrieve reviews, and check seller reputations.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add lumile/mercadolibre-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list lumile/mercadolibre-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lumile/mercadolibre-mcp seller_reputation

# Call a tool
npx -y @smithery/cli@latest tool call lumile/mercadolibre-mcp seller_reputation '{}'
```

## Tools (3)

- `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

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lumile/mercadolibre-mcp <tool-name>
```

---

Source: https://github.com/lumile/mercadolibre-mcp | License: MIT
