review-rules-mcp
Provides tools for checking Google review text against Google's published rules, identifying rules a review may break, listing rules, and retrieving the review removal process.
Provides tools for checking Trustpilot review text against Trustpilot's published rules, identifying rules a review may break, listing rules, and retrieving the review removal process.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@review-rules-mcpCheck 'Terrible service, avoid!' against Trustpilot rules"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
review-rules-mcp
An MCP server that checks Trustpilot and Google review text against the platforms' published rules, for AI assistants. It is the review-rule-check package as five read-only tools.
It is a heuristic. It names the rule a review may break and the words that matched. It never predicts an outcome: Trustpilot decides every flag, and Google decides every report. Every result ends with the line "Heuristic from removeonestar.com; the platform makes the decision."
Tools
Tool | What it does |
| One review: the verdict ( |
| Up to 50 reviews, with totals |
| One rule: plain-words policy, a quote from the platform's page, the source link, the date it was read |
| Every rule for Trustpilot (8) or Google (12) |
| The steps to report a review on that platform, each with its source link |
platform is "trustpilot" or "google".
Related MCP server: ReputeMap MCP
Use it
Hosted, no install, no key (Streamable HTTP):
claude mcp add --transport http review-rules https://www.removeonestar.com/api/mcpCursor (~/.cursor/mcp.json):
{ "mcpServers": { "review-rules": { "url": "https://www.removeonestar.com/api/mcp" } } }Locally, over stdio (Claude Desktop's claude_desktop_config.json and any other MCP client):
{ "mcpServers": { "review-rules": { "command": "npx", "args": ["-y", "review-rules-mcp"] } } }The hosted endpoint is rate limited to 60 requests a minute per IP. Nothing sent to it is stored or logged.
Licence
MIT. See LICENSE.
Maintained by Remove One Star (removeonestar.com). For a real count of which reviews on your own profile break a rule, ask for a free audit.
Related MCP Connectors
ReviewOracle - 8 review intel tools: sentiment, themes, competitors, response drafts.
Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.
Live web checks for AI agents: sitemaps, robots.txt, URL status, broken links, feeds, citations.
Agent-readiness scanner (0-5 score), robots.txt + llms.txt generators, managed agent enablement.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to fetch, analyze, and respond to Google Business Profile reviews with AI-generated replies through secure OAuth integration with Google's My Business API.8MIT

ReputeMap MCPofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage Google Business Profile reviews, including a filterable review inbox, per-location stats, and honest review-request campaigns.26 npmMIT- FlicenseNot gradedqualityBmaintenanceEnables retrieval of Trustpilot reviews as structured JSON, including ratings, dates, replies, and company metrics, with MCP support for AI agents.-
- AlicenseNot gradedqualityAmaintenanceProvides agents with tools to score a page's AI readiness, check which AI crawlers robots.txt blocks, and assess passage citability—all performed locally.38 npm2MIT