← certscore.ai
INDIVIDUAL MCP TOOL
certscore_get_scan_bundle
Call after completed or completed_limited status.
LIVE ENDPOINT
https://mcp.certscore.ai/mcp/light
Connect to this endpoint to inspect the live schema for certscore_get_scan_bundle and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.certscore]
url = "https://mcp.certscore.ai/mcp/light"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"certscore": {
"type": "http",
"url": "https://mcp.certscore.ai/mcp/light"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: certscore
Remote MCP URL: https://mcp.certscore.ai/mcp/light
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"certscore": {
"url": "https://mcp.certscore.ai/mcp/light"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"certscore": {
"type": "http",
"url": "https://mcp.certscore.ai/mcp/light"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "certscore",
"transport": "streamable-http",
"url": "https://mcp.certscore.ai/mcp/light"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
certscore_scan_site— 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.certscore_get_scan_status— Poll an accepted scan using only the unchanged scanId returned by certscore_scan_site.