cryptoiz for VS Code
io.github.dadang11/cryptoiz
Solana DEX whale intelligence: alpha, divergence, phase scoring, BTC regime. USDC payments via x402.
client:VS Code
transport:stdio
runtime:npm
Install cryptoiz in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "svm-private-key",
"description": "SVM_PRIVATE_KEY",
"password": true
}
],
"servers": {
"cryptoiz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cryptoiz-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "${input:svm-private-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs