company-tech-profiler-remote
Click on "Deploy 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., "@company-tech-profiler-remoteAnalyze the tech profile of example.com and tell me what you find."
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.
company-tech-profiler-remote
Versão HTTP (remota) do MCP company-tech-profiler. Mesmas 7 ferramentas do
servidor local — get_dns_records, get_domain_registration,
get_ssl_certificate, fingerprint_website, get_ip_and_cloud_provider,
find_subdomains, analyze_company — só que expostas via HTTP (protocolo
MCP Streamable HTTP) em vez de um processo local por stdio, para que
ambientes que não têm acesso à sua máquina (Cowork, claude.ai) também
consigam usá-la.
Todas as fontes de dados continuam públicas e gratuitas (DNS, RDAP, TLS, fingerprint HTTP, crt.sh, ip-api.com) — sem nenhuma API key.
Rodar localmente
npm install
npm start
# ouve em http://localhost:3000, endpoint MCP em /mcpRelated MCP server: mcp-server-dns
Deploy no Railway
Suba este diretório para um repositório Git (GitHub/GitLab).
Em https://railway.com, crie uma conta (ou entre na existente).
New Project → Deploy from GitHub repo, aponte para este repositório — o
railway.jsonjá descreve o build (Nixpacks,npm install) e o start command (npm start).Em Settings → Networking, gere um domínio público (Generate Domain). A porta é detectada automaticamente via
process.env.PORT, que o servidor já usa (src/index.js).Aguarde o deploy. A URL final fica algo como
https://company-tech-profiler-remote-production.up.railway.app.O endpoint MCP é essa URL +
/mcp(ex:https://company-tech-profiler-remote-production.up.railway.app/mcp).
Nota: diferente do free tier do Render, o Railway não coloca o serviço para dormir por padrão — as respostas ficam consistentes sem o atraso de "acordar" após inatividade. O plano gratuito do Railway é por créditos mensais (uso), não por tempo ocioso.
Conectar no Cowork / claude.ai
Use a URL do passo 5 acima (terminando em /mcp) na tela de conectores/MCP
remotos do Cowork/claude.ai, como um servidor MCP do tipo "Streamable HTTP".
This server cannot be deployed
Maintenance
Related MCP Connectors
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Remote MCP server: 19 domain-hygiene and email-auth tools (DNS, SPF, DMARC, DKIM, TLS).
Free MCP server: 32 security & developer API tools -- WHOIS, DNS, CVE checks, IP reputation.
Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP server to perform various OSINT tasks by leveraging common network reconnaissance tools.48-
- AlicenseAqualityDmaintenanceMCP server for DNS lookups, reverse DNS, WHOIS, and domain checks. Zero auth, zero config.532 npm3MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for website reconnaissance. Gives Claude the ability to fingerprint tech stacks, audit security headers, map endpoints, analyze SSL certificates, enumerate DNS records, and scan ports.6,928 npmMIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server providing 15 OSINT tools over free, public sources for AI agents, enabling domain reconnaissance, subdomain discovery, DNS lookups, host profiling, CVE search, and more without API keys.MIT