SecurityStack MCP
Rank #19,572io.github.securityscan-api/securityscan
Security for AI agents: MCP audits, secret redaction, skill vetting, network scans, agent checkout.
SecurityStack MCP is a Model Context Protocol (MCP) server published by securityscan-api. It ranks #19,572 of 115,591 servers tracked on MCP Toplist. SecurityStack MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 8, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 96,019 of 115,591 servers on MCP Toplist.
Use SecurityStack MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add securityscan -- uvx securityscan-mcp[mcp_servers.securityscan]
command = "uvx"
args = ["securityscan-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"securityscan": {
"command": "uvx",
"args": [
"securityscan-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"securityscan": {
"command": "uvx",
"args": [
"securityscan-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"securityscan": {
"type": "stdio",
"command": "uvx",
"args": [
"securityscan-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"securityscan": {
"command": "uvx",
"args": [
"securityscan-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"securityscan": {
"command": "uvx",
"args": [
"securityscan-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.securityscan-api%2Fsecurityscan)<a href="https://mcptoplist.com/server/io.github.securityscan-api%2Fsecurityscan"><img src="https://mcptoplist.com/badge/io.github.securityscan-api%2Fsecurityscan.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
securityscan-api
Other servers by securityscan-api
View all securityscan-api servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains SecurityStack MCP?
- SecurityStack MCP is maintained by securityscan-api, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is SecurityStack MCP listed on the Official MCP Registry?
- Yes — SecurityStack MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does SecurityStack MCP have?
- MCP Toplist tracks 1 version of SecurityStack MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for SecurityStack MCP?
- The source code for SecurityStack MCP is hosted at github.com/securityscan-api/securitystack-mcp.