Ecomm MCP Server
A product search server that provides markdown-formatted responses with clickable product links and prices.
🛒 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_productstool 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"],
}
}
}
相关服务器
Baidu Search
Provides web search capabilities using the Baidu Search API, with features for content fetching and parsing.
Docs MCP
A server for efficiently searching and referencing user-configured local documents.
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
PubMed Search
Search for biomedical literature from the PubMed database.
MCP Ripgrep Server
Provides local file search capabilities using the ripgrep (rg) command-line tool.
Perplexity Search
Access the Perplexity search API for real-time information and answers.
Bocha
A search engine for AI applications, providing world knowledge from web pages and various content sources like weather, news, and images.
RAGMap
RAG-focused MCP subregistry and server to discover and route to retrieval-capable MCP servers with semantic search, filters, and explainable ranking.
SearXNG
A privacy-respecting metasearch engine powered by a self-hosted SearXNG instance.
Quotewise Quote MCP
Semantic quote search - 600K quotes with source transparency