CertScore MCP for Cursor
ai.certscore/mcp
CertScore website risk-signal tools for scans, findings, evidence, and latest-domain lookups.
client:Cursor
transport:stdio
runtime:npm
Install CertScore MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@certscore/mcp"
],
"env": {
"CERTSCORE_API_KEY": "<CERTSCORE_API_KEY>",
"CERTSCORE_BASE_URL": "<CERTSCORE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs