reviewradar-mcp
v0.1.0
Published
MCP server for ReviewRadar — AI fake review detection for Amazon products
Maintainers
Readme
ReviewRadar MCP Server
MCP server for ReviewRadar — AI-powered fake review detection for Amazon products. Analyze any Amazon listing for review manipulation, get trust scores, and compare products side-by-side.
Tools
| Tool | Description |
|------|-------------|
| analyze_reviews | Analyze an Amazon product URL for fake reviews — trust score, verdict, patterns |
| compare_products | Side-by-side comparison of two Amazon products' review authenticity |
| check_usage | Check remaining daily scan quota |
Installation
Claude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"reviewradar": {
"command": "npx",
"args": ["-y", "reviewradar-mcp"]
}
}
}Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| REVIEWRADAR_API_URL | https://fakescan.site | ReviewRadar API base URL |
Examples
Check if a product has fake reviews:
"Analyze this Amazon product for fake reviews: https://amazon.com/dp/B0XXXXXXXX"
Compare two products:
"Compare the reviews of these two products — which one is more trustworthy?"
Check your quota:
"How many review scans do I have left today?"
Free Tier Limits
- 5 review analyses per day
- 1 product comparison per day
- Upgrade to Pro for unlimited: https://fakescan.site/pricing
Links
- ReviewRadar — Full platform + Chrome extension
- Crawde — AI tools hub
