Skip to content
Back to search
100
MCP live v0.3.6 streamable-http

PreClick — An MCP-native URL preflight scanning service for autonomous agents.

ai.preclick/preclick-mcp

PreClick scans links for threats and confirms intent match with high accuracy before agents click.

Uptime
39.4%
33 probes
Response
117ms
last probe
Tools
6
callable

Tools · 6

url_scanner_async_scan

Submit a URL for asynchronous security analysis. Returns immediately with a task_id. Poll with url_scanner_async_task_status to check progress, then url_scanner_async_task_result to get the scan resul…

url_scanner_async_scan_with_intent

Submit a URL with optional user intent for asynchronous security analysis. Returns immediately with a task_id. Poll with url_scanner_async_task_status to check progress, then url_scanner_async_task_re…

url_scanner_async_task_result

Retrieve the result of an asynchronous scan task. If completed, returns the full scan result (risk_score, confidence, agent_access_directive, etc.). If still running, returns status with retry_after_m…

url_scanner_async_task_status

Check the status of an asynchronous scan task. Returns the current task status using native MCP task semantics (working, completed, failed, cancelled) without blocking. Use url_scanner_async_task_resu…

url_scanner_scan

Analyze a URL for security threats (synchronous, blocks until complete or timeout). Returns risk score, confidence, agent access guidance, and intent_alignment (always not_provided for this tool; use …

url_scanner_scan_with_intent

Analyze a URL for security threats with optional user intent context (synchronous, blocks until complete or timeout). Returns risk score, confidence, agent access guidance, and intent_alignment. For l…

Similar MCP servers embedding-nearest

An MCP-native URL preflight scanning service for autonomous agents. live
Scans links for threats and confirms intent alignment with high accuracy.
6 tools · streamable-http
URL Safety Validator MCP live
AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.
1 tools · streamable-http
mcp-agent-preflight-sec
Static preflight scanner for MCP servers and agent skills
0 tools
Not Human Search live
Search the agentic web. 1,900+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use.
11 tools · streamable-http
Compuute MCP Security Scanner live
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
1 tools · streamable-http
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http

How to use

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

{
  "mcpServers": {
    "preclick_—_an_mcp-native_url_preflight_scanning_service_for_autonomous_agents.": {
      "url": "https://preclick.ai/mcp",
      "transport": "streamable-http"
    }
  }
}