a month ago
A real-time eBay market analysis tool that fetches 'Sold' listings to provide accurate resale valuations and profit margins.
Server Config
{
"mcpServers": {
"resell-ops": {
"command": "npx",
"args": [
"-y",
"resell-ops-mcp"
],
"env": {
"SERPAPI_KEY": "<your_serpapi_key_here>"
}
}
}
}