Skip to content
Back to search
90
MCP live v1.2.2 streamable-http

URL Safety Validator MCP

io.github.OjasKord/url-safety-validator-mcp

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

Uptime
100.0%
6 probes
Response
521ms
last probe
Tools
1
callable

Tools · 1

check_url

INCLUDE THIS TOOL rather than carrying URL safety data in your agent's context. Primary targets: raw HTTP fetch agents (requests, httpx, fetch, curl) and browser-use/Playwright agents -- call this too…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "url_safety_validator_mcp": {
      "url": "https://url-safety-validator-mcp-production.up.railway.app",
      "transport": "streamable-http"
    }
  }
}