Skip to main content
Glama

MercadoLibre MCP Server

by lumile

MercadoLibre MCP 服务器

提供对 MercadoLibre API 的访问的 MCP 服务器。

特征

工具

  • search_products - 在 MercadoLibre 中搜索产品,并返回产品列表。
    • query ——搜索查询
    • category - 要搜索的类别
    • filters ——要应用的过滤器
  • product_reviews - 获取产品评论
  • product_description获取产品描述
  • seller_reputation - 获取卖家声誉

设置

先决条件

您需要一个 MercadoLibre 客户端 ID 和客户端密钥才能使用此服务器。您可以在https://developers.mercadolibre.com/免费获取,然后创建一个应用程序并获取凭证。

获得凭证后,即可设置CLIENT_IDCLIENT_SECRET环境变量。此外,还需要将SITE_ID环境变量设置为您想要使用的站点。

Mercado Libre 网站 ID

  • MLA:阿根廷(默认)
  • 美国职业棒球大联盟:巴西
  • 行动管制令:哥伦比亚
  • MEX:墨西哥
  • MLU:乌拉圭
  • MLC:智利

安装

有两种方法可以使用该服务器:

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 MercadoLibre MCP 服务器:

npx -y @smithery/cli install @lumile/mercadolibre-mcp --client claude
选项 1:NPX(推荐)

将此配置添加到您的 Claude Desktop 配置文件:

{ "mcpServers": { "mercadolibre-mcp": { "command": "npx", "args": [ "-y", "mercadolibre-mcp" ], "env": { "CLIENT_ID": "<YOUR_CLIENT_ID>", "CLIENT_SECRET": "<YOUR_CLIENT_SECRET>", "SITE_ID": "<YOUR_SITE_ID>" } } } }
选项 2:本地安装
  1. 克隆存储库
  2. 安装依赖项:
npm install
  1. 构建服务器:
npm run build
  1. 将此配置添加到您的 Claude Desktop 配置中:
{ "mcpServers": { "mercadolibre-mcp": { "command": "node", "args": [ "/path/to/mercadolibre-mcp/dist/index.js" ], "env": { "CLIENT_ID": "<YOUR_CLIENT_ID>", "CLIENT_SECRET": "<YOUR_CLIENT_SECRET>", "SITE_ID": "<YOUR_SITE_ID>" } } } }

调试

由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:

npm run inspector

检查器将提供一个 URL 来访问浏览器中的调试工具。

贡献

非常欢迎大家贡献代码!请提交 PR,包含新的 MCP 服务器或任何其他代码库改进。

免责声明

该项目与 MercadoLibre 无关。所有徽标均为其各自所有者的商标。

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE.md文件。


You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

支持与 MercadoLibre 的 API 进行交互,以进行产品搜索、评论、描述和卖家声誉洞察。

  1. 特征
    1. 工具
  2. 设置
    1. 先决条件
    2. Mercado Libre 网站 ID
    3. 安装
    4. 调试
  3. 贡献
    1. 免责声明
      1. 执照

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          Enables interaction with NeoDB, a social book cataloging service, by providing tools to fetch user info, search books, and retrieve detailed book information through its API.
          Last updated -
          2
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          Integrates Tavily's search API with LLMs to provide advanced web search capabilities, including intelligent result summaries, domain filtering for quality control, and configurable search parameters.
          Last updated -
          3
          64
          9
          JavaScript
          MIT License
          • Linux
        • -
          security
          F
          license
          -
          quality
          Enables app store analytics and competitor analysis through AppTweak API, with tools for keyword research, download estimates, and user review insights.
          Last updated -
          4
          JavaScript
        • A
          security
          A
          license
          A
          quality
          Facilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.
          Last updated -
          1
          2
          JavaScript
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/lumile/mercadolibre-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server