Repuso × Zed

Zed's agent connects through a context server entry. 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

// settings.json
{
  "context_servers": {
    "repuso": {
      "source": "custom",
      "url": "https://api.repuso.com/public/v1/mcp",
      "headers": { "Authorization": "Basic <base64 of :YOUR_API_KEY>" }
    }
  }
}

Requires a Zed version with remote MCP support.

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

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

More AI tools