cryptoiz for Cursor
io.github.dadang11/cryptoiz
Solana DEX whale intelligence: alpha, divergence, phase scoring, BTC regime. USDC payments via x402.
client:Cursor
transport:stdio
runtime:npm
Install cryptoiz in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cryptoiz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cryptoiz-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs