eBay MCP サーバー
Ebay.comからオークションを取得できるシンプルなeBayサーバー
公式のMCP Python SDKを使用して、プロトコル通信とサーバー相互作用を処理します。
例
「バットマンコミックのオークションを10件見つけて」のようなプロンプトを使用しましょう
コンポーネント
ツール
サーバーは次の単一のツールを提供します:
list_auction: eBayでオークションを検索します。このツールはeBayでオークションを見つけるのに役立ちます。
検索クエリに必要な「クエリ」引数
結果の量を表すオプションの「ammount」引数
デフォルトは0
eBayのREST APIから結果を返します
インストール
UV (高速Pythonパッケージとプロジェクトマネージャー)が必要です
uvがインストールされていない場合。
または
次に、MCPサーバーをインストールします
環境変数
以下の環境変数が必要です。eBay開発者ポータルで見つけることができます。
CLIENT_ID
: eBayクライアントIDCLIENT_SECRET
: eBayクライアントシークレット
This server cannot be installed
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.
「バットマン コミックのオークションを 10 件見つけてください」などの自然言語プロンプトを使用して、Ebay.com からオークションを取得できるモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server enabling product searches across e-commerce platforms, price history tracking, and product specification-based searches using natural language prompts.Last updated -214MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.Last updated -355MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -128517
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to interact with a complete e-commerce application, providing authentication, product browsing, and shopping cart management through standardized MCP tools.Last updated -