MCP-native URL security scanner that protects AI agent workflows.
Analyzes threats and verifies URLs align with the agent's intended goal.
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 result. Async counterpart of url_scanner_scan for clients without native MCP Tasks support.
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_result to get the scan result. Async counterpart of url_scanner_scan_with_intent for clients without native MCP Tasks support.
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_ms — call again after that interval. Non-blocking.
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_result to retrieve the result once completed.
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 for intent context). For long-running scans, prefer url_scanner_async_scan which returns immediately with a task_id for polling via url_scanner_async_task_result.
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 long-running scans, prefer url_scanner_async_scan_with_intent which returns immediately with a task_id for polling via url_scanner_async_task_result.
| Timestamp | Status | Latency | Conformance |
|---|---|---|---|
| Jul 3, 2026 | success | 269.5ms | Pass |
| Jun 30, 2026 | success | 192.3ms | Pass |
| Jun 27, 2026 | success | 251.4ms | Pass |
| Jun 25, 2026 | success | 148.8ms | Pass |
| Jun 24, 2026 | success | 152.3ms | Pass |
| Jun 17, 2026 | success | 191.9ms | Pass |
| Jun 16, 2026 | success | 208.1ms | Pass |
| Jun 16, 2026 | success | 185.1ms | Pass |
| Jun 15, 2026 | success | 149.3ms | Pass |
| Jun 12, 2026 | success | 234.9ms | Pass |