eBay Market Analysis & Resell-Ops A professional-grade MCP server that connects AI agents directly to real-time eBay "Sold" listing data. Stop relying on outdated training data and start getting live market valuations for your flips.
Key Features: Real-Time Data: Fetches the most recent completed transactions via SerpApi.
Arbitrage Insights: Returns average sold price, price ranges (min/max), and recent volume.
Smart Analysis: Designed to help agents calculate potential profit margins after estimated shipping and fees.
Lightweight & Fast: Optimized for use in Cursor, Claude Desktop, and other MCP-compatible clients.
Installation: To use this server, add the following to your MCP configuration:
JSON { "mcpServers": { "resell-ops": { "command": "npx", "args": ["-y", "resell-ops-mcp"], "env": { "SERPAPI_KEY": "<YOUR_FREE_SERPAPI_KEY_HERE>" } } } } How to use it: Ask your AI assistant:
"Check the eBay sold prices for a 'Nintendo Switch OLED' in Excellent condition."
"I found a 'Vintage 90s Nike Windbreaker' for $20. Use resell-ops to see if this is a good buy."
Server Config
{
"mcpServers": {
"resell-ops": {
"command": "npx",
"args": [
"-y",
"resell-ops-mcp"
],
"env": {
"SERPAPI_KEY": "<your_serpapi_key_here>"
}
}
}
}