MCP-Server
Verified Safeby 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
docker run -it mcp-scanner-serverEnvironment 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
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
TriageMCP
Enables an LLM to perform static analysis and triage of PE files using local security tools.
Reversecore_MCP
Provides a Micro-Agent Control Protocol (MCP) server that wraps various reverse engineering CLI tools and libraries, enabling AI agents to perform binary analysis, malware analysis, and vulnerability research through natural language commands.
MalwareBazaar_MCP
An AI-driven MCP server interfacing with Malware Bazaar for real-time threat intelligence and sample metadata, supporting cybersecurity research workflows.