INDIVIDUAL MCP TOOL
network_scan
Active security scan of a device or host with an autonomous AI agent that decides which follow-up probes to run (ActiveScanner).
LIVE ENDPOINT
https://apisecurityscan.net/mcp
Connect to this endpoint to inspect the live schema for network_scan and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.securitystack]
url = "https://apisecurityscan.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"securitystack": {
"type": "http",
"url": "https://apisecurityscan.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: securitystack
Remote MCP URL: https://apisecurityscan.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"securitystack": {
"url": "https://apisecurityscan.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"securitystack": {
"type": "http",
"url": "https://apisecurityscan.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "securitystack",
"transport": "streamable-http",
"url": "https://apisecurityscan.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_skill— Analyze an AI agent skill for prompt injection, malware patterns, and OWASP LLM Top 10 issues BEFORE installing it (SecurityScan).check_dependencies— Check the health of your agent's external dependencies: uptime, SSL validity, blacklist status, and a trust score 0-100 (DepScan).audit_mcp_server_config— Audit an MCP client configuration for security risks — works offline, no external service required.scan_secrets— 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.full_stack_audit— 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.