Enrichments MCP is now live for all plans. Try it out today
All enrichments & signals

Scrape Domain Details

Scrape WHOIS and registration details for a company's domain including age and registrar.

Configure MCP server with Scrape Domain Details

Access the Scrape Domain Details action via MCP to look up domain info from AI tools like Claude, ChatGPT, Cursor, or Windsurf.

MCP server configuration

Add this to your MCP client configuration (Claude Desktop, Cursor, Windsurf, or any MCP-compatible tool):

json
{
  "mcpServers": {
    "syncgtm": {
      "type": "http",
      "url": "https://api.syncgtm.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Example prompt

Scrape the WHOIS details for stripe.com.

Example response

json
{
  "domain": "stripe.com",
  "registrar": "MarkMonitor Inc.",
  "registration_date": "2009-09-16",
  "domain_age_years": 17,
  "registrant_org": "Stripe, Inc."
}

Learn more about Enrichment MCP

SyncGTM Enrichment MCP gives AI tools direct access to 75+ enrichment and signal actions. Explore all MCP actions →