asvs_chapters
Pack: owasp · Endpoint: https://gateway.pipeworx.io/owasp/mcp
Table of contents for the OWASP ASVS 5.0 (Application Security Verification Standard): the 17 chapters (V1–V17) with names and requirement counts per assurance level. Use to discover which chapter to pull with asvs_requirements.
Example call
Arguments
{}
curl
curl -X POST https://gateway.pipeworx.io/owasp/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"asvs_chapters","arguments":{}}}'
TypeScript (@pipeworx/sdk)
import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();
const result = await pipeworx.call('asvs_chapters', {});
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"owasp": {
"url": "https://gateway.pipeworx.io/owasp/mcp"
}
}
}
See Getting Started for client-specific install steps.