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ファイルを参照してください。
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
- AsecurityAlicenseAqualityEnables interaction with the PolyMarket API to fetch prediction market data such as market information, prices, and historical data, with robust error handling and rate limit management.Last updated -433PythonMIT License
- AsecurityAlicenseAqualityEnables interaction with Shopify store data using the GraphQL API, supporting product, customer, and order management with comprehensive error handling.Last updated -1549611TypeScriptMIT License
- AsecurityAlicenseAqualityEnables interaction with Shopify store data via GraphQL API, providing tools for managing products, customers, orders, discounts, and more with robust error handling.Last updated -1549630TypeScriptMIT License
- -securityAlicense-qualityEnables interaction with Shopify stores through GraphQL API, providing tools for managing products, customers, orders, and more.Last updated -4968TypeScriptMIT License