@certscore/mcp 0.2.11 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +131 -36
- package/dist/certscore-mcp.mjs +984 -243
- package/dist/server.d.ts +1 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js +122 -106
- package/dist/tools.d.ts +21 -58
- package/dist/tools.d.ts.map +1 -1
- package/dist/tools.js +520 -58
- package/package.json +4 -3
- package/server-light.json +19 -0
- package/server.json +10 -3
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
+
"name": "ai.certscore/mcp-light",
|
|
4
|
+
"title": "CertScore.ai — Light mode",
|
|
5
|
+
"description": "No-account public website privacy risk scans with 20 new scans/day and free recent-result reuse.",
|
|
6
|
+
"status": "active",
|
|
7
|
+
"repository": {
|
|
8
|
+
"url": "https://github.com/ergoveritas1-alt/certscore.ai",
|
|
9
|
+
"source": "github"
|
|
10
|
+
},
|
|
11
|
+
"websiteUrl": "https://certscore.ai/mcp/light",
|
|
12
|
+
"version": "0.2.15",
|
|
13
|
+
"remotes": [
|
|
14
|
+
{
|
|
15
|
+
"type": "streamable-http",
|
|
16
|
+
"url": "https://mcp.certscore.ai/mcp/light"
|
|
17
|
+
}
|
|
18
|
+
]
|
|
19
|
+
}
|
package/server.json
CHANGED
|
@@ -1,19 +1,26 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "ai.certscore/mcp",
|
|
4
|
+
"title": "CertScore",
|
|
4
5
|
"description": "MCP server for CertScore public website risk-signal workflows.",
|
|
5
6
|
"status": "active",
|
|
6
7
|
"repository": {
|
|
7
8
|
"url": "https://github.com/ergoveritas1-alt/certscore.ai",
|
|
8
9
|
"source": "github"
|
|
9
10
|
},
|
|
10
|
-
"version": "0.2.
|
|
11
|
+
"version": "0.2.15",
|
|
12
|
+
"remotes": [
|
|
13
|
+
{
|
|
14
|
+
"type": "streamable-http",
|
|
15
|
+
"url": "https://mcp.certscore.ai/mcp"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
11
18
|
"packages": [
|
|
12
19
|
{
|
|
13
20
|
"registryType": "npm",
|
|
14
21
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
15
22
|
"identifier": "@certscore/mcp",
|
|
16
|
-
"version": "0.2.
|
|
23
|
+
"version": "0.2.15",
|
|
17
24
|
"transport": {
|
|
18
25
|
"type": "stdio"
|
|
19
26
|
},
|