MCP server for ATT&CK queries via AI assistants
Project description
attack-query-mcp
MCP server for ATT&CK queries via AI assistants.
Overview
This package provides a Model Context Protocol (MCP) server that enables AI assistants like Claude to query MITRE ATT&CK data using natural language.
Installation
pip install attack-query-mcp
Usage
With Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"attack-query": {
"command": "attack-query-mcp"
}
}
}
Standalone
attack-query-mcp
Tools
The MCP server provides 8 tools for querying ATT&CK data:
| Tool | Description |
|---|---|
query_attack |
Natural language queries (e.g., "techniques used by APT28") |
get_technique |
Get technique details by ID (e.g., T1566) |
get_group |
Get group info by name, ID, or alias |
compare_groups |
Compare techniques between two groups with similarity metrics |
find_similar_groups |
Find groups with similar technique profiles |
get_mitigations |
Get mitigations for a technique |
export_navigator_layer |
Export techniques as Navigator layer JSON |
get_group_techniques_temporal |
Get techniques used by a group during a specific time period |
Example Tool Usage
User: What techniques does APT28 use for initial access?
AI: [calls query_attack with "techniques used by APT28 for initial access"]
User: Compare APT28 and APT29
AI: [calls compare_groups with group1="APT28", group2="APT29"]
User: What mitigations address phishing?
AI: [calls get_mitigations with technique_id="T1566"]
User: What techniques did APT28 use in 2023?
AI: [calls get_group_techniques_temporal with group="APT28", year=2023]
User: What techniques did APT29 use between 2020 and 2023?
AI: [calls get_group_techniques_temporal with group="APT29", start_year=2020, end_year=2023]
Note: Temporal queries approximate group activity by cross-referencing campaign data. Results only include techniques documented in campaigns, not all techniques attributed to the group.
Resources
The MCP server exposes 6 resources for browsing ATT&CK data:
| URI | Description |
|---|---|
attack://groups |
List all threat groups with IDs, names, and aliases |
attack://techniques |
List all techniques with IDs, names, and tactics |
attack://tactics |
List all tactics in kill chain order |
attack://software |
List all software (malware and tools) |
attack://mitigations |
List all mitigations with technique counts |
attack://campaigns |
List all campaigns with dates and attribution |
Example Resource Usage
User: Show me all APT groups in ATT&CK
AI: [reads attack://groups resource]
User: What tactics are in the kill chain?
AI: [reads attack://tactics resource]
Resource Templates
The MCP server also provides resource templates for detailed lookups:
| URI Template | Description |
|---|---|
attack://groups/{id} |
Get details for a specific group (by ID, name, or alias) |
attack://techniques/{id} |
Get details for a specific technique (by ID like T1566) |
Example Resource Template Usage
User: Tell me about APT28
AI: [reads attack://groups/APT28 resource]
User: What is technique T1566?
AI: [reads attack://techniques/T1566 resource]
User: Who is Fancy Bear?
AI: [reads attack://groups/Fancy%20Bear resource]
Requirements
- Python 3.10+
- attack-query library
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file attack_query_mcp-0.4.0.tar.gz.
File metadata
- Download URL: attack_query_mcp-0.4.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed700003d3e5b20685383af70fae2e4a53f836270a3674d2f12a1933cecf3183
|
|
| MD5 |
44a2587fd9e53a8510b294e283f0db73
|
|
| BLAKE2b-256 |
ec2d21d11548c54a81490760f7a30425b18c7301267c79fd51b2a7912f1fc20c
|
File details
Details for the file attack_query_mcp-0.4.0-py3-none-any.whl.
File metadata
- Download URL: attack_query_mcp-0.4.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d8d6281a33edac2654667980a9b58c1ac1507813b9aed552a410888e2f272f9
|
|
| MD5 |
9826c65c3aad24e5856cc0b33f1ebf86
|
|
| BLAKE2b-256 |
90199c7ccc51c3890384a00a85ec551b92d3431b25827fbbc2b88272a17616db
|