Skip to content
VS Code

googlebot for VS Code

com.seoapi/googlebot

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

client:VS Code transport:streamable-http

Install googlebot in VS Code

.vscode/mcp.json

{
  "servers": {
    "googlebot": {
      "type": "http",
      "url": "https://googlebot.seoapi.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

googlebot in other clients