domain-intel-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@domain-intel-mcpRun a full domain dossier on example.com and summarize any risks."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
domain-intel-mcp
MCP-сервер, открывающий 6 бесплатных API портфолио как инструменты для ИИ-агентов (Claude, Cursor, любых MCP-клиентов). State streamable HTTP — спецификация MCP 2026-07-28, деплоится как обычный веб-сервис.
Инструменты
Tool | Что делает |
| 5 санкционных списков (OFAC/UN/EU/UK/BIS) в одном вызове + explainable match + вердикт HIGH/MEDIUM/LOW/CLEAN |
| Геолокация IP + VPN/proxy/Tor + метаданные страны |
| SMTP + disposable + статус утечки HIBP + is_trusted_identity |
| Профиль компании (Wikipedia/Wikidata/SEC/GitHub/UK CH) + Health Score 0-100 |
| RDAP WHOIS + поддомены + takeover-риск + email-security score |
| Flagship: 5 API в одном вызове → досье + plain-English вердикт |
Related MCP server: domain-security-mcp-server
Локальный запуск
node server.js # :8010
node test-local.cjs # smoke-тест (JSON-RPC + все tools)DPI-примечание: с машины в РФ *.onrender.com блокируется (ECONNRESET) — smoke-тест локально покажет isError: true на upstream-вызовах. Это нормально: JSON-RPC-часть проходит, а после деплоя на Render (облако→облако, без DPI) все tools заработают. Для локального прогона реальных вызовов задай UPSTREAM_PROXY_BASE (см. ниже).
Деплой на Render (2.2)
render.yaml уже в папке. Через дашборд: New → Web Service → из репо (или Blueprint):
Build:
npm install(не требуется — зависимостей нет, но безопасно)Start:
node server.jsHealth check:
/health
После деплоя MCP-эндпоинт: https://<service>.onrender.com/mcp
Прокси для локального запуска (DPI-обход)
Опционально: Cloudflare Worker, форвардящий на Render (по образцу telegramproxy). Схема маршрутизации:
{PROXY}/{sanctions|ipgeo|email|company|whois|portfolio}/{path}
-> https://{соответствующий-хост}.onrender.com/{path}Переменная: UPSTREAM_PROXY_BASE=https://your-proxy.workers.dev
Публикация в MCP Registry (2.3)
npm login(нужен аккаунт npm)cd products/mcp-server && npm publishnpx mcp-publisher init— сгенерируетserver.json(mcpName уже в package.json)npx mcp-publisher publish— GitHub-аутентификация → публикацияКаскад: Glama / PulseMCP / GitHub MCP Registry подхватят за ~48ч
Добавь topics
mcp+model-context-protocolв GitHub-репо (Glama авто-индексирует)
Проверка после деплоя
curl https://<service>.onrender.com/.well-known/mcp-server.json
curl -X POST https://<service>.onrender.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.
49 free agent tools: WHOIS, PDF to text, email checks, FX rates, X12 EDI, JSON repair. No API key.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides AI agents with 37 OSINT tools and 12 data sources to perform unified reconnaissance, domain analysis, and attack surface mapping. It enables agents to query, correlate, and reason across platforms like Shodan, VirusTotal, and Censys in parallel.3738748MIT
- AlicenseAqualityDmaintenanceEnables AI agents to audit email and domain security (SPF, DKIM, DMARC, etc.) for any domain without requiring API keys.19MIT
- AlicenseAqualityAmaintenanceDomain security reconnaissance for AI agents — 13 tools (DNS+DNSSEC, SSL/TLS, HTTP security headers, SPF/DKIM/DMARC email auth, port scan, ASN, RDAP/WHOIS) plus a one-shot security_scan returning a 0–100 Health Score (A–F). Free, no API key.13561MIT
- AlicenseNot gradedqualityBmaintenanceDomain and company intelligence for AI agents. Enables vetting companies, qualifying leads, and mapping targets from free public data without API keys.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/On13uka/domain-intel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server