Mercado Libre MCP Server
by @marcosnahuel
Complete MCP server for Mercado Libre seller operations — products, orders, pricing, stock, questions, ads, reputation, competitor analysis
clawhub install mercadolibre-mcp📖 About This Skill
name: mercadolibre-mcp description: Complete MCP server for Mercado Libre seller operations — products, orders, pricing, stock, questions, ads, reputation, competitor analysis version: 1.0.0 metadata: openclaw: requires: env: - ML_CLIENT_ID - ML_CLIENT_SECRET - ML_REFRESH_TOKEN bins: - node primaryEnv: ML_REFRESH_TOKEN emoji: "🛒" homepage: https://github.com/MarcosNahuel/mercadolibre-mcp
Mercado Libre MCP Server
The first complete MCP server for Mercado Libre. 11 tools for seller operations — manage products, orders, pricing, stock, customer questions, advertising, reputation, and competitor intelligence.
Setup
Two authentication modes:
Option A: Direct token (recommended if you have n8n/cron managing refresh)
ML_ACCESS_TOKEN=APP_USR-...
ML_SITE_ID=MLA
Option B: Auto-refresh (standalone, no external dependencies)
1. Create an app at developers.mercadolibre.com 2. Authorize via OAuth to get your refresh token 3. Set environment variables:
ML_CLIENT_ID=your_client_id
ML_CLIENT_SECRET=your_client_secret
ML_REFRESH_TOKEN=your_refresh_token
ML_SITE_ID=MLA
Tools
Read operations
Write operations
Supported countries
Works with all Mercado Libre sites: MLA (Argentina), MLU (Uruguay), MLB (Brazil), MLC (Chile), MLM (Mexico), MCO (Colombia), and more.
Features
Example prompts
License
MIT — by TRAID
⚙️ Configuration
Two authentication modes:
Option A: Direct token (recommended if you have n8n/cron managing refresh)
ML_ACCESS_TOKEN=APP_USR-...
ML_SITE_ID=MLA
Option B: Auto-refresh (standalone, no external dependencies)
1. Create an app at developers.mercadolibre.com 2. Authorize via OAuth to get your refresh token 3. Set environment variables:
ML_CLIENT_ID=your_client_id
ML_CLIENT_SECRET=your_client_secret
ML_REFRESH_TOKEN=your_refresh_token
ML_SITE_ID=MLA