URL Safety Validator MCP✓
io.github.OjasKord/url-safety-validator-mcp · v1.2.6
v1.2.6▦ npm npm: url-safety-validator-mcp🌐 https://url-safety-validator-mcp-production.up.railway.app↗ Website↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.OjasKord/url-safety-validator-mcp",
"description": "AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.",
"title": "URL Safety Validator MCP",
"repository": {
"url": "https://github.com/OjasKord/url-safety-validator-mcp",
"source": "github"
},
"version": "1.2.6",
"websiteUrl": "https://kordagencies.com",
"packages": [
{
"registryType": "npm",
"identifier": "url-safety-validator-mcp",
"version": "1.2.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Anthropic API key for AI trust scoring",
"isRequired": true,
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
},
{
"description": "Google Web Risk API key (commercial). Degrades gracefully without it.",
"isSecret": true,
"name": "GOOGLE_WEB_RISK_API_KEY"
},
{
"description": "Google Safe Browsing API key (free tier available).",
"isSecret": true,
"name": "GOOGLE_SAFE_BROWSING_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://url-safety-validator-mcp-production.up.railway.app"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}