kauaim/apisec-ng-mcp-server
If you are the rightful owner of apisec-ng-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.
An MCP (Model Context Protocol) server for interacting with the APIsec NG platform, providing tools to manage applications, initiate security scans, and review scan results.
Tools
Functions exposed to the LLM to take actions
create_oas_application
Create a new application from an OpenAPI Specification.
create_graphql_application
Create a new application from a GraphQL SDL file.
create_postman_application
Create a new application from a Postman collection.
start_scan
Start a security scan on an application instance.
get_scan_details
Get details of a specific scan.
get_detections
Get security detections for an application instance.
get_detection_by_id
Get details of a specific detection.
get_all_applications
Get a paginated list of all applications.
get_application_by_id
Get details of a specific application.
get_owasp_coverage
Get OWASP coverage report for an application instance.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client