Skip to content

Commit 35d851f

Browse files
committed
Add MCPShield security scanner
Signed-off-by: CharsiHammer <support@clakk.com>
1 parent 6b3bc6f commit 35d851f

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

servers/co.mcpshield.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "co.mcpshield",
4+
"name": "MCPShield",
5+
"alias": "mcpshield",
6+
"description": "Security scanner for MCP servers - detects tool poisoning, prompt injection, and 90+ vulnerability patterns.",
7+
"icon": "🛡️",
8+
"schema_version": "2.1",
9+
"categories": ["security", "developer-tools"],
10+
"tags": ["security", "scanner", "tool-poisoning", "prompt-injection", "mcp"],
11+
"transport": {
12+
"type": "stdio",
13+
"command": "npx",
14+
"args": ["mcpshield-cli", "scan"]
15+
},
16+
"contributor": {
17+
"name": "MCPShield",
18+
"github": "MCPShield-Dev",
19+
"url": "https://www.mcpshield.co"
20+
},
21+
"links": {
22+
"repository": "https://github.com/MCPShield-Dev/mcpshield",
23+
"documentation": "https://www.mcpshield.co/docs"
24+
},
25+
"platforms": ["all"],
26+
"capabilities": {
27+
"tools": true,
28+
"resources": false,
29+
"prompts": false,
30+
"read_only_mode": true
31+
}
32+
}

0 commit comments

Comments
 (0)