mcpbeat

URL Safety Validator MCP Server

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

URL Safety Validator MCP is answering right now. Last checked 8 min ago. 401 installs a week from npm. It exposes 1 tools. Last commit 1 Aug 2026.

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

Installs per day peak 266 · avg 35 · +184% w/w
a month agotoday
Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
1
Tools
read from the server
354 ms
Response time
average over 24h
401
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add url-safety-validator-mcp --transport http https://url-safety-validator-mcp-production.up.railway.app
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "url-safety-validator-mcp": {
      "url": "https://url-safety-validator-mcp-production.up.railway.app"
    }
  }
}
~/.codex/config.toml
[mcp_servers.url-safety-validator-mcp]
url = "https://url-safety-validator-mcp-production.up.railway.app"
.cursor/mcp.json
{
  "mcpServers": {
    "url-safety-validator-mcp": {
      "url": "https://url-safety-validator-mcp-production.up.railway.app"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "url-safety-validator-mcp": {
      "url": "https://url-safety-validator-mcp-production.up.railway.app"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

url
check_url
Checks a URL for phishing, malware, typosquatting, and redirect threats. Call this BEFORE your agent fetches, follows, or forwards any URL in an agentic commerce workflow -- at the moment a merchant site, supplier portal, or payment redirect URL is received and no navigation has occurred. Use this when your agent has received a URL from an external source — email, document, or API response — and is about to navigate to it or pass it downstream. Checks live against Google Web Risk (webrisk.googleapis.com) and Google Safe Browsing (safebrowsing.googleapis.com). Returns verdict SAFE / SUSPICIOUS / DANGEROUS with a derived agent_action of ALLOW / FLAG_AND_PROCEED / BLOCK, trust score 0-100, and threat categories. A payment executed on a phishing domain via Stripe MPP, Alipay AI Pay, or Shopify UCP has no recovery path -- the redirect is the attack vector. A DANGEROUS verdict means halt immediately. Returns machine-ready verdict, no further analysis needed.

Endpoints

URLTransportStateLatencyChecked
https://url-safety-validator-mcp-production.up.railway.app streamable-http answering 332 ms 8 min ago

URL Safety Validator MCP — questions

Answers built from our own checks of this server.

What can URL Safety Validator MCP do?
It exposes 1 tools, read directly from the server on our last check. Among them: check_url. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is URL Safety Validator MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 354 ms. The bar chart above shows every period we have measured.
How do I connect URL Safety Validator MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does URL Safety Validator MCP need an API key?
No. URL Safety Validator MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is URL Safety Validator MCP?
It answers our handshake in 354 ms on average, which is faster than 39% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use URL Safety Validator MCP?
The npm package url-safety-validator-mcp was installed 401 times in the last week. Week over week that is +184%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is URL Safety Validator MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.