Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

CertScore MCP

NPM · @CERTSCORE/MCP · SCANNED AUG 3

CertScore website risk-signal tools for scans, findings, evidence, and latest-domain lookups.

Available components

+19 this week 65 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add ai-certscore-mcp -- npx -y @certscore/mcp
# add to Codex CLI
codex mcp add ai-certscore-mcp -- npx -y @certscore/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-certscore-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@certscore/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-certscore-mcp --command npx --arg -y --arg @certscore/mcp
# ~/.hermes/config.yaml
mcp_servers:
  ai-certscore-mcp:
    command: "npx"
    args: ["-y", "@certscore/mcp"]
// mcp.json
{
  "mcpServers": {
    "ai-certscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@certscore/mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 11 exposed · ~740 tokens

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.

Tool Tokens
explain_finding ~52

Explain a single CertScore finding with public evidence, caveats, and reviewer next steps.

NameTypeReqDescription
findingIdstringyesFinding ID to explain.
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
confidencestringyes
criticalitystringyes
detailobject
disclaimerstring
evidenceobjectyes
idstringyes
labelstringyes
linksobject
nextStepstring|null
plainEnglishstringyes
reviewLensesarray
scanIdstringyes
typestringyes

No examples provided.

export_findings ~39

Return structured findings from a CertScore Pulse report for downstream review or ticketing workflows.

NameTypeReqDescription
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
disclaimerstring|nullyes
domainstring|nullyes
findingsarrayyes
scanIdstring|nullyes
summary
typestringyes

No examples provided.

get_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.

NameTypeReqDescription
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
agentInterpretationobject
capabilitiesobject
coverageobject
disclaimerstring
domainstring
feedbackobject
linksobject
metaobject
requestobject
scanIdstring
scanStatusstring
scan_idstring
summaryobject
topFindingsarray
typestringyes

No examples provided.

get_latest_domain_pre_consent_cookies_trackers ~85

Retrieve the public-safe Cookies & Trackers (Pre-consent) table from the latest eligible scan for a domain.

NameTypeReqDescription
domainstringyesPublic domain to look up.
maxRowsintegerMaximum inventory rows to return. Defaults to 200.
scanFromstringOptional scan execution context for matching eligible scans.
NameTypeReqDescription
disclaimerstring
domainstringyes
generatedAtstring|null
linksobject
rowsarrayyes
scanIdstringyes
summaryobjectyes
typestringyes

No examples provided.

get_latest_domain_scan ~52

Retrieve the latest eligible API v2 public-safe scan for a domain.

NameTypeReqDescription
domainstringyesPublic domain to look up.
scanFromstringOptional scan execution context for matching eligible scans.
NameTypeReqDescription
disclaimerstring
domainstringyes
links
scanyes
typestringyes

No examples provided.

get_pre_consent_cookies_trackers ~67

Retrieve the public-safe Cookies & Trackers (Pre-consent) report table as compact JSON for a scan.

NameTypeReqDescription
maxRowsintegerMaximum inventory rows to return. Defaults to 200.
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
disclaimerstring
domainstringyes
generatedAtstring|null
linksobject
rowsarrayyes
scanIdstringyes
summaryobjectyes
typestringyes

No examples provided.

get_report ~80

Retrieve a summary CertScore Pulse report by stable scan ID. Use get_evidence for the larger bounded evidence packet.

NameTypeReqDescription
detailstringPulse detail level. Defaults to summary for agent-friendly JSON.
formatstringUse json for structured agent work or markdown for conversational summaries.
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
scanIdstring
scan_idstring
typestring
valuestring

No examples provided.

get_scan ~36

Retrieve the API v2 public-safe scan resource for a stable scan ID.

NameTypeReqDescription
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
completedAtstring|null
coverageobject
createdAtstring|null
disclaimerstring
domainstringyes
linksobject
riskLevelstring|null
scanFromstring
scanIdstringyes
score
startedAtstring|null
statusstringyes
typestringyes
urlstring|null

No examples provided.

get_scan_status ~81

Pass scanId (preferred, API v2). Pass jobId only for a just-created scan that has not yet returned a scanId.

NameTypeReqDescription
jobIdstringPulse job ID for a just-created scan that has not yet returned a scanId.
scanIdstringPreferred stable CertScore scan ID for API v2 scan status.
NameTypeReqDescription
domainstring|null
errorobject
jobIdstring
scanIdstring|null
scan_idstring|null
statusstring
typestring

No examples provided.

list_findings ~71

List API v2 public-safe findings already projected for a scan.

NameTypeReqDescription
limitintegerMaximum findings to return. Defaults to 50; maximum 200.
offsetintegerZero-based finding offset. Defaults to 0.
scanIdstringyesStable CertScore scan ID.
NameTypeReqDescription
disclaimerstring
findingsarrayyes
links
paginationobject
scanIdstringyes
typestringyes

No examples provided.

scan_site ~119

Start or reuse a CertScore public-web scan for a public URL. API docs: https://certscore.ai/api/v2/openapi.json

NameTypeReqDescription
detailstringPulse detail level. Defaults to summary.
formatstringResponse format for completed immediate responses. Defaults to json.
freshnessstringUse latest to reuse recent scans or refresh to request a new scan when eligible.
scanFromstringOptional scan execution context for newly queued scans.
urlstringyesPublic URL or domain to scan.
NameTypeReqDescription
domainstring|null
jobIdstring
scanFromstring
scanIdstring|null
statusstringyes
typestringyes

No examples provided.