Skip to main content
Glama

Ebay MCP Server

MIT License
4
  • Apple
  • Linux

이베이 MCP 서버

Ebay.com에서 경매를 가져올 수 있는 간단한 Ebay 서버

공식 MCP Python SDK를 사용하여 프로토콜 통신과 서버 상호작용을 처리합니다.

"배트맨 만화 경매 10곳 찾아줘"와 같은 프롬프트를 사용해 보세요.

구성 요소

도구

서버는 단일 도구를 제공합니다.

  • list_auction: 이베이에서 경매 상품을 검색합니다. 이 도구는 이베이에서 경매 상품을 찾는 데 유용합니다.
    • 검색 쿼리에 대한 필수 "쿼리" 인수
    • 결과의 양에 대한 선택적 "ammount" 인수
      • 기본값은 0입니다
    • Ebay의 REST API에서 결과를 반환합니다.

설치

UV (Fast Python 패키지 및 프로젝트 관리자)가 필요합니다.

uv가 설치되어 있지 않으면

지엑스피1

또는

# 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 (Fast 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
      14
      Python
      MIT License
    • A
      security
      A
      license
      A
      quality
      A production-ready Model Context Protocol server that enables language models to leverage AI-powered web scraping capabilities, offering tools for transforming webpages to markdown, extracting structured data, and executing AI-powered web searches.
      Last updated -
      3
      33
      Python
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.
      Last updated -
      3
      53
      Python
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      A 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 -
      1
      616
      14
      JavaScript
      • Apple
      • Linux

    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