Tools
The tools the SentraSec MCP server exposes to your agent. All run against your authenticated workspace over stdio — no network port is opened.
Available tools
| security.dast_scan | Run a DAST scan against a URL. Returns deduplicated, enriched findings (business impact, technical detail, remediation). |
| security.list_findings | List findings for a scan or across the workspace. |
| security.explain | Explain a vulnerability by its knowledge-graph node id — description, CWE, OWASP, remediation. |
| security.suggest_fix | Suggest a code-level fix for a finding in a given language. |
| security.list_rules | List the detection rules available in the engine. |
| security.list_languages | List languages the scanners support. |
| security.issue_cert | Issue a pentest certificate for a set of scans. |
Tools follow the standard MCP tool schema — your client discovers them automatically after the server starts. Ask your agent in natural language; it picks the right tool.