You're viewing a demo portfolio

Join the waitlist
PRSM

weakness

Active

Tool of Mitre Cwe

declared in 0.1.0

"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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mitre Cwe

https://github.com/pipeworx-io/mcp-mitre-cwe

1/7 registries
View full server →
weakness — Mitre Cwe — PRSM MCP