What problem does it solve? Security analysts need a fast, standardized way to check whether a URL encountered during an investigation is malicious, suspicious, or benign, without manually querying threat intelligence platforms. ## Core Features & Use Cases - GTI URL Report Retrieval: Calls the Google Threat Intelligence MCP get_url_report tool to fetch full analysis reports for any URL. - Risk Scoring & Categorization: Extracts malicious, suspicious, and harmless engine counts plus URL categories such as phishing or malware. - Decision Logic: Routes outcomes into High, Medium, Low, or Unknown risk flags with defined next steps like domain reputation checks or Chronicle searches. - Use Case: During a phishing email investigation, an analyst submits a suspicious link and receives a structured reputation verdict that determines whether to escalate, block the domain, or continue internal log correlation. ## Quick Start Check the reputation of the URL http://example.com/login using Google Threat Intelligence and tell me whether it is malicious.