Serversio.github.stanfrbd/mcp-cyberbro
C

Cyberbro MCP Server

io.github.stanfrbd/mcp-cyberbro · v0.0.4
▦ pypi
v0.0.4pypi pypi: mcp-cyberbro↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.stanfrbd/mcp-cyberbro",
  "description": "MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.",
  "title": "Cyberbro MCP Server",
  "repository": {
    "url": "https://github.com/stanfrbd/mcp-cyberbro",
    "source": "github"
  },
  "version": "0.0.4",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-cyberbro",
      "version": "0.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of Cyberbro (for example http://localhost:5000)",
          "isRequired": true,
          "format": "string",
          "name": "CYBERBRO_URL"
        },
        {
          "description": "Cyberbro API prefix (default: api)",
          "format": "string",
          "name": "API_PREFIX"
        },
        {
          "description": "Enable/disable SSL verification for Cyberbro API calls (true/false)",
          "format": "string",
          "name": "SSL_VERIFY"
        },
        {
          "description": "Transport override: stdio, sse or streamable-http",
          "format": "string",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Host for HTTP transports",
          "format": "string",
          "name": "MCP_HOST"
        },
        {
          "description": "Port for HTTP transports",
          "format": "string",
          "name": "MCP_PORT"
        },
        {
          "description": "Mount path for SSE transport",
          "format": "string",
          "name": "MCP_MOUNT_PATH"
        },
        {
          "description": "SSE endpoint path",
          "format": "string",
          "name": "MCP_SSE_PATH"
        },
        {
          "description": "Streamable HTTP endpoint path",
          "format": "string",
          "name": "MCP_STREAMABLE_HTTP_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}