← adrianhomelab.com

INDIVIDUAL MCP TOOL

watch_caen

Watch a CAEN activity code (optionally in one county) for NEWLY REGISTERED firms.

adrianhomelab.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://leadgen-mcp.adrianhomelab.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for watch_caen and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

adrianhomelab.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.leadgen]
url = "https://leadgen-mcp.adrianhomelab.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "leadgen": {
      "type": "http",
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: leadgen
Remote MCP URL: https://leadgen-mcp.adrianhomelab.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "leadgen": {
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "leadgen": {
      "type": "http",
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "leadgen",
  "transport": "streamable-http",
  "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_business — Search the Romanian business registry (official ONRC data) for companies.
  • lookup_director — Find Romanian companies by director or legal representative name.
  • extract_contacts — Crawl a website and extract emails, phone numbers, and social profiles.
  • enrich_company — Enrich a company: registry record + discovered contacts in one payload.
  • lookup_domain — Perform WHOIS + DNS + SPF/DMARC lookup for a domain.
  • lookup_financials — Return a Romanian company's annual financial statements (MFP data).
  • lookup_financial_ratios — Return derived financial intelligence for a Romanian company (MFP data).
  • watch_company — Register a company (by CUI) to watch for registry changes.