{"name":"homoglyph-check","description":"Homoglyph detector / Unicode lookalike scanner / IDN spoof check / phishing-domain inspector / typosquat detector / mixed-script analyzer / zero-width-char finder. Scans text (typically a domain, email, or username) for Cyrillic / Greek / fullwidth / mathematical lookalikes that impersonate ASCII Latin letters, plus zero-width and RTL-override / bidi-control characters. Returns per-character findings (codepoint, block, impersonates), block counts, mixed-script flag, ASCII-folded normalized form, and a 0-100 risk score with bucket.","price":"$0.003","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Input string to scan (domain, email, username, or arbitrary text). UTF-8, max ~10k chars."}},"required":["text"]},"input_example":{"text":"аpple.com"},"output_example":{"text":"аpple.com","text_length":9,"homoglyph_findings":[{"index":0,"char":"а","codepoint":"U+0430","impersonates":"a","block":"Cyrillic"}],"homoglyph_count":1,"invisible_findings":[],"invisible_count":0,"block_counts":{"Cyrillic":1},"has_mixed_scripts":true,"ascii_only":false,"normalized":"apple.com","is_suspicious":true,"risk_score":80,"risk_level":"high"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}