PluginBench
MCP Server

com.seoapi/sogouwebspider MCP Server

com.seoapi/sogouwebspider

What is the com.seoapi/sogouwebspider MCP server?

Validate Sogou Spider IP addresses. Remote MCP validate_ip tool.

How to install com.seoapi/sogouwebspider

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sogouwebspider": {
      "url": "https://sogouwebspider.seoapi.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sogouwebspider": {
      "serverUrl": "https://sogouwebspider.seoapi.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sogouwebspider": {
      "type": "http",
      "url": "https://sogouwebspider.seoapi.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "sogouwebspider": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sogouwebspider.seoapi.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http sogouwebspider https://sogouwebspider.seoapi.com/mcp

Related MCP servers

Validate Amazonbot and Amzn-SearchBot IP addresses. Remote MCP validate_ip tool.

Validate whether an IP address belongs to Applebot. Remote MCP server exposing a validate_ip tool.

Validate Baiduspider IP addresses. Remote MCP validate_ip tool.

Validate whether an IP address belongs to Bingbot. Remote MCP server exposing a validate_ip tool.

Validate CommonCrawl CCBot IP addresses. Remote MCP validate_ip tool.

Validate ClaudeBot and Claude-SearchBot IP addresses. Remote MCP validate_ip tool.

com.seoapi/sogouwebspider MCP Server | PluginBench