# io.github.hypeprinter007-stack/signalfuse (npm · signalfuse-mcp)

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

- Trust score: 68/100 (medium)
- Change this week: +22
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `signalfuse-mcp`: 68/100 (this document), [markdown](https://verifymcp.io/servers/hypeprinter007-stack-signalfuse/signalfuse-mcp.md), [page](https://verifymcp.io/servers/hypeprinter007-stack-signalfuse/signalfuse-mcp)

## Channel facts

- Registry: `npm`
- Package: `signalfuse-mcp`
- Version: `1.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 86/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 76 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 739 tokens (~67/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add hypeprinter007-stack-signalfuse -- npx -y signalfuse-mcp
```

### Codex

```bash
codex mcp add hypeprinter007-stack-signalfuse -- npx -y signalfuse-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hypeprinter007-stack-signalfuse": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "signalfuse-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hypeprinter007-stack-signalfuse --command npx --arg -y --arg signalfuse-mcp
```

### Hermes

```yaml
mcp_servers:
  hypeprinter007-stack-signalfuse:
    command: "npx"
    args: ["-y", "signalfuse-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "hypeprinter007-stack-signalfuse": {
      "command": "npx",
      "args": [
        "-y",
        "signalfuse-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 67, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23
- [functional] Licence: MIT

### 2026-07-31 (score 34, −26)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 78, +53)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-28 (score 25, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (11)

### `get_signal` (~100 tokens)

Get composite trading signal for a crypto asset. Returns sentiment, macro regime (risk_on/risk_off), funding rate bias, OI delta, signal strength (0-100), confidence, and direction (long/short/neutral). Powered by SignalFuse.

Input parameters:

- `credit_token` (string): Optional credit token for bulk-prepaid access
- `symbol` (string, required): Asset ticker, e.g. BTC, ETH, SOL, DOGE, PEPE

### `get_regime` (~48 tokens)

Get current macro risk regime — risk_on, risk_off, or neutral. Useful for position sizing and directional bias.

Input parameters:

- `credit_token` (string): Optional credit token for bulk-prepaid access

### `get_sentiment` (~44 tokens)

Get raw social sentiment breakdown for a crypto asset.

Input parameters:

- `credit_token` (string): Optional credit token for bulk-prepaid access
- `symbol` (string, required): Asset ticker

### `get_signal_batch` (~71 tokens)

Get fused signals for multiple assets at once. Pass comma-separated symbols or omit for all supported assets.

Input parameters:

- `credit_token` (string): Optional credit token for bulk-prepaid access
- `symbols` (string): Comma-separated tickers, e.g. BTC,ETH,SOL. Omit for all.

### `get_arena_leaderboard` (~45 tokens)

Get the Strategy Arena leaderboard. Returns an array of strategies with wins, losses, total_pnl_bp, win_rate, and total_income_usd. Free endpoint.

### `get_arena_signal` (~112 tokens)

Get a signal from a specific Strategy Arena strategy for a given asset. Returns direction, score, and confidence. Paid endpoint.

Input parameters:

- `credit_token` (string): Optional credit token for bulk-prepaid access
- `strategy_id` (string, required): Strategy identifier. One of: rsi_7_extremes, ema_5_breakout, bb_squeeze, rsi_reversion_swing, vwap_reversion
- `symbol` (string, required): Asset ticker, e.g. BTC, ETH, SOL

### `search_brave` (~73 tokens)

Search the web using Brave Search via SignalFuse gateway. Paid endpoint (x402). Returns Brave search results.

Input parameters:

- `count` (number): Number of results to return (default 10)
- `credit_token` (string): Optional credit token for bulk-prepaid access
- `query` (string, required): Search query string

### `search_tavily` (~90 tokens)

Search the web using Tavily via SignalFuse gateway. Paid endpoint (x402). Returns Tavily search results.

Input parameters:

- `credit_token` (string): Optional credit token for bulk-prepaid access
- `max_results` (number): Maximum number of results to return
- `query` (string, required): Search query string
- `search_depth` (string): Search depth: "basic" or "advanced"

### `get_pricing` (~22 tokens)

Get pricing info for all SignalFuse API endpoints. Free endpoint.

### `execute_code` (~93 tokens)

Execute code in a sandboxed E2B environment. Supports Python (default) and JavaScript. Max 60s timeout. Paid endpoint.

Input parameters:

- `code` (string, required): Code to execute
- `credit_token` (string): Credit token for authentication (optional if using x402)
- `language` (string): Programming language (python or javascript)
- `timeout` (number): Execution timeout in seconds (max 60)

### `check_balance` (~41 tokens)

Check remaining credits for a prepaid credit token. Returns wallet, credits_remaining, and pack info.

Input parameters:

- `credit_token` (string, required): Credit token to check balance for

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/hypeprinter007-stack-signalfuse/signalfuse-mcp#diagnostics

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 34
- 2026-07-31: 34
- 2026-07-30: 60
- 2026-07-29: 78
- 2026-07-28: 25
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/signalfuse-mcp
- Socket report: https://socket.dev/npm/package/signalfuse-mcp
- Repository: https://github.com/hypeprinter007-stack/signalfuse-mcp
- Changelog RSS feed: https://verifymcp.io/servers/hypeprinter007-stack-signalfuse/signalfuse-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hypeprinter007-stack-signalfuse/signalfuse-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hypeprinter007-stack-signalfuse/signalfuse-mcp
