{"name":"email-verification","version":"1.0.0","description":"Verify an email address: syntax validation, MX record resolution (can the domain receive mail?), and disposable/throwaway domain detection. Composable primitive for AI agents cleaning signup or lead data. Inline x402 payment, no account or API key needed.","related_services":[{"name":"markdown-x402","agent_json":"https://markdown-x402.nordman-tehau.workers.dev/agent.json","description":"Convert a URL, PDF, HTML, or image to structured Markdown for AI agents. $0.005/call."},{"name":"domain-parser","agent_json":"https://domain-parser.nordman-tehau.workers.dev/agent.json","description":"Parse a domain into TLD/SLD/subdomain via the Public Suffix List. $0.001/call."},{"name":"domain-intelligence","agent_json":"https://domain-intelligence.nordman-tehau.workers.dev/agent.json","description":"DNS/RDAP/TLS domain intelligence, REST + MCP. $0.001-0.002/call."}],"endpoints":[{"path":"/verify","method":"POST","description":"Validate an email address's syntax, MX resolution, and disposable-domain status.","payment":{"protocol":"x402","amount":"0.002","currency":"USDC","payTo":"0x762cf9834691286218D873eA04B898E26F0963c5","network":"eip155:8453"},"input":{"type":"object","description":"JSON { \"email\": string }"},"output":{"type":"object","properties":{"email":{"type":"string"},"valid_syntax":{"type":"boolean"},"domain":{"type":"string"},"mx_found":{"type":"boolean"},"mx_records":{"type":"array","items":{"type":"string"}},"disposable":{"type":"boolean"},"risk":{"type":"string","enum":["low","medium","high"]}}}}]}