Connector guide2-minute read10 MCP toolsEN · DE · IT

eBay Sell を Cursor に接続する方法 — MCP 経由

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

HCBy HelpCode team更新日 2 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

eBay Sell

eBay Sell

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

ツール

10

地域

INTL

カテゴリー

E-commerce

認証

OAuth 2.0

必要な環境変数

EBAY_CLIENT_IDEBAY_CLIENT_SECRETEBAY_REFRESH_TOKENEBAY_MARKETPLACE_ID
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、eBay Sell をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

こう聞いてみよう

eBay Sell のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

eBay Sell · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → eBay Sell をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

eBay Sell + Cursor

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

EBAY_CLIENT_ID, EBAY_CLIENT_SECRET, EBAY_REFRESH_TOKEN, EBAY_MARKETPLACE_ID

ステップ 1 — 認証情報を取得

Getting a token — the Sell APIs need a user token, not an application token.

  1. Register at developer.ebay.com and create a production keyset. Note the App ID (client id), Cert ID (client secret) and an RuName (redirect URI name).
  2. Run the authorization-code grant once for the seller account, requesting the scopes you need: sell.inventory, sell.fulfillment, sell.account, optionally read-only variants. eBay's OAuth documentation has a browser-based token tool for this.
  3. Keep the refresh token — it lasts around 18 months — and set EBAY_CLIENT_ID, EBAY_CLIENT_SECRET and EBAY_REFRESH_TOKEN.

ステップ 2 — アダプターをインストール

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

ステップ 3 — Cursor にコネクタを追加

Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の Profile → MCP API Keys → New KeyMCP API key を取得。
  2. ファイルを保存し Cursor を再起動。
  3. Cursor → Settings → MCP を開き、eBay Sell が "Connected" として表示されることを確認。
  4. チャット開始 — eBay Sell のすべてのツールが呼び出し可能になります。

利用可能なツール

ToolWhat it does
ebay_sell_list_ordersList orders with their buyer, line items, totals, payment status and fulfilment status
ebay_sell_get_orderRead one order in full: every line item with SKU and price, the buyer, the shipping address, the payment summary and the fulfilment instruct
ebay_sell_list_inventory_itemsList inventory items — the SKU-level product records behind Sell-API listings
ebay_sell_get_inventory_itemRead one inventory item by SKU: its product details, condition, package dimensions and available quantity per fulfilment channel
ebay_sell_list_offersList the offers (listings) for one SKU, with their marketplace, format, price, listing status and listing id
ebay_sell_list_fulfillment_policiesList the seller's fulfilment (shipping) policies for the configured marketplace, with their services, costs and handling times
ebay_sell_list_return_policiesList the seller's return policies: whether returns are accepted, the return window, and who pays the shipping
ebay_sell_list_payment_disputesList payment disputes opened against the seller, with the reason, amount, status and the deadline to respond
ebay_sell_get_privilegesRead the selling privileges of the account: whether selling is enabled and what the current selling limits on quantity and value are
ebay_sell_update_offer_priceChange the price of a live offer

FAQ

Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。

次のステップ

このガイドは役に立ちましたか?

Your eBay Sell agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

関連ガイド

connectors

eBay Sell を ChatGPT に接続する方法 — MCP 経由

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

connectors

eBay Sell を Claude に接続する方法 — MCP 経由

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

connectors

eBay Sell を Gemini に接続する方法 — MCP 経由

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

connectors

eBay Sell を MCP に — あらゆる AI エージェントから eBay Sell を操作

eBay's Sell APIs for merchants: inventory items and offers, orders and fulfilment, payment disputes, and the seller's own account policies. OAuth 2.0 user token against the production marketplace.

connectors

AFAS Profit を Cursor に接続する方法 — MCP 経由

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica を Cursor に接続する方法 — MCP 経由

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.