Ecomm MCP Server

This is a minimal MCP (Multi-Command Protocol) server implementation for product search, designed to work seamlessly with Claude's tool integration.

Local serverstdioGo

What is the Ecomm MCP MCP server?

Ecomm MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. This is a minimal MCP (Multi-Command Protocol) server implementation for product search, designed to work seamlessly with Claude's tool integration. It uses FastMCP to expose a simple tool that allows language models to query an API for.

Setting it up

The server ships on npm as redtry-product-scraper-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Ecomm MCP is connected, these are the calls the assistant has available:

  • MCP — compatible server for Claude integration
  • Markdown — formatted responses with clickable product links and prices

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ecomm mcp mcp server does with a few real requests.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ecomm MCP's toolset — MCP, Markdown — is a fair guide to whether it matches your workflow. It is maintained by Redtri-git; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
MCPcompatible server for Claude integration
Markdownformatted responses with clickable product links and prices

How to install the Ecomm MCP MCP server

{
  "mcpServers": {
    "redtry": {
      "command": "npx",
      "args": ["-y", "redtry-product-scraper-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Ecomm MCP to MCP.
  • Use Ecomm MCP to Markdown.

Frequently asked questions

It connects Ecomm MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (MCP, Markdown) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ecomm MCP directly.