A Model Context Protocol (MCP) server for AlienVault OTX (Open Threat Exchange) that provides a comprehensive interface to the OTX API.
mcpServer
{ "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" } } } }
docker run -i --rm -e OTX_API_KEY ghcr.io/mrwadams/otx-mcp:main