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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace 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_profilefindSellerStandardsProfiles
GET
/seller_standards_profile/{program}/{cycle}getSellerStandardsProfile
GET
/traffic_reportgetTrafficReport