Skip to content
VS Code

certspotter mcp for VS Code

io.github.mrfentmen/certspotter-mcp

Certificate transparency lookups from Cert Spotter. No key required.

client:VS Code transport:stdio runtime:npm

Install certspotter mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "certspotter-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "certspotter-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

certspotter mcp in other clients