Back to Browse

Cyberbro MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.

About

MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 5 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Base URL of Cyberbro (for example http://localhost:5000)Optional

Environment variable: CYBERBRO_URL

Cyberbro API prefix (default: api)Optional

Environment variable: API_PREFIX

Enable/disable SSL verification for Cyberbro API calls (true/false)Optional

Environment variable: SSL_VERIFY

Transport override: stdio, sse or streamable-httpOptional

Environment variable: MCP_TRANSPORT

Host for HTTP transportsOptional

Environment variable: MCP_HOST

Port for HTTP transportsOptional

Environment variable: MCP_PORT

Mount path for SSE transportOptional

Environment variable: MCP_MOUNT_PATH

SSE endpoint pathOptional

Environment variable: MCP_SSE_PATH

Streamable HTTP endpoint pathOptional

Environment variable: MCP_STREAMABLE_HTTP_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-stanfrbd-mcp-cyberbro": {
      "env": {
        "MCP_HOST": "your-mcp-host-here",
        "MCP_PORT": "your-mcp-port-here",
        "API_PREFIX": "your-api-prefix-here",
        "SSL_VERIFY": "your-ssl-verify-here",
        "CYBERBRO_URL": "your-cyberbro-url-here",
        "MCP_SSE_PATH": "your-mcp-sse-path-here",
        "MCP_TRANSPORT": "your-mcp-transport-here",
        "MCP_MOUNT_PATH": "your-mcp-mount-path-here",
        "MCP_STREAMABLE_HTTP_PATH": "your-mcp-streamable-http-path-here"
      },
      "args": [
        "mcp-cyberbro"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!