Odel
CertScore MCP

CertScore MCP

Local
@ergoveritas1-altTypeScriptUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@certscore/mcpv0.2.4

Run

npx -y @certscore/mcp

MCP client config

{
  "mcpServers": {
    "certscore-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@certscore/mcp"
      ]
    }
  }
}