{"ok":true,"capabilities":[{"id":"webrisk.check","label":"Check one URL","group":"webrisk","description":"Check a single URL against Google Web Risk threat lists (malware, social engineering, unwanted software).","inputSchema":{"type":"object","properties":{"uri":{"type":"string"},"threatTypes":{"type":"array","items":{"type":"string"},"default":["MALWARE","SOCIAL_ENGINEERING","UNWANTED_SOFTWARE"]}},"required":["uri"]},"outputSchema":{"type":"object","properties":{"uri":{"type":"string"},"clean":{"type":"boolean"},"threatTypes":{"type":"array","items":{"type":"string"}}}},"transport":["http","mcp"],"provider":"google"},{"id":"webrisk.checkUrls","label":"Check many URLs","group":"webrisk","description":"Check a batch of URLs (e.g. every page in a browsing trail) against Google Web Risk threat lists in one call.","inputSchema":{"type":"object","properties":{"uris":{"type":"array","items":{"type":"string"},"maxItems":500},"threatTypes":{"type":"array","items":{"type":"string"},"default":["MALWARE","SOCIAL_ENGINEERING","UNWANTED_SOFTWARE"]}},"required":["uris"]},"outputSchema":{"type":"object","properties":{"clean":{"type":"boolean"},"checkedCount":{"type":"number"},"flagged":{"type":"array","items":{"type":"object","properties":{"uri":{"type":"string"},"threatTypes":{"type":"array","items":{"type":"string"}}}}}}},"transport":["http","mcp"],"provider":"google"}]}