← Back to Plugins
MCP Server MCP

eBay Browse

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx ebay-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ebay-mcp",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Which eBay environment to use: \"production\" or \"sandbox\". Defaults to production.",
          "format": "string",
          "name": "EBAY_ENV"
        },
        {
          "description": "eBay production App ID (Client ID) from your eBay developer account. Required for EBAY_ENV=production.",
          "format": "string",
          "isSecret": true,
          "name": "EBAY_PRD_APP_ID"
        },
        {
          "description": "eBay production Cert ID (Client Secret). Required for EBAY_ENV=production.",
          "format": "string",
          "isSecret": true,
          "name": "EBAY_PRD_CERT_ID"
        },
        {
          "description": "eBay sandbox App ID (Client ID). Required for EBAY_ENV=sandbox.",
          "format": "string",
          "isSecret": true,
          "name": "EBAY_SBX_APP_ID"
        },
        {
          "description": "eBay sandbox Cert ID (Client Secret). Required for EBAY_ENV=sandbox.",
          "format": "string",
          "isSecret": true,
          "name": "EBAY_SBX_CERT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...