Skip to content
VS Code

Iplookup for VS Code

io.github.pipeworx-io/iplookup

IP Lookup MCP — ip-api.com (free, no auth for basic usage)

client:VS Code transport:streamable-http

Install Iplookup in VS Code

.vscode/mcp.json

{
  "servers": {
    "iplookup": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/iplookup/mcp"
    }
  }
}

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

Iplookup in other clients