Domainintel
БесплатноНе проверенAn MCP server for domain intelligence — WHOIS, DNS records, SSL certificate inspection, SPF/DMARC validation, security-header audits, and blacklist/reputation c
Описание
An MCP server for domain intelligence — WHOIS, DNS records, SSL certificate inspection, SPF/DMARC validation, security-header audits, and blacklist/reputation checks, callable by AI agents. Powered by domainintel.app; runs server-side, no local setup.
README
An MCP server that gives AI agents live domain intelligence: WHOIS, DNS, SSL/TLS, HTTP security headers, reputation, and subdomain discovery for any domain. It is the same analysis engine that powers DomainIntel.app.
Tools
| Tool | Returns |
|---|---|
whois_lookup |
Registrar, creation/expiry/updated dates, registrant country, privacy status, nameservers |
dns_records |
A, AAAA, MX, TXT, NS, CNAME, CAA records + SPF/DMARC presence + misconfiguration warnings |
ssl_certificate |
Validity, issuer, expiration, days remaining, protocol, warnings |
security_headers |
HSTS, CSP, X-Frame-Options and others, scored with recommendations |
domain_reputation |
DNSBL / Spamhaus blocklist checks and a reputation score |
subdomain_discovery |
Subdomains via Certificate Transparency logs and common-prefix probing |
full_domain_report |
Every analyzer at once plus an overall A+ to F security score |
Each tool takes a single domain argument; protocol, www., and paths are stripped automatically.
Requirements
- Node.js 18 or newer
Install
Claude Code
claude mcp add domainintel -- npx -y @domainintel/mcp
Claude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"domainintel": {
"command": "npx",
"args": ["-y", "@domainintel/mcp"]
}
}
}
Any other MCP client
The server speaks MCP over stdio:
npx -y @domainintel/mcp
Example prompts
- "Run a full domain report on stripe.com"
- "What are the MX records for github.com, and does it have DMARC?"
- "Is the SSL certificate for example.org close to expiring?"
Development
git clone https://github.com/Bishop81/domainintel-mcp.git
cd domainintel-mcp
npm install
npm run mcp # run from source: node server.mjs
How it's built
The published package is a single self-contained bundle. esbuild bundles
server.mjs and the entire analyzer graph (plus the MCP SDK, zod, and whois)
into one file with no runtime dependencies; Node built-ins resolve at runtime.
npm run build # -> dist/server.mjs
License
MIT
Установка Domainintel
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Bishop81/domainintel-mcpFAQ
Domainintel MCP бесплатный?
Да, Domainintel MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Domainintel?
Нет, Domainintel работает без API-ключей и переменных окружения.
Domainintel — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Domainintel в Claude Desktop, Claude Code или Cursor?
Открой Domainintel на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Domainintel with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
