Skip to main content
Glama

CertScore.ai MCP Light

Server Details

Free website privacy scanner for pre-consent cookies, trackers, consent, policy, and HTTPS/TLS.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ergoveritas1-alt/certscore.ai
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 3 of 3 tools scored. Lowest: 3.8/5.

Server CoherenceA
Disambiguation5/5

Each tool maps to a distinct stage in the scan lifecycle: starting a scan, polling for status, and retrieving the completed result bundle. There is no overlap or ambiguity about when to use which tool.

Naming Consistency5/5

All tool names follow the same certscore_ prefix with a clear verb_noun structure: scan_site, get_scan_status, get_scan_bundle. Naming is predictable and makes the workflow easy to follow.

Tool Count5/5

Three tools is the right size for this focused scan workflow. Each tool is necessary and none are redundant or extraneous.

Completeness5/5

The tool set covers the complete scan lifecycle: initiate the scan, poll until terminal status, and retrieve the full result bundle. No obvious operational gaps exist for the stated purpose.

Available Tools

3 tools
certscore_get_scan_bundleGet scan bundleA
Read-only
Inspect

Call after completed or completed_limited status. Every usable completed bundle returns a self-contained concise TextContent digest plus matching structuredContent, including canonical execution region (scanFrom) and timestamps when available. For a reused or retrieved existing scan, use only persisted scanFrom and timestamps; never infer its original region from the current request, the user's location, or a default, and report unavailable provenance as unavailable. The default summary includes the canonical report overview, up to five compact public-safe projected findings across the scan's observed domains, and bounded row-level pre-consent cookie/tracker evidence; detail=findings increases the default finding allowance, evidence adds bounded evidence digests and references, and full adds all available bounded sections. MCP Light applies a 25000-byte response ceiling so full results remain transport-safe; use returned content URLs when the complete requested tier exceeds it. At the 5000-byte floor, core finding rows take priority over optional inventory and duplicate envelope fields; evidenceUrlTemplate may replace repeated per-finding URLs while preserving their canonical derivation from contentUrls.findings and findingId. Every response declares finding and evidence total/returned/truncated counts, canonicalFindingsComplete, requested and effective byte budgets, the response ceiling, omittedSections, retrieval URLs, and nextRecommendedMaxBytes when the complete tier fits the ceiling. When canonicalFindingsComplete is true, retry only if omitted envelope detail is needed. Enumerate only returned observations and projected findings. Post-refusal observation may intentionally stop as soon as qualifying non-essential activity or a retained consent-signal contradiction is observed. A confirmed observation with termination.kind=evidence_satisfied is positive evidence for the returned observation, not an inconclusive Reject Path result; keep any coverageLimitations scoped to additional behavior or persistence that was not measured. Treat criticality, priority, and confidence as CertScore metadata; regulatory review lenses are non-determinative CertScore review context, not legal severity, legal exposure, or a compliance determination. Missing consent-action evidence does not establish Accept, Reject, or Decline behavior. Do not extrapolate observed embeds, vendors, or requests into unobserved cookies, fingerprinting, tracking, or processing. The CertScore score covers observable scan signals only; do not infer unobserved technologies or legal compliance status, and never interpret no-go, not-observed, or limited coverage as proof of compliance.

ParametersJSON Schema
NameRequiredDescriptionDefault
detailNoResponse detail. Defaults to summary; evidence and full opt into heavier retained context.
scanIdYesStable CertScore scan ID.
maxBytesNoRequested serialized structured response budget in bytes. The full profile defaults to 50000. MCP Light defaults to and applies a transport-safe 25000-byte ceiling; larger Light requests are clamped and reported in response metadata.
maxFindingsNoMaximum compact findings to return. Defaults to 5 for summary and 20 otherwise.
maxPreConsentRowsNoMaximum compact pre-consent inventory rows to return. Defaults to 20.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlYes
noGoNo
typeYes
errorYes
linksNo
scoreYes
detailYes
domainYes
scanIdYes
statusYes
timingNo
summaryNo
coverageNo
findingsYes
scanFromYes
createdAtYes
reportUrlYes
riskLevelYes
startedAtYes
disclaimerYes
fullReportNo
provenanceYes
scoreLabelYes
completedAtYes
mcpMetadataYes
scoreStatusYes
scoreVersionYes
scoreUpdatedAtYes
evidenceSummaryNo
scanTimeSecondsYes
findingsMetadataYes
resultDispositionNo
transportSecurityYes
evidenceUrlTemplateNo
recommendedNextToolYes
recommendedNextActionYes
interpretationGuidanceYes
postRefusalObservationNo
observationOnlyDisclaimerYes
preConsentCookiesTrackersNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds substantial behavior beyond that: the 25000-byte MCP Light ceiling, the 5000-byte floor with priority ordering, truncation semantics, provenance restrictions, reuse-implies-same-scan semantics, and strong interpretive limits (no compliance inference, no extrapolation). The disclosure is rich, though its value is undercut by garbled passages and a verbatim repeated sentence.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is overly long, disorganized, and redundant: the evidenceUrlTemplate sentence appears twice verbatim, and the text jumps among return format, budgets, provenance, compliance caveats, and reuse warnings without clear structure. Several sentences are confusing ('encode in TextContent opposite canonical text'; 'returned structuredContent will not include fields omitted from the canonical content list'). The front-loaded 'Call after' precondition is good, but the rest does not earn every sentence.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity — detail tiers, byte budgets, truncation, provenance, reused-scan semantics — the description covers the essential operating context: when to call, how budgets behave, what takes priority at the floor, how to handle provenance, and what interpretations are forbidden. The output schema exists, so return-value documentation is not the description's burden. Remaining gaps are minor: no explicit sibling routing and the garbled wording weakens some guidance.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3 and the schema already documents all five parameters. The description earns credit by adding relational meaning: detail tier progression ('findings increases the default finding allowance, evidence adds bounded evidence digests... full adds all available bounded sections'), the byte-budget interplay between maxBytes and truncation, and the priority behavior at the floor. This goes beyond restating the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description makes clear this tool retrieves the completed scan bundle ('Every usable completed bundle returns a self-contained concise TextContent digest plus matching structuredContent') and states the precondition 'Call after completed or completed_limited status.' It is distinguishable from siblings by role — this returns results, whereas get_scan_status checks status and scan_site initiates — but the differentiation is implicit rather than explicitly named.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The opening line 'Call after completed or completed_limited status' is an explicit, actionable precondition that tells an agent when in the workflow this tool applies. It also gives concrete rules for reused scans ('use only persisted scanFrom and timestamps; never infer its original region') and for the detail tiers. However, it never names the alternatives (e.g., 'use certscore_get_scan_status to poll progress') or states when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

certscore_get_scan_statusGet scan statusA
Read-onlyIdempotent
Inspect

Poll an accepted scan using only the unchanged scanId returned by certscore_scan_site. Wait at least retryAfterSeconds between calls, never poll in parallel, and never resubmit certscore_scan_site while the scan is active. Active responses include phase, heartbeat, estimated progress, stalled state, retry delay, and canonical scan provenance when available. Terminal responses include the CertScore score, risk, coverage, execution region (scanFrom), timestamps, report URL, and an explicit next action. For a reused or retrieved existing scan, use only persisted scanFrom and timestamps; never infer its original region from the current request, the user's location, or a default. Report unavailable provenance as unavailable. Stop polling at any terminal status; at completed or completed_limited, call certscore_get_scan_bundle.

ParametersJSON Schema
NameRequiredDescriptionDefault
scanIdYesStable CertScore scan ID returned by certscore_scan_site.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
noGoNo
typeNo
errorYes
jobIdNo
linksNo
phaseNo
scoreNo
domainNo
scanIdNo
statusNo
scan_idNo
stalledNo
coverageNo
scanFromNo
createdAtNo
reportUrlNo
riskLevelNo
startedAtNo
provenanceYes
scoreLabelYes
completedAtNo
scoreStatusNo
scoreVersionNo
lastUpdatedAtNo
phaseStartedAtNo
scoreUpdatedAtNo
lastHeartbeatAtNo
progressPercentNo
scanTimeSecondsNo
resultDispositionNo
retryAfterSecondsNo
progressIsEstimateNo
recommendedNextToolYes
recommendedNextActionYes
interpretationGuidanceYes
estimatedRemainingSecondsNo
observationOnlyDisclaimerYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare read-only and idempotent, so the description focuses on non-obvious behavior: active vs terminal responses, specific fields returned, provenance handling rules, and explicit 'stop polling' instruction. This richly exceeds what annotations provide and adds critical guidance.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but efficiently structured: purpose first, then active/terminal response summaries, then crucial provenance cautions, and a stop condition. Each sentence adds value without unnecessary fluff, though it is moderately long.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, the description covers the essential behavioral context: what to expect, when to stop, and how to handle edge cases like reused scans. Minor omissions like error handling for invalid scanIds are not critical given the schema and workflow clarity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, with scanId already described as the stable ID from certscore_scan_site. The description reinforces 'only the stable scanId' but doesn't add new parameter details beyond what the schema covers. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool polls for scan status using a scanId from certscore_scan_site, distinguishing it from the sibling tools (bundle retrieval and site scanning). It specifies the resource and action precisely.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit context on when to use it (after certscore_scan_site), how to handle reused scans (use persisted scanFrom, never infer region), and when to stop polling (terminal status). It does not explicitly name the alternative sibling tool, but the implied workflow is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

certscore_scan_siteScan siteAInspect

Validate a public website URL and either reuse an eligible completed CertScore scan or create a new public-web scan for observable privacy and consent signals, including pre-consent storage, trackers, consent/CMP behavior, transport security, policy disclosures, and GDPR/ePrivacy or CCPA/CPRA review signals. Returns promptly after reuse or scan creation and never waits for a new scan to finish. If status is queued, running, or finalizing, retain the unchanged scanId, wait at least retryAfterSeconds, and call certscore_get_scan_status; do not resubmit certscore_scan_site for that scan. Stop polling at completed, completed_limited, failed, expired, or rate_limited. At completed or completed_limited, call certscore_get_scan_bundle. No-go and limited coverage are observations, never proof of compliance.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic URL or domain to scan.
scanFromNoOptional execution region for a newly queued scan. Omit when the user did not request a jurisdiction or regional perspective; use eu_de or eu_ie for explicit EU/GDPR/ePrivacy requests and california for explicit California/CCPA/CPRA requests. Do not use multiple regions unless comparison is requested, and do not infer EU from consent or California from a U.S. user location.
freshnessNoPrefer latest for ordinary website checks so an eligible recent completed scan can be reused and new-scan allowance is not consumed unnecessarily; CertScore may still start a scan when no suitable result exists. Use refresh only when the user explicitly requests a fresh, new, or repeated scan; ordinary check, scan, audit, inspect, review, or assess wording alone does not request refresh.
maxWaitSecondsNoDeprecated compatibility field; accepted but ignored because certscore_scan_site does not wait for scan completion.
waitForCompletionNoDeprecated compatibility field; accepted but ignored. certscore_scan_site always returns promptly after completed-result reuse or scan creation and never waits for a new scan to finish.

Output Schema

ParametersJSON Schema
NameRequiredDescription
noGoNo
typeYes
errorYes
jobIdNo
linksNo
scoreNo
domainNo
scanIdNo
statusYes
coverageNo
scanFromNo
createdAtNo
reportUrlNo
riskLevelNo
startedAtNo
provenanceYes
scoreLabelYes
completedAtNo
scoreStatusNo
scoreVersionNo
scoreUpdatedAtNo
scanTimeSecondsNo
demoSubstitutionNo
resultDispositionNo
recommendedNextToolYes
recommendedNextActionYes
interpretationGuidanceYes
observationOnlyDisclaimerYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations only hint at non-read-only, non-idempotent behavior, but the description discloses a rich behavioral contract: the 25-second total budget, creation-time deduction, polling retention of scanId, terminal states to stop polling, and the compliance caveat ('No-go and limited coverage are observations, never proof of compliance'). This goes far beyond annotation hints and sets correct expectations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence serves a purpose: scanning scope, budget, polling workflow, terminal states, and a compliance caveat. It is front-loaded with a clear purpose statement and avoids redundancy. Given the tool's complexity, the length is warranted and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the entire lifecycle: initiation, budget management, polling behavior, terminal outcomes, and the follow-up bundle call. It references sibling tools appropriately and adds the compliance caveat. With the output schema present and the description guiding the full workflow, nothing an agent needs to call this tool effectively is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Though the schema already documents all parameters (100% coverage), the description adds crucial nuance: scanFrom region selection rules, freshness semantics distinguishing 'ordinary' vs 'explicit refresh' requests, maxWaitSeconds budget behavior, and waitForCompletion default with its asynchronous exception. This extra guidance materially improves correct invocation beyond the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a precise verb and resource: 'Use CertScore.ai to scan a public website...' and enumerates specific observable signals (cookies, trackers, CMP behavior, TLS, etc.). It unambiguously distinguishes itself from sibling tools certscore_get_scan_status and certscore_get_scan_bundle by focusing on initiating/reusing scans, while the siblings handle status and bundle retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool: 'Starts or reuses a public-web scan' and when to use alternatives: 'poll certscore_get_scan_status' and 'call certscore_get_scan_bundle' for usable completion. It also instructs on parameter choices ('Use refresh only when the user explicitly requests...', 'Do not use multiple regions unless comparison is requested') and defines the budget and terminal states.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Audit any website for privacy, security, accessibility, and performance issues — with scores, grades, and actionable fix instructions. No account required.
    3
    8
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Scan any project or website for privacy compliance issues directly in your AI coding tool. Detects tracking tech, cookies, and third-party data collection. Works in Claude Code, Cursor, and Windsurf.
    3
    41
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Scans public URLs for compliance and security issues such as leaked API keys, exposed files, missing privacy pages, and security headers, helping developers identify gaps before launch.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.