Labsco
MCP SERVER

Ecomm MCP Server

by Redtri-git

One product-search tool that returns listings as Markdown, with clickable links and prices.

E-commerce & Marketplace Operations
Summary
Small enough that the formatting is the feature.

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.

What it is

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.

What you get
  • `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
Requirements

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.

Setup effort

One command — npx -y redtry-product-scraper-mcp