Back to Home
stanfrbd icon

mcp-cyberbro

Verified Safe

by stanfrbd

Overview

A Model Context Protocol (MCP) server for Cyberbro that extracts and analyzes Indicators of Compromise (IoCs) from unstructured input, checking their reputation using multiple threat intelligence services.

Installation

Run Command
docker run -i --rm -e CYBERBRO_URL=http://localhost:5000 -e API_PREFIX=api ghcr.io/stanfrbd/mcp-cyberbro:latest

Environment Variables

  • CYBERBRO_URL

Security Notes

The server's source code is straightforward and does not contain obvious malicious patterns, 'eval' statements, or hardcoded secrets. It acts as a client to a user-configured Cyberbro instance. A potential security consideration is the `SSL_VERIFY` option, which can be disabled. While useful for local testing or self-signed certificates, setting `SSL_VERIFY` to `false` in a production environment with an untrusted `CYBERBRO_URL` could expose the connection to Man-in-the-Middle attacks. The `CYBERBRO_URL` itself is an external dependency provided by the user, so its security relies on correct deployment and configuration.

Similar Servers

Stats

Interest Score39
Security Score8
Cost ClassMedium
Avg Tokens200
Stars17
Forks7
Last Update2026-01-13

Tags

Threat IntelligenceIoC AnalysisLLM IntegrationCybersecurityOpen Source