← Back to browse

eBay Browse

Indexed by io.github.cunicopia-dev

About

eBay Browse API MCP server — buy-side listing search and price intelligence.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsEBAY_ENV EBAY_PRD_APP_ID EBAY_PRD_CERT_ID EBAY_SBX_APP_ID EBAY_SBX_CERT_ID
Claude Code
claude mcp add --env EBAY_ENV= --env EBAY_PRD_APP_ID= --env EBAY_PRD_CERT_ID= --env EBAY_SBX_APP_ID= --env EBAY_SBX_CERT_ID= ebay-mcp -- uvx ebay-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ebay-mcp","command":"uvx","args":["ebay-mcp"],"env":{"EBAY_ENV":"","EBAY_PRD_APP_ID":"","EBAY_PRD_CERT_ID":"","EBAY_SBX_APP_ID":"","EBAY_SBX_CERT_ID":""}}'
JSON
{
  "mcpServers": {
    "ebay-mcp": {
      "command": "uvx",
      "args": [
        "ebay-mcp"
      ],
      "env": {
        "EBAY_ENV": "",
        "EBAY_PRD_APP_ID": "",
        "EBAY_PRD_CERT_ID": "",
        "EBAY_SBX_APP_ID": "",
        "EBAY_SBX_CERT_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.