mcpserver.lol
registry/urlcheck-mcp
Connection check verified live · 20h ago

urlcheck-mcp

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

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

6 tools

Read from the running server on 20h ago.

url_scanner_async_scan read-only url*
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 t…
url_scanner_async_scan_with_intent read-only url*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_s…
url_scanner_async_task_result read-only task_id*
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 statu…
url_scanner_async_task_status read-only task_id*
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_sca…
url_scanner_scan read-only url*
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…
url_scanner_scan_with_intent read-only url*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 int…