🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@erikirby/domain-intel

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erikirby/domain-intel

Website intelligence for AI agents. Given any URL, returns tech stack, hosting provider, security posture, email config, SEO metadata, and DNS records. No scraping — uses standard HTTP/DNS/WHOIS protocols only.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

domain-intel

Website intelligence for AI agents. Given any URL, returns tech stack (CMS, frameworks, analytics, CDN), hosting provider, security posture, email config, SEO metadata, social profiles, and DNS records — all from a single HTTP request. No scraping, no third-party APIs.

Quick Install

{
  "mcpServers": {
    "domain-intel": {
      "url": "https://domain-intel.mcpize.run"
    }
  }
}

Or via MCPize CLI:

mcpize install domain-intel

Tools

ToolDescription
website_analyzeComprehensive analysis: tech stack, security, SSL, email, SEO, social, WHOIS, DNS
tech_detectDetect CMS, frameworks, analytics, CDN, hosting provider
security_headersCheck HSTS, CSP, X-Frame-Options, and 6+ other security headers
email_securityCheck SPF, DKIM, DMARC records and identify email provider

Examples

"What tech does Shopify use?"

website_analyze("https://www.shopify.com")

Returns: Shopify CMS, Google Analytics, Cloudflare CDN, valid SSL, HSTS enabled, SEO metadata, social media profiles (Twitter, LinkedIn, GitHub, Instagram, Facebook).

"Is example.com's email secure?"

email_security("example.com")

Returns: SPF configured, DMARC status, MX records, email provider detection.

"Check my site's security headers"

security_headers("https://mysite.com")

Returns: security score (0-100), which headers are present/missing, severity ratings.

Pricing

  • Free: 25 lookups/month
  • Pro: $29/month for 500 lookups

How It Works

Uses only standard internet protocols — no scraping, no data storage, no third-party API keys:

  • HTTP GET → security headers, tech detection, SEO metadata
  • DNS resolution → A, MX, NS, TXT, CNAME records + SPF/DKIM/DMARC
  • TLS handshake → SSL certificate validation
  • WHOIS → domain registration details

Why domain-intel?

Sales teams, marketers, developers, and security researchers need quick answers about websites. Instead of juggling 5+ tools (Wappalyzer, SecurityHeaders.com, SSLLabs, MXToolbox, WHOIS), one MCP server gives you everything an AI agent needs.

  • Marketplace
  • Playground
  • API Docs

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts