Signalfuse MCP Server

MCP server and REST API for crypto trading signals, sentiment analysis, macro regime classification, strategy arena, web search, and sandboxed code execution. Designed for AI agents, LLMs, and autonomous trading systems. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 3 · #119 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Signalfuse

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package signalfuse-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.hypeprinter007-stack is GitHub-verified and matches the repo owner

03 · What Signalfuse can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.3 · 2026-05-26

Metadata + CI release. No code changes - index.js is byte-identical to v1.1.2, so npm package contents are unchanged. The npm package and MCP registry remain at 1.1.2. · What changed · glama.json added - surfaces…

v1.1.2 · 2026-05-24

SignalFuse logo in README header · Refreshed description to highlight the 11-tool surface · Server.json synced to 1.1.2 across npm / GitHub / official MCP registry · try every tool in your browser without setup at…

v1.1.1 · 2026-05-24

Polish release. · Switched to the standard 'npx -y signalfuse-mcp' config pattern for Claude Desktop / Cursor / Claude Code · README links to companion signalfuse-divigent-router · 286 lines of README catch-up to match…

04 · Who maintains Signalfuse

signalfuse is maintained by hypeprinter007-stack. We track 2 MCP servers from hypeprinter007-stack - 2 actively maintained, 4 combined GitHub stars, oldest repo from Apr 2026.

05 · Facts

category
finance - ranked #119 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.hypeprinter007-stack/signalfuse (active, first published 2026-04-04 · 3 versions)
packages
npm:signalfuse-mcp

06 · Signalfuse FAQ

What is Signalfuse?

MCP server and REST API for crypto trading signals, sentiment analysis, macro regime classification, strategy arena, web search, and sandboxed code execution. Designed for AI agents, LLMs, and autonomous trading systems. It runs locally over stdio via the published package.

Is Signalfuse still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

How do I install Signalfuse?

Run `npx -y signalfuse-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Signalfuse run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Signalfuse