MercadoLibre MCP 服务器
提供对 MercadoLibre API 的访问的 MCP 服务器。
特征
工具
search_products
- 在 MercadoLibre 中搜索产品,并返回产品列表。query
——搜索查询category
- 要搜索的类别filters
——要应用的过滤器
product_reviews
- 获取产品评论product_description
获取产品描述seller_reputation
- 获取卖家声誉
设置
先决条件
您需要一个 MercadoLibre 客户端 ID 和客户端密钥才能使用此服务器。您可以在https://developers.mercadolibre.com/免费获取,然后创建一个应用程序并获取凭证。
获得凭证后,即可设置CLIENT_ID
和CLIENT_SECRET
环境变量。此外,还需要将SITE_ID
环境变量设置为您想要使用的站点。
Mercado Libre 网站 ID
- MLA:阿根廷(默认)
- 美国职业棒球大联盟:巴西
- 行动管制令:哥伦比亚
- MEX:墨西哥
- MLU:乌拉圭
- MLC:智利
安装
有两种方法可以使用该服务器:
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 MercadoLibre MCP 服务器:
选项 1:NPX(推荐)
将此配置添加到您的 Claude Desktop 配置文件:
选项 2:本地安装
- 克隆存储库
- 安装依赖项:
- 构建服务器:
- 将此配置添加到您的 Claude Desktop 配置中:
调试
由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:
检查器将提供一个 URL 来访问浏览器中的调试工具。
贡献
非常欢迎大家贡献代码!请提交 PR,包含新的 MCP 服务器或任何其他代码库改进。
免责声明
该项目与 MercadoLibre 无关。所有徽标均为其各自所有者的商标。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE.md文件。
You must be authenticated.
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 进行交互,以进行产品搜索、评论、描述和卖家声誉洞察。
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables 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 -2PythonMIT License
- AsecurityAlicenseAqualityIntegrates 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 -3649JavaScriptMIT License
- -securityFlicense-qualityEnables app store analytics and competitor analysis through AppTweak API, with tools for keyword research, download estimates, and user review insights.Last updated -4JavaScript
- AsecurityAlicenseAqualityFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.Last updated -12JavaScriptMIT License