General Tools
apisecurityscan.net
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://apisecurityscan.net/mcp
MCP server metadata
- Name
- SecurityStack
- Version
- 3.4.5
Known tools 6
scan_skillAnalyze an AI agent skill for prompt injection, malware patterns, and OWASP LLM Top 10 issues BEFORE installing it (SecurityScan).
Inferred read-onlycheck_dependenciesCheck the health of your agent's external dependencies: uptime, SSL validity, blacklist status, and a trust score 0-100 (DepScan).
Inferred read-onlynetwork_scanActive security scan of a device or host with an autonomous AI agent that decides which follow-up probes to run (ActiveScanner).
Inferred read-onlyaudit_mcp_server_configAudit an MCP client configuration for security risks — works offline, no external service required.
Inferred read-onlyscan_secretsScan 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-onlyfull_stack_auditComplete 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 effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.