Back to directory
mrwadams/otx-mcp

mrwadams/otx-mcp

@mrwadams

A Model Context Protocol (MCP) server for AlienVault OTX (Open Threat Exchange) that provides a comprehensive interface to the OTX API.

securitythreat-intelligenceOTXAlienVaultMCPPythoncybersecuritycontext

Installation & Configuration

{
  "mcpServers": {
    "otx": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "OTX_API_KEY",
        "ghcr.io/mrwadams/otx-mcp:main"
      ],
      "env": {
        "OTX_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13