Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Company Tech Profiler Remote

FreeNot checked

Remote MCP server for company tech profiling. It exposes tools for DNS, domain registration, SSL, website fingerprinting, IP/cloud provider, subdomains, and com

GitHubEmbed

About

Remote MCP server for company tech profiling. It exposes tools for DNS, domain registration, SSL, website fingerprinting, IP/cloud provider, subdomains, and company analysis using public data without API keys.

README

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 /mcp

Deploy no Render (free tier)

  1. Suba este diretório para um repositório Git (GitHub/GitLab).
  2. Em https://render.com, crie uma conta gratuita (ou entre na existente).
  3. New +Blueprint, aponte para o repositório — o render.yaml já descreve o serviço (company-tech-profiler-remote, plano free). Alternativamente, New +Web Service manual, com:
    • Build command: npm install
    • Start command: npm start
  4. Aguarde o deploy. A URL final fica algo como https://company-tech-profiler-remote.onrender.com.
  5. O endpoint MCP é essa URL + /mcp (ex: https://company-tech-profiler-remote.onrender.com/mcp).

Nota sobre o free tier: o serviço "dorme" após ~15 min sem receber requisições. A primeira chamada depois disso demora uns 20-30s pra acordar; chamadas seguintes respondem normalmente.

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".

from github.com/rodrigohenriquemkt-lab/MCP-consulta-infra

Installing Company Tech Profiler Remote

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/rodrigohenriquemkt-lab/MCP-consulta-infra

FAQ

Is Company Tech Profiler Remote MCP free?

Yes, Company Tech Profiler Remote MCP is free — one-click install via Unyly at no cost.

Does Company Tech Profiler Remote need an API key?

No, Company Tech Profiler Remote runs without API keys or environment variables.

Is Company Tech Profiler Remote hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Company Tech Profiler Remote in Claude Desktop, Claude Code or Cursor?

Open Company Tech Profiler Remote on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Company Tech Profiler Remote with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs