CertScore MCP
NPM · @CERTSCORE/MCP · SCANNED AUG 3
CertScore website risk-signal tools for scans, findings, evidence, and latest-domain lookups.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (proprietary) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 18 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 740 tokens (~67/item across 11 items; 11 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @certscore/mcp
claude mcp add ai-certscore-mcp -- npx -y @certscore/mcp
codex mcp add ai-certscore-mcp -- npx -y @certscore/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-certscore-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@certscore/mcp"
],
"enabled": true
}
}
} openclaw mcp add ai-certscore-mcp --command npx --arg -y --arg @certscore/mcp
mcp_servers:
ai-certscore-mcp:
command: "npx"
args: ["-y", "@certscore/mcp"] {
"mcpServers": {
"ai-certscore-mcp": {
"command": "npx",
"args": [
"-y",
"@certscore/mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +28
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- License: unverified → fail ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Schema quality: unverified → good ▲ functional
- First check of Schema quality: unverified functional
- Licence: proprietary functional
- 1 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −25
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@certscore/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
explain_finding Explain CertScore finding ~52
Explain a single CertScore finding with public evidence, caveats, and reviewer next steps.
| Name | Type | Req | Description |
|---|---|---|---|
| findingId | string | yes | Finding ID to explain. |
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| confidence | string | yes | — |
| criticality | string | yes | — |
| detail | object | — | — |
| disclaimer | string | — | — |
| evidence | object | yes | — |
| id | string | yes | — |
| label | string | yes | — |
| links | object | — | — |
| nextStep | string|null | — | — |
| plainEnglish | string | yes | — |
| reviewLenses | array | — | — |
| scanId | string | yes | — |
| type | string | yes | — |
No examples provided.
export_findings Export CertScore findings ~39
Return structured findings from a CertScore Pulse report for downstream review or ticketing workflows.
| Name | Type | Req | Description |
|---|---|---|---|
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| disclaimer | string|null | yes | — |
| domain | string|null | yes | — |
| findings | array | yes | — |
| scanId | string|null | yes | — |
| summary | — | — | — |
| type | string | yes | — |
No examples provided.
get_evidence Get CertScore evidence ~58
Retrieve the bounded structured Evidence JSON packet for a stable scan ID. Excludes raw cookie values, raw bodies, sensitive payloads, full DOM, and unredacted query values.
| Name | Type | Req | Description |
|---|---|---|---|
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| agentInterpretation | object | — | — |
| capabilities | object | — | — |
| coverage | object | — | — |
| disclaimer | string | — | — |
| domain | string | — | — |
| feedback | object | — | — |
| links | object | — | — |
| meta | object | — | — |
| request | object | — | — |
| scanId | string | — | — |
| scanStatus | string | — | — |
| scan_id | string | — | — |
| summary | object | — | — |
| topFindings | array | — | — |
| type | string | yes | — |
No examples provided.
get_latest_domain_pre_consent_cookies_trackers Get latest pre-consent cookies & trackers ~85
Retrieve the public-safe Cookies & Trackers (Pre-consent) table from the latest eligible scan for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Public domain to look up. |
| maxRows | integer | — | Maximum inventory rows to return. Defaults to 200. |
| scanFrom | string | — | Optional scan execution context for matching eligible scans. |
| Name | Type | Req | Description |
|---|---|---|---|
| disclaimer | string | — | — |
| domain | string | yes | — |
| generatedAt | string|null | — | — |
| links | object | — | — |
| rows | array | yes | — |
| scanId | string | yes | — |
| summary | object | yes | — |
| type | string | yes | — |
No examples provided.
get_latest_domain_scan Get latest domain scan ~52
Retrieve the latest eligible API v2 public-safe scan for a domain.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Public domain to look up. |
| scanFrom | string | — | Optional scan execution context for matching eligible scans. |
| Name | Type | Req | Description |
|---|---|---|---|
| disclaimer | string | — | — |
| domain | string | yes | — |
| links | — | — | — |
| scan | — | yes | — |
| type | string | yes | — |
No examples provided.
get_pre_consent_cookies_trackers Get pre-consent cookies & trackers ~67
Retrieve the public-safe Cookies & Trackers (Pre-consent) report table as compact JSON for a scan.
| Name | Type | Req | Description |
|---|---|---|---|
| maxRows | integer | — | Maximum inventory rows to return. Defaults to 200. |
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| disclaimer | string | — | — |
| domain | string | yes | — |
| generatedAt | string|null | — | — |
| links | object | — | — |
| rows | array | yes | — |
| scanId | string | yes | — |
| summary | object | yes | — |
| type | string | yes | — |
No examples provided.
get_report Get CertScore report ~80
Retrieve a summary CertScore Pulse report by stable scan ID. Use get_evidence for the larger bounded evidence packet.
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | — | Pulse detail level. Defaults to summary for agent-friendly JSON. |
| format | string | — | Use json for structured agent work or markdown for conversational summaries. |
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| scanId | string | — | — |
| scan_id | string | — | — |
| type | string | — | — |
| value | string | — | — |
No examples provided.
get_scan Get CertScore scan ~36
Retrieve the API v2 public-safe scan resource for a stable scan ID.
| Name | Type | Req | Description |
|---|---|---|---|
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| completedAt | string|null | — | — |
| coverage | object | — | — |
| createdAt | string|null | — | — |
| disclaimer | string | — | — |
| domain | string | yes | — |
| links | object | — | — |
| riskLevel | string|null | — | — |
| scanFrom | string | — | — |
| scanId | string | yes | — |
| score | — | — | — |
| startedAt | string|null | — | — |
| status | string | yes | — |
| type | string | yes | — |
| url | string|null | — | — |
No examples provided.
get_scan_status Get CertScore scan status ~81
Pass scanId (preferred, API v2). Pass jobId only for a just-created scan that has not yet returned a scanId.
| Name | Type | Req | Description |
|---|---|---|---|
| jobId | string | — | Pulse job ID for a just-created scan that has not yet returned a scanId. |
| scanId | string | — | Preferred stable CertScore scan ID for API v2 scan status. |
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string|null | — | — |
| error | object | — | — |
| jobId | string | — | — |
| scanId | string|null | — | — |
| scan_id | string|null | — | — |
| status | string | — | — |
| type | string | — | — |
No examples provided.
list_findings List CertScore findings ~71
List API v2 public-safe findings already projected for a scan.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Maximum findings to return. Defaults to 50; maximum 200. |
| offset | integer | — | Zero-based finding offset. Defaults to 0. |
| scanId | string | yes | Stable CertScore scan ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| disclaimer | string | — | — |
| findings | array | yes | — |
| links | — | — | — |
| pagination | object | — | — |
| scanId | string | yes | — |
| type | string | yes | — |
No examples provided.
scan_site Scan site ~119
Start or reuse a CertScore public-web scan for a public URL. API docs: https://certscore.ai/api/v2/openapi.json
| Name | Type | Req | Description |
|---|---|---|---|
| detail | string | — | Pulse detail level. Defaults to summary. |
| format | string | — | Response format for completed immediate responses. Defaults to json. |
| freshness | string | — | Use latest to reuse recent scans or refresh to request a new scan when eligible. |
| scanFrom | string | — | Optional scan execution context for newly queued scans. |
| url | string | yes | Public URL or domain to scan. |
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string|null | — | — |
| jobId | string | — | — |
| scanFrom | string | — | — |
| scanId | string|null | — | — |
| status | string | yes | — |
| type | string | yes | — |
No examples provided.