Skip to content
VS Code

sputnikx market for VS Code

io.github.drivenbymyai-max/sputnikx-market

EU trade analytics, product catalog, orders, and heating fuel calculator for AI agents.

client:VS Code transport:stdio runtime:npm

Install sputnikx market in VS Code

.vscode/mcp.json

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

sputnikx market in other clients