security tools for Claude Desktop
com.rangercheck/security-tools
Free front-end security check for any website: a grade plus the secrets and keys it exposes.
client:Claude Desktop
transport:streamable-http
tools:1
Install security tools in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"security-tools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://rangercheck.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs