Skip to content
VS Code

satoshkin aml mcp for VS Code

io.github.satoshkin-dev/satoshkin-aml-mcp

AML/KYT crypto wallet risk screening (BitOK data) for Claude, ChatGPT and any MCP client.

client:VS Code transport:stdio runtime:npm

Install satoshkin aml mcp in VS Code

.vscode/mcp.json

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

satoshkin aml mcp in other clients