Repuso × Claude Code

Anthropic's agentic CLI - one command and your reviews become part of the conversation. The Repuso API doubles as an MCP server: 18 tools covering profiles, discovery, reviews, AI insights and summaries, translation, tags, rating history, reports, usage and webhooks - authenticated with your API key, metered exactly like the REST API.

Connect

claude mcp add --transport http repuso https://api.repuso.com/public/v1/mcp \
  --header "Authorization: Basic $(printf ':YOUR_API_KEY' | base64)"

Run it once anywhere (add --scope user to share across projects). The console has a copy button with your key already filled in.

Then just ask

Connect a profile

> add our TripAdvisor profile https://www.tripadvisor.com/Hotel_Review-g186259-d665952 and our Google place, then list everything we monitor

AI insights

> run AI insights on our Google profile - what do customers praise most, and what are the top 3 things we should fix first?

Triage bad reviews

> fetch every 1- and 2-star review from the last 30 days and tag them "follow-up"

Watch competitors

> add these three competitor profiles as competitors, then compare our average rating to theirs over the last 90 days

Speak the language

> get last week's negative reviews translated to English, and the AI summary of our Booking.com profile in German

Wire the pipeline

> register a webhook to https://ops.example.com/hooks/reviews for review.created and rating.changed, and show me the signing secret handling

Monthly digest

> pull our rating distribution and this month's usage, and draft a summary for the team

What the tools can do

Every call is a real API call on your account: same key, same rate limits, same pricing.

Get your API key - 10-day free trial

Also plays nice with

Cursor VS Code Windsurf Zed OpenAI Codex Claude (web & desktop) ChatGPT Gemini CLI

More AI tools