Skip to content
VS Code

mcp whoisxmlapi for VS Code

io.github.whois-api-llc/mcp-whoisxmlapi

32 WHOIS, DNS, IP, threat intelligence, email, and bulk tools for AI agents via WhoisXML API.

client:VS Code transport:stdio runtime:npm

Install mcp whoisxmlapi in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "whoisxmlapi-token",
      "description": "WHOISXMLAPI_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "mcp-whoisxmlapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@whoisxmlapidotcom/mcp-whoisxmlapi"
      ],
      "env": {
        "WHOISXMLAPI_TOKEN": "${input:whoisxmlapi-token}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp whoisxmlapi in other clients