PluginBench
MCP Server

io.github.hypeprinter007-stack/signalfuse MCP Server

io.github.hypeprinter007-stack/signalfuse

What is the io.github.hypeprinter007-stack/signalfuse MCP server?

11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.

How to install io.github.hypeprinter007-stack/signalfuse

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SIGNALFUSE_CREDIT_TOKEN
    secret

    SignalFuse credit token for API access (get 5 free calls at signalfuse.co)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "signalfuse": {
      "command": "npx",
      "args": [
        "-y",
        "signalfuse-mcp"
      ],
      "env": {
        "SIGNALFUSE_CREDIT_TOKEN": "<YOUR_SIGNALFUSE_CREDIT_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "signalfuse": {
      "command": "npx",
      "args": [
        "-y",
        "signalfuse-mcp"
      ],
      "env": {
        "SIGNALFUSE_CREDIT_TOKEN": "<YOUR_SIGNALFUSE_CREDIT_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "signalfuse": {
      "command": "npx",
      "args": [
        "-y",
        "signalfuse-mcp"
      ],
      "env": {
        "SIGNALFUSE_CREDIT_TOKEN": "<YOUR_SIGNALFUSE_CREDIT_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "signalfuse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "signalfuse-mcp"
      ],
      "env": {
        "SIGNALFUSE_CREDIT_TOKEN": "<YOUR_SIGNALFUSE_CREDIT_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add signalfuse --env SIGNALFUSE_CREDIT_TOKEN=<YOUR_SIGNALFUSE_CREDIT_TOKEN> -- npx -y signalfuse-mcp

Related MCP servers

14-tool x402 MCP: 9 onchain primitives + 5 LLM endpoints. USDC pay-per-call on Base or Solana.

View repository →