clintcan/owasp-asvs-mcp-server
If you are the rightful owner of owasp-asvs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The OWASP ASVS MCP Server is a Model Context Protocol server that provides AI assistants with access to the OWASP Application Security Verification Standard (ASVS), enabling intelligent security recommendations and requirement lookups.
Tools
Functions exposed to the LLM to take actions
get_requirements_by_level
Get all requirements for a specific verification level. Supports pagination.
get_requirements_by_category
Get requirements filtered by security category. Supports pagination.
get_requirement_details
Get detailed information about a specific requirement.
recommend_priority_controls
Get prioritized security recommendations based on context. Supports pagination.
search_requirements
Search requirements by keyword. Supports pagination.
get_category_summary
Get an overview of all ASVS categories.
get_compliance_requirements
Get ASVS requirements mapped to specific compliance frameworks. Supports pagination.
get_compliance_gap_analysis
Analyze compliance gaps and identify missing controls.
map_requirement_to_compliance
Show which compliance frameworks a specific requirement satisfies.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client