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
を設定する必要があります。
メルカド・リブレのサイトID
- MLA: アルゼンチン(デフォルト)
- MLB: ブラジル
- MCO: コロンビア
- MEX: メキシコ
- MLU: ウルグアイ
- MLC: チリ
インストール
このサーバーを使用するには 2 つの方法があります。
Smithery経由でインストール
Smithery経由で Claude Desktop 用の MercadoLibre MCP Server を自動的にインストールするには:
オプション 1: NPX (推奨)
この構成を Claude Desktop 構成ファイルに追加します。
オプション2: ローカルインストール
- リポジトリをクローンする
- 依存関係をインストールします:
- サーバーを構築します。
- この構成を Claude Desktop 構成に追加します。
デバッグ
MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。
インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。
貢献
貢献は大歓迎です!新しい MCP サーバーやコードベースのその他の改善点については、PR を開いてください。
免責事項
このプロジェクトは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