@pullapi/trustpilot-scraper-mcp
v1.0.0
Published
Trustpilot MCP server — company reviews, trust scores, search & categories. For Claude, Cursor & AI agents.
Maintainers
Readme
Trustpilot Scraper MCP Server
An MCP server that provides real-time Trustpilot data — company profiles with trust scores, customer reviews, company search, and business categories — for use with Claude, Cursor, and other MCP-compatible AI tools.
Features
- Get Company — Get Trustpilot company profile including trust score, star rating, and verification status
- Get Reviews — Get customer reviews for a company on Trustpilot
- Search Companies — Search Trustpilot for companies by name or keyword
- Get Categories — Get all Trustpilot business categories and subcategories
Tools
get_company
Get Trustpilot company profile including trust score, star rating, and verification status
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| domain | string | Yes | Company domain (e.g. 'amazon.com') |
get_reviews
Get customer reviews for a company on Trustpilot
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| domain | string | Yes | Company domain |
| page | number | No | Page number (default: 1) |
| stars | number | No | Filter by star rating (1-5) |
search_companies
Search Trustpilot for companies by name or keyword
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| query | string | Yes | Search query |
get_categories
Get all Trustpilot business categories and subcategories
Configuration
Get your API key from RapidAPI.
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"trustpilot": {
"command": "npx",
"args": ["-y", "@pullapi/trustpilot-scraper-mcp"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}Usage with Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"trustpilot": {
"command": "npx",
"args": ["-y", "@pullapi/trustpilot-scraper-mcp"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}License
MIT
