weakness
ActiveTool of Mitre Cwe
"What is CWE-[N]" / "look up CWE [name]" / "details on [weakness]" / "explain XSS / SQL injection / buffer overflow" / "what kind of security flaw is [X]" — fetch a single MITRE CWE (Common Weakness Enumeration) record with description, examples, mitigations, related attacks, references. Use for security analysis, vulnerability triage, threat-modeling, secure-coding training. Example IDs: 79 (XSS), 89 (SQL injection), 787 (out-of-bounds write).
Parameters schema
{
"type": "object",
"examples": [
{
"id": "79"
},
{
"id": "CWE-89",
"view": "1003"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "CWE id (e.g. \"79\" or \"CWE-79\")"
},
"view": {
"type": "string",
"description": "Optional view id to retrieve view-specific info."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Mitre Cwe
https://github.com/pipeworx-io/mcp-mitre-cwe
1/7 registries