mcp-mercado-livre

newerton/mcp-mercado-livre
★ 7 stars TypeScript 🌐 Browser/Web Updated today
Mercado Livre MCP Server: A Model Context Protocol (MCP) server for interacting with the Mercado Livre. Provides tools for fetching product data, such as prices and availability, with a layered architecture and data validation using Zod
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-mercado-livre": {
      "command": "npx",
      "args": [
        "-y",
        "newerton/mcp-mercado-livre"
      ]
    }
  }
}

README Excerpt

<div align="center"> This project is part of the Model Context Protocol (MCP) ecosystem and provides tools for integrating with external sources and managing specific domain models. It is designed to demonstrate how to build an MCP server that scrapes products from Mercado Livre, with strong data validation to ensure reliability.