URL Safety Validator MCP
io.github.OjasKord/url-safety-validator-mcpAI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}