Connects Claude to HackerTarget's security and network reconnaissance APIs through Pipeworx's MCP gateway. The source doesn't list specific tools, but HackerTarget typically offers DNS lookups, port scanning, traceroute, and vulnerability checks. You can call tools directly or use the ask_pipeworx helper to query in plain English and let the gateway route to the right endpoint. Runs as a hosted service at gateway.pipeworx.io, so no local setup required. Useful when you need security recon or network diagnostics without leaving your AI workflow. Part of Pipeworx's larger collection of 673+ data sources accessible through a single gateway.
HackerTarget MCP.
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": {
"hackertarget": {
"url": "https://gateway.pipeworx.io/hackertarget/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 Hackertarget data" })
The gateway picks the right tool and fills the arguments automatically.
MIT