# monitoring

**Category:** 📊 Monitoring  
**Repository:** https://github.com/repuso-hq/claude-plugins  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/monitoring-3

## Description
Monitor review profiles on 50+ platforms, fetch and tag reviews, track ratings, manage webhooks.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "monitoring": {
    "command": "npx",
    "args": ["-y","monitoring-3"]
  }
}
```

## Documentation & README

# Repuso plugins for Claude Code

Manage the [Repuso reviews API](https://repuso.com/developers/) from Claude Code:
monitor review profiles on 50+ platforms, fetch and tag normalized reviews,
track ratings and configure signed webhooks - conversationally.

## Install

```
/plugin marketplace add repuso-hq/claude-plugins
/plugin install repuso@repuso
```

Set your key once (get it from the [console](https://repuso.com/developers/console/)):

```
export REPUSO_API_KEY_B64=$(printf ':YOUR_API_KEY' | base64)
```

Then just ask: *"add our TripAdvisor profile and tag every 1-star review from
the last month as follow-up"*.

Docs: https://repuso.com/developers/docs/ · 10-day free trial, no card.

