← Back to Plugins
MCP Server MCP

Cyberbro MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx mcp-cyberbro

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-cyberbro",
      "version": "0.0.5",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...