Back to Browse

Signalfuse MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.

About

11 tools: crypto signals, sentiment, macro regime, arena, search, exec. x402 pay-per-call.

Security Report

7.2
Moderate7.2Low Risk

SignalFuse MCP server is a well-structured API client with strong input validation and no credential storage vulnerabilities. The server safely proxies HTTP requests to a remote trading API with appropriate request filtering and sanitization. Permissions align with its purpose as a developer tool that calls external APIs. Minor code quality issues around broad exception handling and informational findings do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

7 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

SignalFuse credit token for API access (get 5 free calls at signalfuse.co)Required

Environment variable: SIGNALFUSE_CREDIT_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hypeprinter007-stack-signalfuse": {
      "env": {
        "SIGNALFUSE_CREDIT_TOKEN": "your-signalfuse-credit-token-here"
      },
      "args": [
        "-y",
        "signalfuse-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!