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.jsonConfiguration 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
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.jsonEnvironment Variables
_SELLER_SERVICE_METRICS_API__API_KEYReplace your__seller_service_metrics_api__api_key with your actual seller service metrics api api key
Endpoints
/customer_service_metric/{customer_service_metric_type}/{evaluation_type}getCustomerServiceMetric
/seller_standards_profilefindSellerStandardsProfiles
/seller_standards_profile/{program}/{cycle}getSellerStandardsProfile
/traffic_reportgetTrafficReport