mcp-mercado-livre
If you are the rightful owner of mcp-mercado-livre and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An integration that enables MCP tools to scrape product data, such as prices and availability, directly from Mercado Livre.
The Mercado Livre MCP Server is a part of the Model Context Protocol (MCP) ecosystem, designed to integrate with external sources and manage specific domain models. It demonstrates how to build an MCP server that scrapes product data from Mercado Livre, ensuring strong data validation for reliability. The server is structured using Domain-Driven Design (DDD) patterns, with a focus on modular architecture. It includes layers for domain interfaces, infrastructure services, application logic, and interface controllers. The server is initialized through a main entry point, which configures the transport and starts listening on standard input/output. This project is ideal for developers looking to integrate Mercado Livre data into their applications, providing a robust framework for data scraping and validation.
Features
- get-produtos: Fetch basic product information.
- Input validation: Uses Zod for strong data validation.
- API Integration: Integrates with the Mercado Livre API using fetch.