Fused crypto trading signals — sentiment, macro regime, and market structure in one call.
{
"mcpServers": {
"io-github-hypeprinter007-stack-signalfuse": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Fused crypto trading signals — sentiment, macro regime, and market structure in one call.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 3 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for io.github.hypeprinter007-stack/signalfuse and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for SignalFuse — trading intelligence API.
Adds four tools to any MCP-compatible AI agent:
get_signal — fused directional signal: sentiment + macro + market structureget_regime — current risk-on / risk-off macro regimeget_sentiment — raw social sentiment breakdownget_signal_batch — all assets in one callnpm install -g signalfuse-mcp
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.
Add to your project's .mcp.json:
{
"signalfuse": {
"command": "signalfuse-mcp"
}
}
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
SignalFuse provides a data fusion API, not financial advice. Signals are mathematical composites that can be wrong. Trade at your own risk.
MIT