JSPM

@pullapi/trustpilot-scraper-mcp

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q32179F
  • License MIT

Trustpilot MCP server — company reviews, trust scores, search & categories. For Claude, Cursor & AI agents.

Package Exports

  • @pullapi/trustpilot-scraper-mcp
  • @pullapi/trustpilot-scraper-mcp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pullapi/trustpilot-scraper-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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