Review Intelligence MCP Server for AI Assistants avatar
Review Intelligence MCP Server for AI Assistants

Pricing

Pay per event

Go to Apify Store
Review Intelligence MCP Server for AI Assistants

Review Intelligence MCP Server for AI Assistants

MCP Server providing AI assistants with unified access to 11+ review platforms through a single interface. Scrape reviews, analyze sentiment, generate AI-powered responses, and monitor reputation across Google, Yelp, Facebook, TripAdvisor, and more.

Pricing

Pay per event

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

10 days ago

Last modified

Share

Review Intelligence MCP Server - Multi-Platform Review Aggregation API

What is MCP (Model Context Protocol)?

MCP is a protocol that allows AI assistants (like Claude) to interact with external tools and data sources. This MCP server connects to various APIs and services.

How to Use MCP Servers

  1. Install the MCP server in Claude Desktop's config
  2. The server provides tools the AI can use
  3. Ask Claude to use the tools (e.g., "Search for local businesses...")

MCP Server providing AI assistants with unified access to review aggregation, sentiment analysis, and response generation across multiple platforms. Scrape reviews from Google, Yelp, Facebook, TripAdvisor, Angi, BBB, Healthgrades, HomeAdvisor, G2, Capterra, and Trustpilot. Generate AI-powered review responses, analyze sentiment trends, and track reputation metrics. Perfect for AI agents managing business reputation. By John Rippy (https://www.linkedin.com/in/johnrippy/ | https://johnrippy.link/).

Features

  • Model Context Protocol (MCP) compatible
  • Works with Claude and other AI assistants
  • Structured data output
  • Multiple data sources

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
See input schema

Output Format

{
"data": [...]
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventDescriptionPrice
actor-startBase cost per run$0.10
platform_scrapedPer platform scraped$0.05
response_generatedPer AI response generated$0.02
sentiment_analyzedPer sentiment analysis$0.03

Example costs:

  • Scrape 3 platforms: $0.10 + (3 × $0.05) = $0.25
  • Generate 5 responses: $0.10 + (5 × $0.02) = $0.20
  • Full reputation report: $0.10 + $0.15 + $0.03 = $0.28

Use Cases

  • Reputation Management - Monitor and respond to reviews across all platforms
  • AI Review Assistants - Let Claude/GPT manage your review responses
  • Competitive Intelligence - Compare your reviews with competitors
  • Sentiment Tracking - Monitor sentiment trends over time
  • Brand Monitoring - Track keyword mentions in customer feedback
  • Agency Operations - Manage reviews for multiple client businesses

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal