asvs_requirements
ActiveTool of Owasp
Testable security requirements from OWASP ASVS 5.0, each with its verification id (e.g. "V6.2.1"), section, level (L1/L2/L3) and text — the citable controls layer. Filter by chapter, level and/or keyword. Use to ground a control ("what does ASVS require for password storage?").
Parameters schema
{
"type": "object",
"properties": {
"level": {
"enum": [
1,
2,
3
],
"type": "number",
"description": "Assurance level: 1 (essential), 2 (standard), 3 (advanced). Returns requirements applicable at or below this level."
},
"limit": {
"type": "number",
"description": "Max requirements to return (default 40, max 100)."
},
"query": {
"type": "string",
"description": "Keyword filter on requirement text, e.g. \"password\", \"TLS\", \"CSRF\"."
},
"chapter": {
"type": "string",
"description": "Chapter id like \"V6\" (Authentication). Omit to search all chapters."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Owasp
https://github.com/pipeworx-io/mcp-owasp
1/7 registries