Skip to content
VS Code

SatRank — Lightning trust + audit oracle for VS Code

dev.satrank/mcp

Lightning trust + audit oracle. Score, pay, and audit L402 endpoints with Ed25519 receipts.

client:VS Code transport:stdio runtime:npm

Install SatRank — Lightning trust + audit oracle in VS Code

.vscode/mcp.json

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

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

SatRank — Lightning trust + audit oracle in other clients