Odel
Cyberbro MCP Server

Cyberbro MCP Server

Local
@stanfrbd19PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-cyberbrov0.0.5

Run

uvx mcp-cyberbro

MCP client config

{
  "mcpServers": {
    "cyberbro-mcp-server": {
      "command": "uvx",
      "args": [
        "mcp-cyberbro"
      ]
    }
  }
}