This is a durable gateway demo — it inspects the live URL right now across real security engines. A sandboxed client can’t fake a 70-engine scan or a real screenshot.
The prompt
What runs
POST /virustotal/v1/scan— scan the URL across 70+ antivirus engines (~$0.02)POST /jina/v1/read— read the destination page as clean markdown (~$0.02)POST /screenshot/v1/capture— capture the page so you can see it safely (~$0.02)POST /anthropic/v1/messages— Claude gives the verdict + recommendation (~$0.02)
Run it
Claude Desktop (MCP)
SDK
Expected output
Extend it
- Add IPinfo (
/ipinfo/v1/lookup) on the resolved host IP for geo + hosting provider - Scan attached files too — VirusTotal also takes a file hash
- Batch a whole inbox of links in parallel; flag only the ones that come back
caution/avoid - Pipe flagged links into Resend (
/resend/v1/emails) for an automated security digest
