{
  "markdown": "# Review Platform Reputation Enricher MCP Server\n\n[![Smithery](https://smithery.ai/badge/mambabuilt/mcp-review-platform-reputation-enricher)](https://smithery.ai/servers/mambabuilt/mcp-review-platform-reputation-enricher) [![Glama score](https://glama.ai/mcp/servers/mambalabsdev/mcp-review-platform-reputation-enricher/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-review-platform-reputation-enricher) [![MCP Registry](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fregistry.modelcontextprotocol.io%2Fv0%2Fservers%3Fsearch%3Dcom.mambabuilt%252Fmcp-review-platform-reputation-enricher%26limit%3D1&query=%24.servers%5B0%5D._meta%5B%22io.modelcontextprotocol.registry%2Fofficial%22%5D.status&label=mcp%20registry&color=blue)](https://registry.modelcontextprotocol.io/v0/servers?search=com.mambabuilt/mcp-review-platform-reputation-enricher&limit=1) [![npm version](https://img.shields.io/npm/v/@mambalabsdev/mcp-review-platform-reputation-enricher)](https://www.npmjs.com/package/@mambalabsdev/mcp-review-platform-reputation-enricher) [![npm downloads](https://img.shields.io/npm/dm/@mambalabsdev/mcp-review-platform-reputation-enricher)](https://www.npmjs.com/package/@mambalabsdev/mcp-review-platform-reputation-enricher) [![license](https://img.shields.io/github/license/mambalabsdev/mcp-review-platform-reputation-enricher)](https://github.com/mambalabsdev/mcp-review-platform-reputation-enricher/blob/main/LICENSE) [![mcpservers.org](https://img.shields.io/badge/mcpservers.org-listed-blue)](https://mcpservers.org/servers/mambalabsdev/mcp-review-platform-reputation-enricher)\n\nAn MCP server that resolves a company domain to its Trustpilot rating, review count and claimed status. It wraps the Mamba Labs Trustpilot Reputation Enricher actor on Apify and returns a Clay-ready flat JSON row to any MCP client.\n\n## What's Inside\n\n- [What it does](#what-it-does)\n- [Quick start](#quick-start)\n- [Prerequisites](#prerequisites)\n- [Example prompts](#example-prompts)\n- [Inputs](#inputs)\n- [Output](#output)\n- [Example output](#example-output)\n- [Features](#features)\n- [Full actor documentation](#full-actor-documentation)\n- [Mamba Labs GTM Suite](#mamba-labs-gtm-suite)\n- [License](#license)\n\n## What it does\n\nGive it a company domain and it resolves that company's Trustpilot business unit and returns the TrustScore, review count, star score, the one to five star breakdown, claimed and verified status and categories, through Trustpilot's documented Business Units API. One flat row per company.\n\nThis route needs your own Trustpilot API key. Without one every row reports `skipped` rather than pretending to have looked. The tool keeps four kinds of empty apart: a refused request reports `blocked`, a domain with no business unit reports `not_found`, a value nobody could read reports `not_extractable`, and a source that was never queried reports `skipped`. G2, Capterra and Glassdoor ship as explicit skipped status columns, so the row shape does not change when a source is added.\n\nAll of the lookup runs on Apify. This package is a thin client that calls the actor and hands back the result unchanged.\n\n## Quick start\n\nYou need Node.js 18 or newer and an Apify account with an API token.\n\nAdd this to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"mamba-review-platform-reputation-enricher\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@mambalabsdev/mcp-review-platform-reputation-enricher\"],\n      \"env\": {\n        \"APIFY_TOKEN\": \"your-apify-token\"\n      }\n    }\n  }\n}\n```\n\nGet your token at https://console.apify.com/account/integrations, paste it in, and restart Claude Desktop. The `get_trustpilot_reputation` tool will be available.\n\nYou also need your own Trustpilot API key, free to create at developers.trustpilot.com. It is passed as a tool argument rather than an environment variable, so the model supplies it per call.\n\n## Prerequisites\n\n- Node.js 18 or newer\n- An Apify account with an API token\n- Your own Trustpilot API key, free at developers.trustpilot.com. The Business Units API is not open, so this is required.\n\n## Example prompts\n\n- \"Get the Trustpilot rating for mattressonline.co.uk. Here is my Trustpilot key.\"\n- \"What is the star breakdown for this company on Trustpilot?\"\n- \"Look up this domain's Trustpilot reputation and flag it only if it has at least 100 reviews.\"\n- \"Is this company's Trustpilot profile claimed and verified?\"\n\n## Inputs\n\n- `company_domain` (optional): bare company domain, for example `stripe.com`. Trustpilot business units are keyed on the company website domain, so this is the correct and only lookup key.\n- `company_name` (optional): carried through to the output row for joining. The lookup is keyed on the domain, so the name does not change which business unit is returned.\n- `trustpilotApiKey` (optional in the schema, required in practice): your own Trustpilot API key, free to create at developers.trustpilot.com. Without a key the tool reports `skipped` rather than guessing.\n- `minReviewCount` (optional): one of `none`, `10`, `50`, `100` or `500`. It sets `rating_is_meaningful` on the row. A 5.0 rating from two reviews and a 4.2 from nine hundred are not comparable numbers, and this is the column that says which one you are looking at. It never drops a row and never changes the rating returned.\n- `includeCategories` (optional): when true (the default) the Trustpilot categories the business is listed under are returned. They are a cheap proxy for what a company actually sells, which is often not what its homepage says.\n- `sources` (optional): which review sources to query. Version 1 serves `trustpilot` only. G2, Capterra and Glassdoor appear as columns and always report `skipped`, with the reason on the row. This setting exists so a saved configuration keeps working when a source is added.\n- `skipCache` (optional): when false (the default) a successful lookup is cached for seven days and reused. Set true to force a fresh fetch.\n\n## Output\n\nThe tool returns the actor's flat JSON row for the company, with 31 snake_case fields and no nested objects. `trustpilot_status` is the field to read before any rating, `trustpilot_route` and `trustpilot_id_source` say how the business unit was resolved, and `rating_is_meaningful` reflects the review count threshold you set. See the Apify Store page for the full output schema.\n\n## Example output\n\n```json\n{\n  \"degraded\": false,\n  \"degradation_reason\": null,\n  \"company_domain\": \"mattressonline.co.uk\",\n  \"company_name\": \"Mattress Online\",\n  \"trustpilot_business_id\": \"4992d8e10000640005041a9a\",\n  \"trustpilot_url\": \"https://www.trustpilot.com/review/www.mattressonline.co.uk\",\n  \"trustpilot_name\": \"MattressOnline.co.uk\",\n  \"trustpilot_rating\": 4.8,\n  \"trustpilot_review_count\": 72332,\n  \"trustpilot_stars\": 5,\n  \"trustpilot_one_star\": 1618,\n  \"trustpilot_two_stars\": 768,\n  \"trustpilot_three_stars\": 1485,\n  \"trustpilot_four_stars\": 5850,\n  \"trustpilot_five_stars\": 62611,\n  \"trustpilot_country_code\": \"GB\",\n  \"trustpilot_route\": \"widget\",\n  \"trustpilot_id_source\": \"homepage_embed\",\n  \"trustpilot_claimed_status\": \"not_extractable\",\n  \"trustpilot_is_claimed\": null,\n  \"rating_is_meaningful\": true,\n  \"trustpilot_status\": \"ok\",\n  \"g2_status\": \"skipped\",\n  \"capterra_status\": \"skipped\",\n  \"glassdoor_status\": \"skipped\",\n  \"coverage\": 1,\n  \"fetch_status\": \"ok\",\n  \"run_date\": \"2026-08-23T06:39:38.824Z\"\n}\n```\n\n## Features\n\n- TrustScore, star score and total review count\n- The full one to five star breakdown, not just the average\n- Claimed and verified status, plus Trustpilot categories\n- Four kinds of empty, each with its own status, so a refusal is never a zero\n- G2, Capterra and Glassdoor ship as explicit skipped columns\n- 31 flat snake_case fields, one row per company\n\n## Full actor documentation\n\nThis server is a thin client and holds no lookup logic. For the complete input and output reference, pricing, and run history, see the Apify Store page:\n\nhttps://apify.com/mambalabs/review-platform-reputation-enricher\n\n---\n\n## Mamba Labs GTM Suite\n\nThis server is one of the Mamba Labs GTM Suite MCP servers. Every actor in the suite takes a domain or a company and returns one flat row, so they stack in the same Clay table without reshaping anything. The actor behind this server is the Trustpilot Reputation Enricher, immutable Apify actor ID `3lIqfCt61j4hqE1xz`.\n\n> Built by [Mamba Labs](https://github.com/mambalabsdev) | [npm](https://www.npmjs.com/org/mambalabsdev) | [Apify Store](https://apify.com/mambalabs)\n\n## License\n\nMIT\n\nBuilt by Mamba Labs. https://apify.com/mambalabs\n",
  "bytes": 8576,
  "sha": "4824cfbdfdbfcc099a05cafc8bd180a55f6062de5693effad11dedaacf3ec734",
  "repo_slug": "mambalabsdev/mcp-review-platform-reputation-enricher",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_mambabuilt_mcp_review_platform_reput_498ec791/readme"
}