eBay MCP サーバー
Ebay.comからオークションを取得できるシンプルなeBayサーバー
公式のMCP Python SDKを使用して、プロトコル通信とサーバー相互作用を処理します。
例
「バットマンコミックのオークションを10件見つけて」のようなプロンプトを使用しましょう
Related MCP server: Bing Search MCP Server
コンポーネント
ツール
サーバーは次の単一のツールを提供します:
list_auction: eBayでオークションを検索します。このツールはeBayでオークションを見つけるのに役立ちます。
検索クエリに必要な「クエリ」引数
結果の量を表すオプションの「ammount」引数
デフォルトは0
eBayのREST APIから結果を返します
インストール
UV (高速Pythonパッケージとプロジェクトマネージャー)が必要です
uvがインストールされていない場合。
# Using Homebrew on macOS
brew install uvまたは
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"次に、MCPサーバーをインストールします
# Install from source
uv pip install git+https://github.com/CooKey-Monster/EbayMcpServer.git環境変数
以下の環境変数が必要です。eBay開発者ポータルで見つけることができます。
CLIENT_ID: eBayクライアントIDCLIENT_SECRET: eBayクライアントシークレット
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.