Serversio.github.superaihuman/evocrawl-mcp
M

Evocrawl MCP Server

io.github.superaihuman/evocrawl-mcp · v4.0.1
▦ npm
v4.0.1npm npm: @evocrawl/evocrawl-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.superaihuman/evocrawl-mcp",
  "description": "MCP server for Evocrawl — search, scrape, and interact with the web.",
  "title": "Evocrawl MCP Server",
  "repository": {
    "url": "https://github.com/superaihuman/evocrawl-mcp.git",
    "source": "github"
  },
  "version": "4.0.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@evocrawl/evocrawl-mcp",
      "version": "4.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for Evocrawl",
          "format": "string",
          "isSecret": true,
          "name": "EVOCRAWL_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}