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"],
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Marginalia Search
A search engine for non-commercial content and hidden gems of the internet.
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.
TranscriptAPI YouTube Skills
Get YouTube transcripts, search videos, browse channels, and extract playlists from any AI agent — powered by TranscriptAPI.com with no API key required.
IP2Location.io
IP2Location.io API integration to retrieve the geolocation information for an IP address.
Ticketmaster
Discover events, venues, and attractions using the Ticketmaster Discovery API.
Halal Terminal MCP
Shariah-compliant investing for AI agents — screen stocks & ETFs across 5 methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P), audit portfolios, calculate zakat, get market data, news & SEC filings.
Unsloth AI Documentation
Search and retrieve content from the Unsloth AI documentation.
Pokemon TCG Card Search MCP
Search and display Pokemon Trading Card Game cards using the Pokemon TCG API.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.
world airfares flight mcp
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.