Back to Home
stanfrbd icon

mcp-cyberbro

Verified Safe

by 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

Run Command
docker run -i --rm -e CYBERBRO_URL="https://cyberbro.lab.local" -e API_PREFIX="api" ghcr.io/stanfrbd/mcp-cyberbro:latest

Environment 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

Stats

Interest Score39
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars14
Forks7
Last Update2025-12-06

Tags

Threat IntelligenceIoC AnalysisLLM IntegrationCybersecurityMCP