Skip to content
MCP-Bridge
Data & Analytics

Seller Service Metrics API MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/api-ebay-com-sell-analytics.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/api-ebay-com-sell-analytics.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/api-ebay-com-sell-analytics.json

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