Skip to content
MCP-Bridge
Data & Analytics

Seller Service Metrics API Claude Desktop Config

Add the Seller Service Metrics API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Environment Variables

_SELLER_SERVICE_METRICS_API__API_KEY

Replace your__seller_service_metrics_api__api_key with your actual 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