← Back to Plugins
MCP Server MCP

io.github.mysleekdesigns/crawlforge-mcp-server

github By github 👁 1 views ▲ 0 votes

Web scraping, crawling, deep research & autonomous extraction — 27 MCP tools, clean Markdown/JSON

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "crawlforge-mcp-server",
      "version": "5.0.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CrawlForge API key for authentication and usage/credit tracking. Get a free key at https://www.crawlforge.dev",
          "isRequired": true,
          "isSecret": true,
          "name": "CRAWLFORGE_API_KEY"
        },
        {
          "description": "DataForSEO account login. Optional — only needed to enable the serp_rank tool (real Google organic rank lookups); billed separately to the caller's own DataForSEO account.",
          "isSecret": true,
          "name": "DATAFORSEO_LOGIN"
        },
        {
          "description": "DataForSEO account password. Optional — only needed to enable the serp_rank tool.",
          "isSecret": true,
          "name": "DATAFORSEO_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...