Skip to content

Commit 1581040

Browse files
authored
Add space.promptguardscan-mcp (#127)
Signed-off-by: clauxel <101308379+clauxel@users.noreply.github.com>
1 parent e51884f commit 1581040

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "space.promptguardscan-mcp",
4+
"name": "PromptGuard Scan MCP",
5+
"alias": "promptguardscan",
6+
"description": "Remote MCP for paid LLM security checks, prompt-injection scanning, jailbreak review, leakage signals, and release-readiness reporting.",
7+
"logo": "https://promptguardscan.space/favicon.svg",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"security",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"llm-security",
15+
"prompt-injection",
16+
"jailbreak",
17+
"remote-mcp",
18+
"streamable-http"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://promptguardscan.space/mcp",
23+
"headers": {
24+
"Authorization": "Bearer ${input:PROMPTGUARD_SCAN_TOKEN}"
25+
},
26+
"metadata": {
27+
"inputs": [
28+
{
29+
"id": "PROMPTGUARD_SCAN_TOKEN",
30+
"label": "PromptGuard Scan MCP Bearer Token",
31+
"type": "text",
32+
"required": true,
33+
"secret": true,
34+
"description": "Bearer token issued after PromptGuard Scan checkout and MCP token claim.",
35+
"placeholder": "pgs_...",
36+
"obtain": {
37+
"url": "https://promptguardscan.space/pricing/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
38+
"instructions": "1. Buy a PromptGuard Scan plan.\n2. Complete checkout.\n3. Claim the MCP bearer token from PromptGuard Scan.\n4. Paste the token value here without the Bearer prefix.",
39+
"button_label": "Get Token"
40+
}
41+
}
42+
]
43+
}
44+
},
45+
"auth": {
46+
"type": "api_key",
47+
"instructions": "Use the Bearer token issued after PromptGuard Scan checkout and MCP token claim."
48+
},
49+
"contributor": {
50+
"name": "PromptGuard Scan",
51+
"github": "clauxel",
52+
"url": "https://promptguardscan.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605"
53+
},
54+
"links": {
55+
"repository": "https://github.com/clauxel/prompt-injection-scanner-mcp",
56+
"homepage": "https://promptguardscan.space/?utm_source=mcpmux&utm_medium=directory&utm_campaign=sbl202605",
57+
"documentation": "https://github.com/clauxel/prompt-injection-scanner-mcp/blob/main/docs/usage.md"
58+
},
59+
"platforms": [
60+
"all"
61+
],
62+
"capabilities": {
63+
"tools": true,
64+
"resources": false,
65+
"prompts": false,
66+
"read_only_mode": true
67+
}
68+
}

0 commit comments

Comments
 (0)