← Index

io.github.den-indance/google-trends-mcp

io.github.den-indance/google-trends-mcp·v1.0.0·Other
Quality Score
85
/100

Google Trends MCP with proxy rotation, auto-retry on Google blocks, residential-proxy setup.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<your-proxy_url>",
        "PROXY_LIST": "<your-proxy_list>",
        "PROXY_LIST_FILE": "<proxy_list_file>",
        "PROXIES_ENABLED": "<proxies_enabled>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "google-trends-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@den.dance/google-trends-mcp"
      ],
      "env": {
        "PROXY_URL": "<your-proxy_url>",
        "PROXY_LIST": "<your-proxy_list>",
        "PROXY_LIST_FILE": "<proxy_list_file>",
        "PROXIES_ENABLED": "<proxies_enabled>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @den.dance/google-trends-mcp
§02  Environment variables
PROXY_URL
secret

Single rotating proxy endpoint (e.g. http://user:pass@gate.smartproxy.com:7000). Provider handles IP rotation.

PROXY_LIST
secret

Comma-separated proxy list (http://user:pass@host:port,...). Validated on startup, bad ones auto-dropped.

PROXY_LIST_FILE

Path to a file with one proxy URL per line (# comments allowed). Validated on startup, re-read on proxy_refresh.

PROXIES_ENABLED

Set to false to disable proxy logic and use direct requests. Default: enabled.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other