VOOZH about

URL: https://apify.com/zadexinho/trustpilot-mcp-server

โ‡ฑ Trustpilot MCP Server - AI Agent Reviews Tool ยท Apify


Pricing

from $2.00 / 1,000 tool calls

Go to Apify Store

Trustpilot MCP Server [PPR]

MCP server giving AI agents access to Trustpilot reviews, ratings, company profiles, and category data. 3 tools: get_reviews, get_company_profile, browse_category. Filter by stars, language, date, keyword. Connect from Claude, ChatGPT, Cursor, or any MCP client.

Pricing

from $2.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

๐Ÿ‘ zadexinho

zadexinho

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

1

Monthly active users

4 months ago

Last modified

Categories

Share

Trustpilot MCP Server

MCP server that gives AI agents access to Trustpilot reviews, company profiles, and category data. Three tools: get_reviews returns reviews with text, ratings, reviewer info, and company replies. get_company_profile returns trust scores, star ratings, and review counts. browse_category finds companies in a Trustpilot category. Connect from Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client.

Available tools

ToolWhat it returns
get_reviewsReview text, star rating, language, date, verification status, reviewer name and country, company reply. Filter by stars, language, date range, keyword, or verified-only. Up to 100 reviews per call.
get_company_profileCompany name, domain, trust score, star rating, total review count, business categories, profile URL.
browse_categoryCompanies in a Trustpilot category with names, domains, trust scores, star ratings, and review counts. Up to 100 companies per call.

How to connect

Claude Desktop / Cursor / Windsurf

Add to your MCP settings:

{
"mcpServers":{
"trustpilot":{
"type":"url",
"url":"https://zadexinho--trustpilot-mcp-server.apify.actor/mcp",
"headers":{
"Authorization":"Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Via Apify MCP gateway

{
"mcpServers":{
"apify":{
"type":"url",
"url":"https://mcp.apify.com?tools=zadexinho/trustpilot-mcp-server",
"headers":{
"Authorization":"Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Python (OpenAI Agents SDK)

from agents.mcp import MCPServerStreamableHttp
asyncwith MCPServerStreamableHttp(
name="Trustpilot",
params={
"url":"https://zadexinho--trustpilot-mcp-server.apify.actor/mcp",
"headers":{"Authorization":"Bearer YOUR_APIFY_TOKEN"},
},
)as server:
tools =await server.list_tools()
# โ†’ get_reviews, get_company_profile, browse_category

Tool reference

get_reviews

Get reviews for a company with optional filters.

ParameterTypeDefaultDescription
companystringrequiredCompany domain (e.g., "shopify.com") or Trustpilot URL
max_reviewsinteger20Number of reviews to return (1-100)
sortstring"recency"Sort order: "recency" or "relevance"
starsstringallComma-separated star ratings (e.g., "1,2" for negative)
languagestringallLanguage code (e.g., "en", "de", "fr")
date_rangestringall time"last30days", "last3months", "last6months", "last12months"
searchstringโ€”Keyword to search within reviews (e.g., "refund")
verified_onlybooleanfalseOnly return verified reviews

get_company_profile

Get a company's Trustpilot profile summary.

ParameterTypeDescription
companystringCompany domain (e.g., "apify.com") or Trustpilot URL

Returns: name, domain, trustScore, stars, totalReviews, categories, profileUrl, totalPages.

browse_category

Find companies listed in a Trustpilot category.

ParameterTypeDefaultDescription
category_urlstringrequiredCategory URL or slug (e.g., "electronics")
max_companiesinteger20Number of companies to return (1-100)

How much does it cost?

You are charged per tool call. Each call fetches data and returns structured results.

TierPrice per tool callPrice per 1,000 calls
FREE$0.005$5.00
STARTER$0.004$4.00
SCALE$0.003$3.00
BUSINESS$0.002$2.00

Example: Checking trust scores for 50 companies costs $0.25 on the FREE tier.

Use cases

  • Ask your AI assistant to summarize recent reviews for a competitor.
  • Monitor customer sentiment by querying negative reviews with keyword filters.
  • Compare trust scores across companies in a category.
  • Build AI workflows that flag new negative reviews in real time.
  • Feed review data into analysis pipelines without writing scraping code.
  • Research companies during due diligence by pulling review summaries.
  • Track review volume trends across your competitive landscape.

FAQ

How fast are tool responses?

Most calls return in 1-5 seconds. Requesting more reviews (up to 100) takes slightly longer.

Do I need a Trustpilot account?

No. All data is publicly available on Trustpilot.

What's the difference between this and the Trustpilot Scraper?

The scraper is for batch jobs โ€” thousands of reviews across many companies, exported as datasets. This MCP server is for real-time AI agent queries โ€” focused results returned directly to your agent.

Can I use this with ChatGPT?

Yes. Any MCP-compatible client works. Configure the server URL and your Apify API token.

What if a company isn't on Trustpilot?

The tool returns an error message. Your agent can handle it and move on.

You might also like

Sitejabber Mcp Server [PPR]

zadexinho/sitejabber-mcp-server

MCP server for AI agents to query Sitejabber reviews, ratings, and company profiles. Three tools: get_reviews with star/sort/verified filters, get_company_profile for trust data, browse_category for industry discovery. Connect from Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client.

Clutch.co Mcp Server [PPR]

zadexinho/clutch-mcp-server

MCP server for AI agents to access Clutch.co B2B company profiles, reviews, and service provider data. Tools: get_company for profiles with service lines and industry focus, search_companies to browse categories, get_reviews with rating breakdowns. Connect from Claude, ChatGPT, or any MCP client.

Better Business Bureu Mcp Server [PPR]

zadexinho/bbb-mcp-server

MCP server for AI agents to access BBB ratings, accreditation, reviews, and complaints. Three tools: get_business for full profiles, search_businesses by query and location, get_complaints with business responses. Connect from Claude Desktop, ChatGPT, Cursor, or any MCP-compatible client.

Lead Generation MCP Server โ€” AI Agent Tools

samstorm/lead-gen-mcp-server

MCP server for AI agents. Connect Claude, GPT, or any MCP client to find business leads, hiring companies, building permits, and Amazon product research. One endpoint, 13 lead gen tools.

1

Trustpilot Scraper - Reviews, Ratings & Company Profiles [PPR]

zadexinho/trustpilot-scraper

Extract Trustpilot reviews, ratings, company profiles, and reviewer data. Filter by stars, language, date, keyword search. Scrapes thousands of reviews in seconds. API access included.

Tiktok Ads Mcp Server [PPR]

zadexinho/tiktok-ads-mcp-server

MCP server providing TikTok Ad Library data to AI agents. Three tools: [search ads by keyword or region], [get targeting and reach details], [browse advertiser portfolios]. Covers all EU/EEA countries. Works with Claude Desktop, Cursor, and any MCP-compatible client.

Linkedin Ads Mcp Server [PPR]

zadexinho/linkedin-ads-mcp-server

MCP server providing LinkedIn Ad Library data to AI agents. Tools: [search_linkedin_ads], [get_ad_details], [get_advertiser_ads]. Connect Claude Desktop, Cursor, n8n, or any MCP-compatible client. Returns ad copy, creatives, and active status.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Research MCP Server โ€” 10 Tools for AI Agents

dami_studio/research-mcp-server

MCP server giving any AI agent (Claude, ChatGPT, Cursor) ten fast research tools in one endpoint: arXiv, Reddit, GitHub, Hacker News, OpenAlex, Stack Exchange, Wikipedia, CoinGecko markets, GDELT news, and Telegram. Enable Standby and point your MCP client at the actor's URL.

1

Related articles

Best MCP servers for developers
Read more