streamable-httpMITupdated 1mo ago
Domain and company intelligence for AI agents. Give an agent a domain or email address and it can vet the company, qualify the lead, or map the target — all from free public data, no API keys.
domain intel mcp 能做什么?
Domain & Company Intel MCP — by Datakoot
Domain and company intelligence for AI agents. Give an agent a domain or email address and it can vet the company, qualify the lead, or map the target — all from free public data, no API keys.
Tools
| Tool | What it does | Source |
|---|---|---|
domain_intel |
Registrar, creation/expiry dates, domain age, EPP status, nameservers, DNSSEC, abuse contact | RDAP |
dns_lookup |
A, AAAA, MX, NS, TXT, CNAME, SOA records | Cloudflare DoH |
email_deliverability |
MX presence, SPF/DMARC posture, free vs. disposable provider, verdict | Cloudflare DoH |
tech_stack |
Web server, CMS/framework, CDN, analytics, security headers, page title | Live fetch |
subdomains |
Subdomain discovery from Certificate Transparency logs | crt.sh |
domain_report |
One call returns a full dossier: registration + DNS + email deliverability + tech stack, combined | all-in-one |
No API keys required for any tool.
Quick start (hosted)
Claude Code
claude mcp add --transport http domain-intel https://domain.datakoot.com/mcp
Claude Desktop / other clients
{
"mcpServers": {
"domain-intel": {
"command": "npx",
"args": ["mcp-remote", "https://domain.datakoot.com/mcp"]
}
}
}
Example agent workflows
- "Is acme.com a real, established business? When was it registered?" →
domain_intel - "This lead's email is @acme.io — can it receive mail, is it a throwaway?" →
email_deliverability - "What's competitor.com built on?" →
tech_stack - "Map the public subdomains of target.com" →
subdomains
Pricing
The hosted endpoint is freemium:
- Free — all six tools work, results capped at 10 items per call. No key required.
- Builder — $19/mo — uncapped results, 5,000 tool calls/mo, priority endpoint.
- Team — $49/mo — uncapped results, 25,000 tool calls/mo, usage dashboard.
Subscribe → — one subscription unlocks Pro on every Datakoot server.
Using your Pro key
After subscribing you receive a license key beginning with DATAKOOT-. Pass it as a Bearer token and the free-tier caps are removed:
claude mcp add --transport http --header "Authorization: Bearer DATAKOOT-XXXX-XXXX" domain-intel https://domain.datakoot.com/mcp
The key is validated against Polar on each request (cached briefly). Cancel anytime — access reverts to the free tier automatically.
Self-host (Cloudflare Workers, free tier)
Create a Worker, paste worker.js, deploy. Optional SERVER_API_KEY env var gates access behind Authorization: Bearer <key>. No other configuration needed.
License
MIT. Data from RDAP, Cloudflare DNS, and crt.sh under their respective terms.
安装
把 domain intel mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http domain-intel-mcp https://domain.datakoot.com/mcpcodex mcp add domain-intel-mcp --url https://domain.datakoot.com/mcp{
"mcpServers": {
"domain-intel-mcp": {
"url": "https://domain.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"domain-intel-mcp": {
"type": "http",
"url": "https://domain.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"domain-intel-mcp": {
"url": "https://domain.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"domain-intel-mcp": {
"serverUrl": "https://domain.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
domain intel mcp 向已连接的智能体提供 5 个工具。
- domain_intel
- Registrar, creation/expiry dates, domain age, EPP status, nameservers, DNSSEC, abuse contact
- dns_lookup
- A, AAAA, MX, NS, TXT, CNAME, SOA records
- email_deliverability
- MX presence, SPF/DMARC posture, free vs. disposable provider, verdict
- tech_stack
- Web server, CMS/framework, CDN, analytics, security headers, page title
- domain_report
- One call returns a full dossier: registration + DNS + email deliverability + tech stack, combined
评分
75 / 100
良好
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 2.0.0最新 | 2026年7月27日 |