URL Safety Validator MCP for Claude Desktop
io.github.ojaskord/url-safety-validator-mcp
AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:1
Install URL Safety Validator MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"url-safety-validator-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://url-safety-validator-mcp-production.up.railway.app"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs