mcp-mercado-livre
Verified Safeby 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
node build/main.jsSecurity 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
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
mcp-server
A Model Context Protocol (MCP) server that integrates with SerpApi to provide comprehensive search engine results and data extraction to an LLM.
webscraping-ai-mcp-server
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.