signalfuse for Cursor
io.github.hypeprinter007-stack/signalfuse
11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.
client:Cursor
transport:stdio
runtime:npm
Install signalfuse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"signalfuse": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"signalfuse-mcp"
],
"env": {
"SIGNALFUSE_CREDIT_TOKEN": "<SIGNALFUSE_CREDIT_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs