Back to Home
swgvasu-cyber icon

MCP-Server

Verified Safe

by swgvasu-cyber

Overview

Serves as an API gateway for clients to submit SHA-256 file hashes to a backend scanner API and retrieve aggregated malware reputation results.

Installation

Run Command
docker run -it mcp-scanner-server

Environment Variables

  • API_BASE

Security Notes

The code itself is straightforward, with no 'eval' or obvious malicious patterns. The primary security consideration lies in the configuration of the `API_BASE` environment variable. If `API_BASE` is exposed to untrusted input or points to an internal network, it could potentially lead to Server-Side Request Forgery (SSRF). In typical dedicated bridge deployments, this risk is mitigated by careful environment configuration.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-08

Tags

SecurityAPI GatewayMalware AnalysisFile ScanningMicroservice