Security Scanner MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NUCLEI_BIN | No | Path to the Nuclei binary executable | ${HOME}/go/bin/nuclei |
| SCAN_RESULTS_DIR | No | Directory where scan results will be stored | ${AGENTIC_SYSTEM_PATH:-/opt/agentic}/security-scans |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_targetA | Scan a target URL or IP with Nuclei vulnerability scanner. Args: target: Target URL or IP address to scan severity: Comma-separated severity levels (info, low, medium, high, critical) rate_limit: Requests per second (default: 150) timeout: Scan timeout in seconds (default: 300) Returns: JSON string with scan results |
| scan_cluster_nodesA | Scan all nodes in the agentic cluster for vulnerabilities. Args: scan_type: Type of scan - "quick", "comprehensive", "full", "web", or "api" severity: Comma-separated severity levels to check Returns: JSON string with cluster scan results |
| list_templatesA | List available Nuclei templates by tag or severity. Args: tag: Filter by tag (e.g., cve, exposure, misconfiguration) severity: Filter by severity (info, low, medium, high, critical) Returns: JSON string with template list |
| update_templatesA | Update Nuclei templates to latest version. Returns: JSON string with update result |
| get_scan_resultsA | Retrieve results from a previous scan. Args: scan_id: Scan ID to retrieve limit: Maximum number of results to return (default: 100) Returns: JSON string with scan results |
| list_scansA | List all previous security scans. Args: limit: Maximum number of scans to return (default: 50) Returns: JSON string with scan list |
| detect_anomalous_findingsA | Use TPU-accelerated embeddings to detect anomalous security findings. Compares findings against a baseline (previous scans or expected patterns) to identify unusual or novel vulnerabilities that may need urgent attention. Args: scan_id: Current scan to analyze baseline_scan_id: Previous scan to compare against (optional) threshold: Similarity threshold - lower values = more anomalies detected Returns: JSON with anomalous findings and analysis |
| prioritize_findingsC | Use TPU-accelerated importance scoring to prioritize security findings. Scores each finding based on semantic similarity to critical security terms and patterns, helping focus remediation efforts. Args: scan_id: Scan ID to prioritize Returns: JSON with prioritized findings |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marc-shade/security-scanner-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server