Back to Browse

Truesignal MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Wraps the truesignal CLI as a single generic MCP tool for threat/connector status checks.

About

Wraps the truesignal CLI as a single generic MCP tool for threat/connector status checks.

Security Report

5.2
Moderate5.2Moderate Risk

TrueSignal is a well-designed OSINT/security intelligence feed with strong architectural choices around data provenance and fabrication prevention. The codebase demonstrates careful input validation, proper credential handling via environment variables, and explicit focus on preventing malicious data patterns. Permissions align well with the stated purpose of fetching security data from official APIs. No critical security vulnerabilities were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

5 files analyzed · 8 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.

process_spawn

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rudrendupaul-truesignal": {
      "args": [
        "-y",
        "truesignal-cli"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!