What is the CertScore.ai — Light mode MCP server?
No-account public website privacy risk scans with 20 new scans/day and free recent-result reuse.
How to install CertScore.ai — Light mode
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-light": {
"url": "https://mcp.certscore.ai/mcp/light"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-light": {
"serverUrl": "https://mcp.certscore.ai/mcp/light"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-light": {
"type": "http",
"url": "https://mcp.certscore.ai/mcp/light"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"mcp-light": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.certscore.ai/mcp/light"
]
}
}
}Claude Code
claude mcp add --transport http mcp-light https://mcp.certscore.ai/mcp/lightRelated MCP servers
CertScore MCP
Active
CertScore website risk-signal tools for scans, findings, evidence, and latest-domain lookups.
0
View repository →TypeScript