Repuso × OpenAI Codex

OpenAI's agentic CLI - bridge in the tools with 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

# ~/.codex/config.toml
[mcp_servers.repuso]
command = "npx"
args = ["-y", "mcp-remote", "https://api.repuso.com/public/v1/mcp",
  "--header", "Authorization: Basic <base64 of :YOUR_API_KEY>"]

Codex talks stdio MCP, so the mcp-remote bridge carries the connection with a header-auth key. Prefer no key to paste? ChatGPT's own connectors now work over OAuth - see the ChatGPT page.

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 Zed Claude (web & desktop) ChatGPT Gemini CLI

More AI tools