Skip to content
VS Code

pulse verity for VS Code

io.github.pulsebet/pulse-verity

Read crypto reference prices and verify signed receipts. Includes limited keyless samples.

client:VS Code transport:stdio runtime:npm

Install pulse verity in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "pulse-api-key",
      "description": "PULSE_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "pulse-verity": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pulse-verity"
      ],
      "env": {
        "PULSE_API_KEY": "${input:pulse-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

pulse verity in other clients