Skip to content
Gemini CLI

CertScore MCP for Gemini CLI

ai.certscore/mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install CertScore MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@certscore/mcp"
      ],
      "env": {
        "CERTSCORE_API_KEY": "<CERTSCORE_API_KEY>",
        "CERTSCORE_BASE_URL": "<CERTSCORE_BASE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

CertScore MCP in other clients