Skip to main content
Glama

signalfuse-mcp

MCP server for SignalFuse — trading intelligence API.

Adds four tools to any MCP-compatible AI agent:

  • get_signal — fused directional signal: sentiment + macro + market structure

  • get_regime — current risk-on / risk-off macro regime

  • get_sentiment — raw social sentiment breakdown

  • get_signal_batch — all assets in one call

Install

npm install -g signalfuse-mcp

Claude Desktop Setup

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "signalfuse": {
      "command": "signalfuse-mcp"
    }
  }
}

Restart Claude Desktop. Ask Claude: "What's the signal for BTC?" — it will call SignalFuse automatically.

Claude Code Setup

Add to your project's .mcp.json:

{
  "signalfuse": {
    "command": "signalfuse-mcp"
  }
}

Authentication

Free trial: 25 free calls, no signup:

curl -X POST https://api.signalfuse.co/v1/credits/trial \
  -H "Content-Type: application/json" \
  -d '{"wallet":"YOUR_ETH_ADDRESS"}'

Then pass the returned credit_token in tool calls.

Bulk credits: Buy starter (500 calls) or pro (5000 calls) packs.

Note: This MCP server uses credit tokens for authentication. For x402 per-call payment (automatic USDC on Base), use the SignalFuse Python client which has full x402 SDK integration.

Full docs at https://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

Install Server
A
security – no known vulnerabilities
F
license - not found
B
quality - B tier

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