Skip to content

Survey

Trustpilot MCP connector

The Trustpilot connector lets Claude, ChatGPT, Cursor, or any MCP client read your Trustpilot product reviews, review summaries, and company profile, and reply inside review conversations, all within each person's own Trustpilot access.

  • How it connects. Connects over OAuth. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Trustpilot to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Trustpilot once

  1. Open Connections, choose Add connection, and pick Trustpilot.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Supply your own Trustpilot app, then approve. Trustpilot needs an OAuth app you register yourself, so bring its client ID and secret. One person does this once for the organization.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

trustpilot
Trustpilot
Alchemer
Canny
Google Forms
Prodege
SafetyCulture
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Trustpilot to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Trustpilot to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Trustpilot to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Trustpilot to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Trustpilot through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Support

    Reply to a product review conversation

    Open the conversation attached to a private product review, post a reply in your company's voice, and correct the wording later if you need to.

  • Product

    See which product attributes draw complaints

    Pull attribute summaries across your product reviews to find out whether it is fit, battery life, or delivery that keeps getting mentioned, then take the list into planning.

  • Marketing

    Pull the profile assets for a campaign page

    Fetch your Trustpilot company profile, logo, header image, promotion box, and web links so a landing page shows the current star rating and the right artwork.

  • Ecommerce

    Send a review invitation after delivery

    Create a product review invitation link for an order the moment it ships, so the customer is asked while the purchase is still fresh.

  • Customer success

    Read every review before a renewal call

    List the private product reviews and their summaries for one account, and walk into the call knowing exactly what the customer said and how many stars they gave.

  • Leadership

    Compare star ratings across the catalog

    Get batch summaries for a whole set of products, imported reviews included, and see at a glance which lines are winning customers over and which are slipping.

Try asking

  • “Summarize this week's product review sentiment by attribute.”
  • “Draft a reply to the latest unresolved conversation comment.”
  • “List private product reviews imported in the last 14 days.”

See all 83 Trustpilot tools below

AI tools

Trustpilot tools for your AI agents

83 tools are ready to call through Elaichi's MCP endpoint the moment you connect Trustpilot, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Trustpilot gets you

6 screens from the product, each doing one job for your Trustpilot account.

The agent

Ask about reviews, get real answers back.

Query Trustpilot conversations and product reviews in plain language, no dashboard digging required.

  • reviews
  • conversations
  • comments
  • summaries

Ask Elaichi to work across your apps.

Summarize this week's product review sentiment by attribute.

Draft a reply to the latest unresolved conversation comment.

List private product reviews imported in the last 14 days.

Also runs in Claude, ChatGPT or Cursor

MCP clients

One Trustpilot endpoint, every client connects.

Claude, ChatGPT and Cursor reach Trustpilot through one governed org endpoint, no API key sharing.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

83 Trustpilot tools, zero custom code.

Reviews, conversations and summaries, all callable without writing a single line of connector code.

  • Get single Trustpilot conversation by ID
  • Create a Trustpilot conversation comment
  • Get single Trustpilot conversation comment by ID
  • Update a Trustpilot conversation comment by ID
ElaichiTools
Tool Action Description
Get single Trustpilot conversation by ID Get Get a Trustpilot conversation and its related comments by id. Returns: id, commentId, createdAt, author, content. Required: id.
Create a Trustpilot conversation comment Create Create a new comment for a Trustpilot conversation, appending it to the existing list of comments. Returns: commentId, createdAt, author, content. Required: conversation_id.
Get single Trustpilot conversation comment by ID Get Get a single comment by id for a Trustpilot conversation. Returns: commentId, createdAt, author, content. Required: conversation_id and id (the comment's commentId).
Update a Trustpilot conversation comment by ID Update Edit a single comment by id in a Trustpilot conversation. Returns: commentId, createdAt, author, content. Required: conversation_id and id (the comment's commentId).
Get single Trustpilot public conversation by ID Get Get a Trustpilot public conversation and its related comments by id. Returns: id, businessUnitId, consumerId, comments, commentId, createdAt, author, content. Required: id.

Toolboxes

Each team gets its own Trustpilot toolbox.

Support, marketing and product each work from a toolbox scoped to their own Trustpilot needs.

  • Support
  • Marketing
  • Product
  • CX Insights
ElaichiToolboxes
Name Source template Tools Created

Support toolbox

Trustpilot · conversations and comment replies

Trustpilot starter 18 Mar 4, 2026

Marketing toolbox

Trustpilot · review summaries and campaign proof

9 Mar 2, 2026

Product toolbox

Trustpilot · attribute summaries and feedback trends

24 Feb 27, 2026

CX Insights toolbox

Trustpilot · batch summaries across product lines

Trustpilot starter 6 Feb 19, 2026

Growth toolbox

Trustpilot · invitation links and review volume

31 Jan 30, 2026

Trust and Safety toolbox

Trustpilot · public conversation moderation

12 Jan 22, 2026

Shared connections

Work through the connection, never the password.

See who connected each Trustpilot account and how many teams and members share it.

  • Support EMEA
  • Support US
  • Marketing
  • Product Insights
ElaichiConnections
Connection Scope Status Access
TR

Trustpilot (Support EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
TR

Trustpilot (Support US)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
TR

Trustpilot (Marketing)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
TR

Trustpilot (Product Insights)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
TR

Trustpilot (Growth)

Connected by Clara Nowak

Personal • Active Not shared
TR

Trustpilot (Trust and Safety)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every Trustpilot action, logged and attributed.

See when, who and what happened across every Trustpilot conversation, comment and review call.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Trustpilot Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Trustpilot Reviews Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Trustpilot Reviews List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, Trustpilot work gets done.

Records are fetched, grouped and drafted into a digest, then a person approves before it posts back.

Trustpilot digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch reviews

    Trustpilot

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Trustpilot

    Queued

Collections and dashboards

Trustpilot health, refreshed on a schedule.

Four metrics, a 14 day chart of records created and a team breakdown, no model needed.

Trustpilot health

Refreshed 4 minutes ago · every 15 minutes · from the reviews collection

Live

Reviews

1,284 ↓ 12%

Conversations

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Reviews created

Last 14 days

By team

Share of activity

Support EMEA 34%

Support US 27%

Marketing 21%

Product Insights 18%

FAQ

Frequently asked questions

How do I connect Trustpilot to Claude?

First, register an OAuth application inside your Trustpilot business account and paste its client ID and secret into Elaichi once, then sign in to Trustpilot when Elaichi asks. Second, in Claude open Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp as the address. Claude will ask you to sign in to Elaichi, and after that Trustpilot is available in your conversations. Nobody else on the team has to touch the client ID or secret again.

Does Trustpilot work with ChatGPT and Cursor as well as Claude?

Yes. Once Trustpilot is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any MCP client, and the Elaichi Agent. You connect Trustpilot once and every client picks it up.

What can an AI agent actually do with my Trustpilot data?

An agent can list your Trustpilot product reviews, read the summaries and attribute breakdowns behind them, look up a specific private review, and open or reply to the conversation attached to it. It can also create review invitation links, fetch your company profile, logo, images, and web links, and search Trustpilot for other businesses and categories. Because Trustpilot exposes a lot of actions, short concrete asks like "summarize reviews for the blue jacket" work better than long paragraphs.

Does connecting Trustpilot give the AI access to my whole business account?

No. Every request runs as the person who signed in, so the AI sees only the Trustpilot business units, product reviews, and conversations that person can already open. Elaichi can narrow that further, for example to reading reviews and summaries only, but it can never grant more than Trustpilot itself allows that person.

Can my team share one Trustpilot connection?

Yes. One person connects Trustpilot in Elaichi and shares the connection with a team, and nobody else ever handles the client ID, secret, or a login. Each teammate still signs in to Elaichi as themselves, so the audit log records who read which Trustpilot reviews and who replied in which conversation.

Can I stop an agent from changing things in Trustpilot?

Yes. In Elaichi you restrict Trustpilot action by action, so you can allow reading reviews and summaries while blocking replies in conversations or the creation of invitation links. A blocked action is never shown to Claude, ChatGPT, or Cursor at all, so no prompt, however worded, can reach it.

What happens to a Trustpilot connection when someone leaves?

When you offboard a person in Elaichi, their access to Trustpilot through every AI client ends immediately. If they had shared a Trustpilot connection with a team, the connection keeps working for everyone else. Disconnecting Trustpilot once in Elaichi removes it from Claude, ChatGPT, Cursor, and every other client at the same time.

Put Trustpilot in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.