Skip to main content
Glama

🛒 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. It uses FastMCP to expose a simple tool that allows language models to query an API for product listings.


🚀 Features

  • MCP-compatible server for Claude integration

  • search_products tool for querying product

  • Markdown-formatted responses with clickable product links and prices

  • Easy testing and integration with Claude desktop app


Running

Running with NPX

npx -y redtry-product-scraper-mcp

To run with SSE instead of Stdio:

env SSE_LOCAL=true npx -y redtry-product-scraper-mcp

Manual install with NPM

npm install -g redtry-product-scraper-mcp

Adding to Claude Desktop

Go to:

Claude > Settings > Developer > Edit Config

Find or add your configuration for the tool in claude_desktop_config.json. It should look like this: Add the following to your configuration file:

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

Adding to Cursor

  • Open Cursor Settings

  • Go to Features > MCP Servers

  • Click "+ Add new global MCP server"

  • Enter the following code:

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

Adding to Windsurf

Add this to your ./codeium/windsurf/model_config.json:

{
  "mcpServers": {
    "redtry": {
      "command": "npx",
      "args": ["-y", "redtry-product-scraper-mcp"],
    }
  }
}
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Redtri-git/Ecomm-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server