← Back to Plugins
MCP Server MCP

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

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @den.dance/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@den.dance/google-trends-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Single rotating proxy endpoint (e.g. http://user:[email protected]:7000). Provider handles IP rotation.",
          "format": "string",
          "isSecret": true,
          "name": "PROXY_URL"
        },
        {
          "description": "Comma-separated proxy list (http://user:pass@host:port,...). Validated on startup, bad ones auto-dropped.",
          "format": "string",
          "isSecret": true,
          "name": "PROXY_LIST"
        },
        {
          "description": "Path to a file with one proxy URL per line (# comments allowed). Validated on startup, re-read on proxy_refresh.",
          "format": "string",
          "name": "PROXY_LIST_FILE"
        },
        {
          "description": "Set to false to disable proxy logic and use direct requests. Default: enabled.",
          "format": "string",
          "name": "PROXIES_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...