Skip to main content
Glama
securityscan-api

SecurityStack MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEPSCAN_API_KEYNoAPI key for dependency scanning. Required to enable the check_dependencies tool.
SECRETSCAN_API_KEYNoAPI key for backend secret scanning. Optional; scan_secrets works offline without it.
SECURITYSCAN_API_KEYNoAPI key for security scanning. Required to enable the scan_skill tool.
ACTIVESCANNER_API_KEYNoAPI key for the active scanner. Required to enable the network_scan tool.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_skillA

Analyze an AI agent skill for prompt injection, malware patterns, and OWASP LLM Top 10 issues BEFORE installing it (SecurityScan).

check_dependenciesA

Check the health of your agent's external dependencies: uptime, SSL validity, blacklist status, and a trust score 0-100 (DepScan).

network_scanA

Active security scan of a device or host with an autonomous AI agent that decides which follow-up probes to run (ActiveScanner). Only scan targets you own or have permission to test.

audit_mcp_server_configA

Audit an MCP client configuration for security risks — works offline, no external service required. Detects: tool poisoning, hidden/coercive instructions in tool descriptions, hardcoded credentials, unpinned packages (rug-pull risk), insecure transport, and toxic capability combinations (shell + network, file-read + network).

scan_secretsA

Scan a text payload (a prompt, an outbound API body, a file's contents) for secrets and PII BEFORE it leaves for an LLM or external API, and return a redacted copy. Catches the #1 real-world agent incident: secrets/PII leaking into a model's context.

WORKS OFFLINE with no API key — the detection runs in-process (pure regex

  • Luhn check, no network). If a SecretScan backend key IS configured, the scan is routed there instead (which also persists an audit record).

full_stack_auditA

Complete security posture in one call: audits the MCP config, checks dependency health, analyzes an untrusted skill, scans the local network gateway, and scans any payload you're about to send out for secrets/PII — then correlates everything into a single prioritized report. Pass only what you have; each section is skipped gracefully if its input or service is missing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/securityscan-api/securitystack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server