mcp review platform reputation enricher for Grok
com.mambabuilt/mcp-review-platform-reputation-enricher
Resolve a company domain to its Trustpilot rating, review count and claimed status.
client:Grok
transport:stdio
runtime:npm
Install mcp review platform reputation enricher in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-review-platform-reputation-enricher": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mambalabsdev/mcp-review-platform-reputation-enricher"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs