← Back to Plugins
MCP Server MCP

io.github.shulex-voc/smart-crawler

github By github 👁 1 views ▲ 0 votes

E-commerce competitor intelligence, VOC sentiment, Amazon ASIN analysis, Reddit growth playbooks.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://smartcrawler.io/mcp/",
      "headers": [
        {
          "description": "API Key in the form 'Bearer sck_...'. Generate a key in the smart-crawler console under 'API 接入'.",
          "isRequired": true,
          "value": "Bearer {api_key}",
          "isSecret": true,
          "variables": {
            "api_key": {
              "description": "smart-crawler API key, prefixed with sck_",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...