← Back to browse

Cyberbro MCP Server

Indexed by io.github.stanfrbd

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCYBERBRO_URL API_PREFIX SSL_VERIFY MCP_TRANSPORT MCP_HOST MCP_PORT MCP_MOUNT_PATH MCP_SSE_PATH MCP_STREAMABLE_HTTP_PATH
Claude Code
claude mcp add --env CYBERBRO_URL= --env API_PREFIX= --env SSL_VERIFY= --env MCP_TRANSPORT= --env MCP_HOST= --env MCP_PORT= --env MCP_MOUNT_PATH= --env MCP_SSE_PATH= --env MCP_STREAMABLE_HTTP_PATH= mcp-cyberbro -- uvx mcp-cyberbro
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-cyberbro","command":"uvx","args":["mcp-cyberbro"],"env":{"CYBERBRO_URL":"","API_PREFIX":"","SSL_VERIFY":"","MCP_TRANSPORT":"","MCP_HOST":"","MCP_PORT":"","MCP_MOUNT_PATH":"","MCP_SSE_PATH":"","MCP_STREAMABLE_HTTP_PATH":""}}'
JSON
{
  "mcpServers": {
    "mcp-cyberbro": {
      "command": "uvx",
      "args": [
        "mcp-cyberbro"
      ],
      "env": {
        "CYBERBRO_URL": "",
        "API_PREFIX": "",
        "SSL_VERIFY": "",
        "MCP_TRANSPORT": "",
        "MCP_HOST": "",
        "MCP_PORT": "",
        "MCP_MOUNT_PATH": "",
        "MCP_SSE_PATH": "",
        "MCP_STREAMABLE_HTTP_PATH": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.