Public Suffix Extractor

Public Suffix Extractor MCP Connector for Claude

F

Extract the true root domain, TLD, and subdomain from any URL using the official Mozilla Public Suffix List.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

When an analytics agent processes URLs, it cannot guess that in app.vinkius.co.uk the TLD is .co.uk (not .uk). This MCP uses the official Mozilla Public Suffix List to fragment hostnames with 100% accuracy.

The Superpowers

  • Official List: Uses the same Public Suffix List maintained by Mozilla and used by every major browser.
  • Complex TLDs: Correctly handles .co.uk, .com.br, .org.au, .amazonaws.com, and 9,000+ other suffixes.
url-parsingtld-extractiondomain-analysisdata-normalizationbrowser-standards

1 tools expose this connector's capabilities to your AI agent.

extract_domain

The AI cannot reliably determine that the TLD of "app.vinkius.co.uk" is ".co.uk" (not ".uk"). This engine uses the official Mozilla Public Suffix List to fragment hostnames with 100% accuracy. Extracts the true root domain, TLD, subdomain, and SLD from any hostname using the official Mozilla Public Suffix List. Handles complex TLDs like .co.uk, .com.br correctly

See how to talk to your AI agent using Public Suffix Extractor.

What is the root domain of app.vinkius.co.uk?

Domain: vinkius.co.uk | TLD: co.uk | Subdomain: app

Extract the registrable domain from https://shop.example.com.br/products?id=1

Domain: example.com.br | TLD: com.br | Subdomain: shop

Is mybucket.s3.amazonaws.com a registrable domain or a cloud subdomain?

Domain: mybucket.s3.amazonaws.com | TLD: s3.amazonaws.com (PSL-listed cloud suffix)

Because TLDs like .co.uk, .com.br, and .org.au have multiple parts. Splitting by dots would incorrectly identify the root domain. The PSL has 9,000+ entries.

Related Connectors