There is one tool and no configuration, so what you are choosing is the output shape: Markdown with working links and visible prices, which reads well in a chat client and saves the model from re-formatting a JSON blob. The repository does not say which catalogue sits behind it, so run a query before you build anything on it.
A deliberately minimal FastMCP server with a single job: take a product query, hit a product-listing API, and return the results formatted as Markdown so links and prices render in the conversation rather than arriving as raw JSON.
- `search_products` queries for product listings
- Results come back as Markdown with clickable product links and prices
- One tool, so there is nothing to choose between and nothing to configure per call
No account and no key. Run it with `npx -y redtry-product-scraper-mcp` straight from your client config, or install globally with `npm install -g redtry-product-scraper-mcp`. Package `redtry-product-scraper-mcp`, version 1.0.3. Stdio by default; set `SSE_LOCAL=true` in front of the same command to serve over SSE instead.
One command — npx -y redtry-product-scraper-mcp
