← Registry

General Tools

apisecurityscan.net

Provides general-purpose tools through the Model Context Protocol.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://apisecurityscan.net/mcp

No auth detected

MCP server metadata

Name
SecurityStack
Version
3.4.5
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui

Known tools 6

scan_skill

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

Inferred read-only
check_dependencies

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

Inferred read-only
network_scan

Active security scan of a device or host with an autonomous AI agent that decides which follow-up probes to run (ActiveScanner).

Inferred read-only
audit_mcp_server_config

Audit an MCP client configuration for security risks — works offline, no external service required.

Inferred read-only
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.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.