PluginBench
MCP Server

StarReview MCP Server

io.github.Fabsbags/starreview

What is the StarReview MCP server?

Drafts Google & TripAdvisor review replies; agents can never post themselves. Free rate check.

How to install StarReview

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Required at this endpoint. Connect via OAuth (recommended, plug-and-play; discovered from the endpoint's .well-known/oauth-protected-resource) OR send a per-business bearer token (format: sragt_...) as: Authorization: Bearer sragt_... The free discovery tools (get_service_info, search_business, check_response_rate) need no credential but live at a separate URL: POST https://mcp.starreview.ch/public

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "starreview": {
      "url": "https://mcp.starreview.ch/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "starreview": {
      "serverUrl": "https://mcp.starreview.ch/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "starreview": {
      "type": "http",
      "url": "https://mcp.starreview.ch/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "starreview": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.starreview.ch/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http starreview https://mcp.starreview.ch/

Related MCP servers

Canonical SwissTrip MCP — independent SBB/CFF/FFS schedules, prices, and ticket links by SwissTrip.

0
JavaScript
View repository →