Loading languages...
OT

otx-mcp

@mrwadams17

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

threat-intelligence
otx
mcp-server

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

docker run -i --rm -e OTX_API_KEY ghcr.io/mrwadams/otx-mcp:main
Transport:
stdio
语言:
Python
创建时间:4/9/2025
更新时间:6/24/2025