Skip to content
Back to search
90
MCP 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
0.0%
1 direct probes · 30d
Response
311ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

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"
    }
  }
}