Skip to content
VS Code

provenance mcp for VS Code

io.github.apeirontrade/provenance-mcp

Wash-traffic risk checks for Algorand x402 endpoints before your agent trusts or pays them.

client:VS Code transport:stdio runtime:npm

Install provenance mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "provenance-api-url",
      "description": "PROVENANCE_API_URL",
      "password": true
    }
  ],
  "servers": {
    "provenance-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "provenance-mcp"
      ],
      "env": {
        "PROVENANCE_API_URL": "${input:provenance-api-url}"
      }
    }
  }
}

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

provenance mcp in other clients