{"name":"unicode-normalize","description":"Normalizes Unicode text and flags lookalike or hidden characters used in spoofing and phishing. Normalizes to NFC (default), NFD, NFKC, or NFKD, classifies every codepoint by script (Latin / Cyrillic / Greek / Hebrew / Arabic / CJK / Hangul / etc.), flags Cyrillic / Greek / Latin Extended homoglyphs (the Cyrillic 'а' that looks like Latin 'a', etc.) with their position, codepoint, and the ASCII char they impersonate, and surfaces hidden / formatting characters like zero-width spaces, RTL overrides, and BOMs. Use it for homoglyph detection, IDN spoof checks, invisible-character and zero-width scans, and phishing detection.","price":"$0.005","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Input text to normalize and analyze. Up to 100000 chars."},"form":{"type":"string","enum":["NFC","NFD","NFKC","NFKD"],"description":"Unicode normalization form. Default 'NFC'."}},"required":["text"]},"input_example":{"text":"аpple.com","form":"NFC"},"output_example":{"normalized":"аpple.com","form":"NFC","scripts_detected":["Cyrillic","Latin"],"homoglyph_warnings":[{"position":0,"char":"а","codepoint":"U+0430","looks_like":"a","suspected_script":"Cyrillic"}],"hidden_chars":[],"is_mixed_script":true,"source":"Intl.Segmenter + Unicode 16.0 (built-in)"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}