Connects Claude to the MITRE ATT&CK framework via STIX bundles, giving you structured access to adversary tactics, techniques, and procedures. Hosted through Pipeworx's gateway, which routes requests to their collection of 250+ data sources. The source doesn't list specific tools, but you can query it using ask_pipeworx with natural language questions about threat intelligence data. Useful when you're building security workflows, researching attack patterns, or need to pull ATT&CK matrix data into your agent without maintaining local STIX parsers. Uses streamable HTTP transport and includes MIT licensing.
MITRE ATT&CK MCP — STIX bundles from github.com/mitre/cti.
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": {
"mitre-attck": {
"url": "https://gateway.pipeworx.io/mitre-attck/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 Mitre Attck data" })
The gateway picks the right tool and fills the arguments automatically.
MIT