Skip to content
VS Code

immo for VS Code

io.github.benliberte/immo

InvestScore immobilier France (DPE, DVF, risques, INSEE), payé à la requête en USDC via x402.

client:VS Code transport:stdio runtime:npm

Install immo in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "bdatax-wallet-key",
      "description": "BDATAX_WALLET_KEY",
      "password": true
    }
  ],
  "servers": {
    "immo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bdatax-immo-mcp"
      ],
      "env": {
        "BDATAX_WALLET_KEY": "${input:bdatax-wallet-key}"
      }
    }
  }
}

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

immo in other clients