Scrape the Amazon and Ebay query page, for a list of product links, titles, prices, and thumbnails.
Server Config
{
"mcpServers": {
"Ecomm": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"main.py"
]
}
}
}