← Index

URL Safety Validator MCP

io.github.OjasKord/url-safety-validator-mcp·v1.2.5·Other
Quality Score
95
/100

AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://url-safety-validator-mcp-production.up.railway.app
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "url-safety-validator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "url-safety-validator-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GOOGLE_WEB_RISK_API_KEY": "<your-google_web_risk_api_key>",
        "GOOGLE_SAFE_BROWSING_API_KEY": "<your-google_safe_browsing_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "url-safety-validator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "url-safety-validator-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GOOGLE_WEB_RISK_API_KEY": "<your-google_web_risk_api_key>",
        "GOOGLE_SAFE_BROWSING_API_KEY": "<your-google_safe_browsing_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y url-safety-validator-mcp
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Anthropic API key for AI trust scoring

GOOGLE_WEB_RISK_API_KEY
secret

Google Web Risk API key (commercial). Degrades gracefully without it.

GOOGLE_SAFE_BROWSING_API_KEY
secret

Google Safe Browsing API key (free tier available).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other