Connects Claude to AlienVault's Open Threat Exchange, a free threat intelligence platform where security researchers share indicators of compromise, malware signatures, and attack patterns. The source doesn't list specific tools, but OTX typically exposes lookups for IP reputation, domain analysis, file hashes, and CVE details. You'd use this when you need Claude to check whether an IP or domain has been flagged in community threat feeds, or to pull context on malware samples and vulnerabilities without leaving your chat window. Requires a free OTX API key. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or access it through their unified gateway alongside 673+ other data sources.
AlienVault OTX MCP — Open Threat Exchange (free with key)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"alienvault-otx": {
"url": "https://gateway.pipeworx.io/alienvault-otx/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Alienvault Otx data" })
The gateway picks the right tool and fills the arguments automatically.
MIT