INDIVIDUAL MCP TOOL
get_latest_domain_pre_consent_cookies_trackers
Retrieve the public-safe Cookies & Trackers (Pre-consent) table from the latest eligible scan for a domain.
LIVE ENDPOINT
https://mcp.certscore.ai/mcp/anonymous
Connect to this endpoint to inspect the live schema for get_latest_domain_pre_consent_cookies_trackers 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/anonymous"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"certscore": {
"type": "http",
"url": "https://mcp.certscore.ai/mcp/anonymous"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: certscore
Remote MCP URL: https://mcp.certscore.ai/mcp/anonymous
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/anonymous"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"certscore": {
"type": "http",
"url": "https://mcp.certscore.ai/mcp/anonymous"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "certscore",
"transport": "streamable-http",
"url": "https://mcp.certscore.ai/mcp/anonymous"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_scan— Deprecated compatibility alias of scan_site.scan_site— First call.get_scan— Retrieve the API v2 public-safe scan resource, including completed-limited no-go disposition, reason-specific guidance, and timing when available.get_scan_status— Poll with only the stable scanId returned by scan_site.get_report— Retrieve a summary Pulse report, including customer-safe no-go messaging when coverage is completed-limited.get_evidence— Retrieve the bounded structured Evidence JSON packet for a stable scan ID.get_scan_bundle— Call after completed or completed_limited status.export_findings— Return structured findings plus completed-limited no-go disposition and guidance for downstream review or ticketing workflows.