reviewradar-response-mcp
v0.1.0
Published
MCP server for review response generation — craft professional responses to positive and negative reviews, analyze sentiment, generate response templates, and manage review reputation
Maintainers
Readme
reviewradar-response-mcp
Review response generation MCP server — craft professional responses to customer reviews, analyze sentiment patterns, generate response templates, and manage online reputation.
Tools
| Tool | Description |
|------|-------------|
| generate_review_response | Generate personalized, professional responses to 1-5 star reviews with recovery strategies |
| analyze_review_sentiment | Analyze a batch of reviews for sentiment patterns, complaint themes, and reputation health |
| generate_response_templates | Generate reusable response templates by rating level and complaint category |
| review_reputation_score | Calculate reputation health score from review distribution, response rate, and trends |
| competitive_review_analysis | Compare your review profile against competitors for strengths and vulnerabilities |
Installation
npx reviewradar-response-mcpConfiguration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"reviewradar-response": {
"command": "npx",
"args": ["-y", "reviewradar-response-mcp"]
}
}
}Environment Variables (Optional)
REVIEWRADAR_API_URL=https://fakescan.site
REVIEWRADAR_API_KEY=your-api-keyExamples
Generate Response to Negative Review
Use generate_review_response with:
- reviewText: "Terrible experience. Waited 45 minutes for food that was cold. Staff was rude when I complained."
- rating: 1
- businessName: "Mario's Italian Kitchen"
- businessType: "restaurant"
- includeOffer: trueAnalyze Batch of Reviews
Use analyze_review_sentiment with an array of reviews containing text and ratingLicense
MIT — fakescan.site
