SignalFuse MCP Server
The SignalFuse MCP Server provides trading intelligence tools for AI agents working with crypto markets.
Directional Trading Signals: Get composite signals for individual crypto assets (BTC, ETH, SOL, etc.) including signal strength (0-100), confidence, direction (long/short/neutral), sentiment, macro regime, funding rate bias, and OI delta
Batch Signal Processing: Retrieve fused signals for multiple assets simultaneously via comma-separated symbols, or fetch all supported assets at once
Social Sentiment Analysis: Access raw social sentiment breakdowns for specific crypto assets
Macro Regime Detection: Determine the current macro risk regime (risk-on, risk-off, or neutral) for position sizing and directional bias decisions
Strategy Arena: View live rankings of four competing strategies (EMA Breakout, RSI Extremes, RSI Reversion, VWAP Reversion) and pull strategy-specific signals
Web Search: Perform searches via Brave or AI-powered searches via Tavily for market research
Sandboxed Code Execution: Run code securely via E2B for custom analysis or automation
Account Management: Check credit balance and view pricing; includes 25 free calls to start without signup
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SignalFuse MCP Serverwhat's the signal for BTC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
signalfuse-mcp
MCP server for SignalFuse — trading intelligence for AI agents.
Adds 11 tools to any MCP-compatible agent: directional signals, sentiment, macro regime, strategy arena, web search, sandboxed code execution, and account management.
Tools
# | Tool | Endpoint | Description | Price |
1 |
|
| Fused directional signal | $0.010 |
2 |
|
| All assets in one call | $0.075 |
3 |
|
| Social sentiment | $0.002 |
4 |
|
| Macro regime (risk-on / risk-off) | $0.001 |
5 |
|
| Live strategy rankings | FREE |
6 |
|
| Strategy-specific signal | $0.001 |
7 |
|
| Web search via Brave | $0.008 |
8 |
|
| AI-powered search via Tavily | $0.012 |
9 |
|
| Sandboxed code execution via E2B | $0.005 |
10 |
|
| Pricing info | FREE |
11 |
|
| Credit balance check | FREE |
Strategy Arena
Four live strategies compete head-to-head on the arena leaderboard:
EMA Breakout — trend-following on exponential moving average crossovers
RSI Extremes — momentum entries at RSI overbought/oversold levels
RSI Reversion — mean-reversion fades against RSI extremes
VWAP Reversion — mean-reversion entries around volume-weighted average price
Use get_arena_leaderboard to see rankings, then get_arena_signal to pull a signal from any strategy.
Quick Start
npx signalfuse-mcp@1.1.0Or install globally:
npm install -g signalfuse-mcpPython client (x402 payments built in):
pip install signalfuseClaude Desktop Setup
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"signalfuse": {
"command": "signalfuse-mcp"
}
}
}Restart Claude Desktop. Ask: "What's the signal for BTC?" and it calls SignalFuse automatically.
Claude Code Setup
Add to your project's .mcp.json:
{
"signalfuse": {
"command": "signalfuse-mcp"
}
}Authentication
Free trial — 5 calls, no signup:
curl -X POST https://api.signalfuse.co/v1/credits/trial \
-H "Content-Type: application/json" \
-d '{"wallet":"YOUR_ETH_ADDRESS"}'Pass the returned credit_token in tool calls.
Bulk credits — starter (500 calls) and pro (5,000 calls) packs available at signalfuse.co.
Links
Website: signalfuse.co
Disclaimer
SignalFuse provides a data fusion API, not financial advice. Signals are mathematical composites that can be wrong. Trade at your own risk.
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hypeprinter007-stack/signalfuse-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server