Connector guide3-minute read10 MCP toolsEN · DE · IT

eBay Sell mit Gemini verbinden — über 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 teamAktualisiert 3 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

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.

Tools

10

Region

INTL

Kategorie

E-commerce

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

EBAY_CLIENT_IDEBAY_CLIENT_SECRETEBAY_REFRESH_TOKENEBAY_MARKETPLACE_ID
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge eBay Sell mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

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.

Frag einfach

Beispiel-Prompts für eBay Sell

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

eBay Sell · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → eBay Sell klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

eBay Sell + Gemini

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.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

EBAY_CLIENT_ID, EBAY_CLIENT_SECRET, EBAY_REFRESH_TOKEN, EBAY_MARKETPLACE_ID

Schritt 1 — Zugangsdaten holen

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.

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Gemini hinzufügen

Gemini CLI liest MCP-Server aus ~/.gemini/settings.json (oder %APPDATA%\gemini\settings.json unter Windows). Hinzufügen:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und gemini neu starten.
  3. /mcp in Gemini CLI ausführen — eBay Sell sollte als verfügbar gelistet sein.
  4. Vertex AI Studio: https://cloud.anythingmcp.com/mcp im tools-Array der Anfrage mit demselben Bearer-Header übergeben.

Verfügbare Tools

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

Unterstützen Gemini 1.5 Pro oder 2.x MCP? Ja — Gemini CLI ≥ 0.4 und die Vertex AI Tools API akzeptieren MCP httpUrl-Connectors mit Bearer-Header.

Nächste Schritte

War dieser Guide hilfreich?

Your eBay Sell agent is one click away.

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

Verwandte Anleitungen

connectors

eBay Sell mit ChatGPT verbinden — über 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 mit Claude verbinden — über 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 mit Cursor verbinden — über 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 zu MCP — eBay Sell aus jedem KI-Agent steuern

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 mit Gemini verbinden — über 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 mit Gemini verbinden — über 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.