{"name":"domain-parser","version":"1.0.0","description":"Parse a domain name into TLD, SLD, and subdomain using the official Public Suffix List (e.g. sub.example.co.uk -> tld=co.uk, sld=example, subdomain=sub). Composable primitive for AI agents. Inline x402 payment, no account or API key needed.","endpoints":[{"path":"/v1/domain/parse","method":"POST","description":"Split a domain (e.g. sub.example.co.uk) into tld/sld/subdomain/registrable_domain.","payment":{"protocol":"x402","amount":"0.001","currency":"USDC","network":"eip155:8453","payTo":"0x762cf9834691286218D873eA04B898E26F0963c5"},"input":{"type":"object","description":"JSON { \"domain\": string }"},"output":{"type":"object","properties":{"domain":{"type":"string"},"tld":{"type":"string"},"sld":{"type":"string"},"subdomain":{"type":"string"},"registrable_domain":{"type":"string"},"is_public_suffix":{"type":"boolean"}}}}]}