Signalfuse MCP Server

MCP server for SignalFuse — AI trading intelligence with 11 tools: real-time signals, market sentiment, macro regime, live strategy arena, web search

Local serverstdioPython

What is the Signalfuse MCP MCP server?

Signalfuse MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Signalfuse MCP directly instead of describing what you should do. MCP server for SignalFuse — AI trading intelligence with 11 tools: real-time signals, market sentiment, macro regime, live strategy arena, web search (Brave/Tavily), sandboxed code execution (E2B). Pay-per-call via x402 micropayments.

What you get

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.

What the assistant can call

Once Signalfuse MCP is connected, these are the calls the assistant has available:

  • get_signal — Fused directional signal for a crypto asset (direction, strength, confidence, regime, entry/TP/SL)
  • get_signal_batch — Signals for all supported assets in one call
  • get_sentiment — ModernFinBERT sentiment analysis (score, label)
  • get_regime — Macro regime classification (risk_on, risk_off, neutral)
  • get_arena_leaderboard — Strategy Arena rankings with win rate, P&L, income (free)
  • get_arena_signal — Signal from a specific arena strategy for a given asset
  • search_brave — Web search via Brave Search
  • search_tavily — AI-powered web search via Tavily
  • execute_code — Sandboxed Python/JavaScript execution via E2B
  • get_pricing — Pricing information (free)
  • check_balance — Credit balance check (free)
  • ElizaOS — See elizaos_plugin.ts in this repository for the full plugin

Setting it up

The server ships on npm as signalfuse-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Choosing this one

This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Signalfuse MCP's toolset — get_signal, get_signal_batch, get_sentiment and 9 more — is a fair guide to whether it matches your workflow. It is maintained by hypeprinter007-stack; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Signalfuse MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Signalfuse MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the signalfuse mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
get_signalFused directional signal for a crypto asset (direction, strength, confidence, regime, entry/TP/SL)
get_signal_batchSignals for all supported assets in one call
get_sentimentModernFinBERT sentiment analysis (score, label)
get_regimeMacro regime classification (risk_on, risk_off, neutral)
get_arena_leaderboardStrategy Arena rankings with win rate, P&L, income (free)
get_arena_signalSignal from a specific arena strategy for a given asset
search_braveWeb search via Brave Search
search_tavilyAI-powered web search via Tavily
execute_codeSandboxed Python/JavaScript execution via E2B
get_pricingPricing information (free)
check_balanceCredit balance check (free)
ElizaOSSee elizaos_plugin.ts in this repository for the full plugin.

How to install the Signalfuse MCP MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Signalfuse MCP to get signal.
  • Use Signalfuse MCP to get signal batch.
  • Use Signalfuse MCP to get sentiment.

Frequently asked questions

It connects Signalfuse MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (get_signal, get_signal_batch, get_sentiment, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Signalfuse MCP directly.