Back to Home
newerton icon

mcp-mercado-livre

Verified Safe

by newerton

Overview

Provides an MCP server tool to scrape product information, such as prices and availability, directly from Mercado Livre, with strong data validation.

Installation

Run Command
node build/main.js

Security Notes

The server performs web scraping using `fetch` and `cheerio` to a specific domain (Mercado Livre). User input for product names is sanitized using `voca.slugify` before being incorporated into the URL, mitigating direct injection risks. There are no indications of 'eval' usage, obfuscation, or hardcoded sensitive credentials. The primary security considerations are external: the inherent fragility of web scraping (e.g., potential IP blocking or changes in Mercado Livre's HTML structure) and adherence to Mercado Livre's terms of service, rather than internal code vulnerabilities.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens20000
Stars3
Forks2
Last Update2026-01-15

Tags

Mercado LivreProduct ScrapingMCP ServerWeb ScrapingTypeScript