MCP.so
登录

Mercado Livre - MCP Server

@newerton

关于 Mercado Livre - MCP Server

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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

newerton

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mercado Livre - MCP Server?

Mercado Livre - MCP Server is an MCP integration that scrapes product data—such as prices and availability—directly from Mercado Livre. It validates inputs with Zod and follows a Domain-Driven Design (DDD) layered architecture.

How to use Mercado Livre - MCP Server?

Clone the repository, run npm install and npm build. Then in VSCode, press Ctrl+Shift+P, select “MCP: List Servers”, choose “products”, and click “Start Server”.

Key features of Mercado Livre - MCP Server

  • get-produtos tool to fetch basic product information.
  • Input validation using Zod.
  • Integration with the Mercado Livre API via fetch.
  • Layered architecture (Domain, Infrastructure, Application, Interface).
  • Configured with StdioServerTransport for MCP communication.

Use cases of Mercado Livre - MCP Server

  • Scraping live product prices and availability from Mercado Livre.
  • Building a shopping assistant that queries real‑time product data.
  • Demonstrating an MCP server with strong validation and clean architecture.
  • Automating price monitoring for specific products.

FAQ from Mercado Livre - MCP Server

What tools does the server provide?

It provides a single tool, get-produtos, which returns basic product information from Mercado Livre.

How do I configure and run the server in VSCode?

After building, use the MCP extension: press Ctrl+Shift+P, select “MCP: List Servers”, choose “products”, then “Start Server”. Output can be shown via the same menu.

What architecture does the server follow?

It follows a layered DDD pattern with separate Domain, Infrastructure, Application, and Interface layers, plus an entry point that initializes the MCP server.

What transport does the server use?

It uses StdioServerTransport, which communicates over standard I/O.

Are there any authentication or API key requirements?

The README does not mention authentication; the server appears to call the public Mercado Livre API without special credentials.

评论

其他 分类下的更多 MCP 服务器