-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathserver.json
More file actions
38 lines (38 loc) · 1023 Bytes
/
Copy pathserver.json
File metadata and controls
38 lines (38 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.putervision/webcrypt",
"version": "1.0.1",
"title": "WebCrypt MCP Server",
"description": "Zero-dependency Web Crypto & AI Agent MCP Server (AES-256-GCM, RSA-4096, PQC, Signatures).",
"publisher": "PuterVision",
"license": "MIT",
"websiteUrl": "https://putervision.github.io/webcrypt/",
"status": "active",
"icons": [
{
"src": "https://putervision.github.io/webcrypt/webcrypt-icon.png",
"mimeType": "image/png",
"sizes": ["512x512"]
}
],
"repository": {
"type": "git",
"url": "https://github.com/putervision/webcrypt",
"source": "github"
},
"bugs": {
"url": "https://github.com/putervision/webcrypt/issues"
},
"packages": [
{
"registryType": "npm",
"identifier": "webcrypt",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"executable": "webcrypt",
"args": ["mcp"]
}
]
}