Skip to main content
Glama

Ebay MCP Server

MIT License
1
  • Apple
  • Linux

eBay MCP サーバー

Ebay.comからオークションを取得できるシンプルなeBayサーバー

公式のMCP Python SDKを使用して、プロトコル通信とサーバー相互作用を処理します。

「バットマンコミックのオークションを10件見つけて」のようなプロンプトを使用しましょう

コンポーネント

ツール

サーバーは次の単一のツールを提供します:

  • 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クライアントID
  • CLIENT_SECRET : eBayクライアントシークレット
-
security - not tested
A
license - permissive license
-
quality - not tested

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 からオークションを取得できるモデル コンテキスト プロトコル サーバー。

    1. コンポーネント
      1. ツール
    2. インストール
      1. UV (高速Pythonパッケージとプロジェクトマネージャー)が必要です
      2. 環境変数

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      8
      10
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.
      Last updated -
      9
      14
      9
      TypeScript
      MIT License
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.
      Last updated -
      3
      10
      Python
      • Linux
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that interfaces with Alpaca trading API, allowing users to manage portfolios, place trades, and access market data through natural language interactions.
      Last updated -
      Python

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/CooKey-Monster/EbayMcpServer'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server