signalfuse for VS Code
io.github.hypeprinter007-stack/signalfuse
11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.
client:VS Code
transport:stdio
runtime:npm
Install signalfuse in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "signalfuse-credit-token",
"description": "SIGNALFUSE_CREDIT_TOKEN",
"password": true
}
],
"servers": {
"signalfuse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"signalfuse-mcp"
],
"env": {
"SIGNALFUSE_CREDIT_TOKEN": "${input:signalfuse-credit-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs