🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

redtry-product-scraper-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redtry-product-scraper-mcp

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

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

đź›’ 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

đź§Ş Local Development

First, clone the repository:

git clone https://github.com/Redtri-git/Ecomm-MCP.git
cd ecomm-mcp-server

To run this MCP server in development mode:

uv run mcp dev main.py

🔌 Install for Claude

To register and install this tool with Claude:

uv run mcp install main.py

After installation, 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:

{
  "mcpServers": {
    "Ecomm": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with",
        "requests",
        "mcp",
        "run",
        "/path/to/your-cloned-mcp-server/main.py"
      ]
    }
  }
}

đź”§ Update the path in the last argument to the correct location of your main.py.

Keywords

mcp

FAQs

Package last updated on 23 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts