Skip to content
VS Code

alienprobe who mcp for VS Code

io.github.bbrysonelite-max/alienprobe-who-mcp

Company name, domain or LEI to its GLEIF legal entity, $0.05 via x402 on Base. Spend caps.

client:VS Code transport:stdio runtime:npm

Install alienprobe who mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "private-key",
      "description": "PRIVATE_KEY",
      "password": true
    },
    {
      "type": "promptString",
      "id": "max-usd-per-call",
      "description": "MAX_USD_PER_CALL",
      "password": true
    },
    {
      "type": "promptString",
      "id": "max-usd-per-session",
      "description": "MAX_USD_PER_SESSION",
      "password": true
    }
  ],
  "servers": {
    "alienprobe-who-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alienprobe/who-mcp"
      ],
      "env": {
        "PRIVATE_KEY": "${input:private-key}",
        "MAX_USD_PER_CALL": "${input:max-usd-per-call}",
        "MAX_USD_PER_SESSION": "${input:max-usd-per-session}"
      }
    }
  }
}

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

alienprobe who mcp in other clients