Skip to content
VS Code

insumer for VS Code

io.github.douglasborthwick-crypto/insumer

Read-first blockchain verification. ECDSA-signed booleans across 37 chains. 27 tools.

client:VS Code transport:stdio runtime:npm

Install insumer in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "insumer-api-key",
      "description": "INSUMER_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "insumer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-insumer"
      ],
      "env": {
        "INSUMER_API_KEY": "${input:insumer-api-key}"
      }
    }
  }
}

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

insumer in other clients