mcp-cyberbro
Verified Safeby stanfrbd
Overview
This MCP server integrates the Cyberbro threat intelligence platform with LLMs to extract, analyze, and check the reputation of Indicators of Compromise (IoCs).
Installation
docker run -i --rm -e CYBERBRO_URL="https://cyberbro.lab.local" -e API_PREFIX="api" ghcr.io/stanfrbd/mcp-cyberbro:latestEnvironment Variables
- CYBERBRO_URL
- API_PREFIX
- SSL_VERIFY
Security Notes
The server uses `httpx.AsyncClient` for network requests to the Cyberbro API. The `SSL_VERIFY` option can be explicitly disabled via arguments or environment variables, which could pose a risk if used carelessly in a production environment with untrusted certificates. However, it defaults to `True`. No 'eval', 'exec', or other immediately dangerous patterns were found in the provided source code snippet. Input `text` is passed to the Cyberbro API, so the security of this interaction depends on the Cyberbro server's handling of the input.
Similar Servers
mcp-servers
An MCP Server for robust web content fetching, anti-bot bypassing, intelligent caching, and LLM-powered information extraction from the open internet, designed for agent-building frameworks and MCP clients.
Reversecore_MCP
Reversecore_MCP is an AI-powered platform for automated binary analysis, malware analysis, vulnerability research, and game/firmware security, enabling AI agents to interact with advanced reverse engineering tools and generate comprehensive intelligence reports.
MalwareBazaar_MCP
An AI-driven MCP server interfacing with Malware Bazaar for real-time threat intelligence and sample metadata, supporting cybersecurity research workflows.
insights-mcp
Provides a unified Model Context Protocol (MCP) interface to multiple Red Hat Insights services for cloud management and automation.