MCP Shield
Rank #58,690io.github.sophiacave/mcp-shield
Security scanner for MCP servers. SSRF, path traversal, injection, auth, secrets. Grade A-F.
MCP Shield is a Model Context Protocol (MCP) server published by sophiacave. It ranks #58,690 of 115,460 servers tracked on MCP Toplist. MCP Shield is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 56,770 of 115,460 servers on MCP Toplist.
Use MCP Shield
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-shield -- npx -y @sophiacave/mcp-shield[mcp_servers.mcp-shield]
command = "npx"
args = ["-y", "@sophiacave/mcp-shield"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-shield": {
"command": "npx",
"args": [
"-y",
"@sophiacave/mcp-shield"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-shield": {
"command": "npx",
"args": [
"-y",
"@sophiacave/mcp-shield"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-shield": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sophiacave/mcp-shield"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-shield": {
"command": "npx",
"args": [
"-y",
"@sophiacave/mcp-shield"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-shield": {
"command": "npx",
"args": [
"-y",
"@sophiacave/mcp-shield"
]
}
}
}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.sophiacave%2Fmcp-shield)<a href="https://mcptoplist.com/server/io.github.sophiacave%2Fmcp-shield"><img src="https://mcptoplist.com/badge/io.github.sophiacave%2Fmcp-shield.svg" alt="MCP Toplist: #58,690 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sophiacave
Other servers by sophiacave
View all sophiacave servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.7 | Jun 9, 2026 |
Frequently asked questions
- Who maintains MCP Shield?
- MCP Shield is maintained by sophiacave, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is MCP Shield listed on the Official MCP Registry?
- Yes — MCP Shield is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Shield have?
- MCP Toplist tracks 1 version of MCP Shield, most recently published on Jun 9, 2026.
- Where can I find the source code for MCP Shield?
- The source code for MCP Shield is hosted at github.com/sophiacave/mcp-shield.