Repuso × Windsurf
Cascade picks up the tools from one config block. 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
// ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"repuso": {
"serverUrl": "https://api.repuso.com/public/v1/mcp",
"headers": { "Authorization": "Basic <base64 of :YOUR_API_KEY>" }
}
}
}
Reload Cascade after saving; the repuso tools show up in its toolbox.
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
- Profiles - list, discover by business name, add by URL or place_id, remove; competitor tracking and groups included.
- Reviews - fetch as normalized JSON with rating/date/tag/text filters, a sentiment label on every review, and on-the-fly translation to any language; tag reviews for your own workflows.
- AI insights & summaries - per-profile sentiment breakdown with the strengths customers praise and the opportunities to improve, plus a cached AI review summary you can regenerate in your language and length of choice.
- Ratings - per-profile daily history and account-wide monthly averages and star distributions.
- Webhooks - register, list and delete signed webhook endpoints without leaving the chat.
- Usage - quota, plan state and this month's request count.
Every call is a real API call on your account: same key, same rate limits, same pricing.
Get your API key - 10-day free trialAlso plays nice with
Claude Code
Cursor
VS Code
Zed
OpenAI Codex
Claude (web & desktop)
ChatGPT
Gemini CLI