Connector guide3-minute read10 MCP toolsEN · DE · IT

Cómo conectar eBay Sell a Gemini — via 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 teamActualizado 3 min read Código abierto en GitHub

Sin tarjeta de crédito · 7 días de prueba · Alternativa self-host disponible

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.

herramientas

10

Región

INTL

Categoría

E-commerce

Autenticación

OAuth 2.0

Env vars requeridas

EBAY_CLIENT_IDEBAY_CLIENT_SECRETEBAY_REFRESH_TOKENEBAY_MARKETPLACE_ID
Instalar con un clic en Cloud

7 días de prueba gratis · Sin tarjeta de crédito

  • Prueba gratis de 7 días
    Sin tarjeta de crédito
  • GDPR & SOC 2 ready
    Datos en la UE, registros de auditoría
  • Código abierto en GitHub
    Open source · AGPL-3.0
  • Funciona con ChatGPT, Claude, Gemini
    Cualquier cliente compatible con MCP

Sáltate la instalación. Funcionando en menos de 2 minutos.

Inicia una prueba gratuita en cloud.anythingmcp.com, añade eBay Sell con un clic y apunta tu cliente de IA (Claude, ChatGPT, Copilot o Cursor) al endpoint MCP generado. Sin Docker, sin git clone, sin experiencia de desarrollo.

Empezar prueba gratis

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.

Prueba a pedir

Prompts de ejemplo para eBay Sell

Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.

eBay Sell · live vía MCP
Compartir
Opus 4.7

Claude es IA y puede equivocarse. Verifica siempre las respuestas.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → eBay Sell, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

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.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

EBAY_CLIENT_ID, EBAY_CLIENT_SECRET, EBAY_REFRESH_TOKEN, EBAY_MARKETPLACE_ID

Paso 1 — Obtener credenciales

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.

Paso 2 — Instalar el adapter

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

Paso 3 — Añadir el conector en Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — eBay Sell debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

Herramientas disponibles

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

¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Your eBay Sell agent is one click away.

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

Guías relacionadas

connectors

Cómo conectar eBay Sell a ChatGPT — via 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

Cómo conectar eBay Sell a Claude — via 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

Cómo conectar eBay Sell a Cursor — via 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 a MCP — Pilota eBay Sell desde cualquier agente IA

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

Cómo conectar AFAS Profit a Gemini — via 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

Cómo conectar Aruba Fatturazione Elettronica a Gemini — via 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.