Skip to content
MCP-Bridge
Data & AnalyticsAuto-generated

Seller Service Metrics API MCP Server

The <i>Analytics API</i> provides data and information about a seller and their eBay business. <br><br>The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance ratin

Quick Setup

Transport: STDIO

Command: npx -y @mcp/api-ebay-com-sell-analytics

Environment Variables

_SELLER_SERVICE_METRICS_API__API_KEY

Example: your__seller_service_metrics_api__api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "api-ebay-com-sell-analytics": {
      "command": "npx",
      "args": ["-y","@mcp/api-ebay-com-sell-analytics"],
      "env": {
      "_SELLER_SERVICE_METRICS_API__API_KEY": "your__seller_service_metrics_api__api_key"
}
    }
  }
}

Endpoints

GET/customer_service_metric/{customer_service_metric_type}/{evaluation_type}

getCustomerServiceMetric

GET/seller_standards_profile

findSellerStandardsProfiles

GET/seller_standards_profile/{program}/{cycle}

getSellerStandardsProfile

GET/traffic_report

getTrafficReport