Skip to content
Back to search
100
MCP MCP 2026-07-28 streamable-http

Leadgen MCP

io.github.darksider4all/leadgen-mcp

Romanian business-registry lookup, director search, contact extraction, and WHOIS/DNS audit.

Uptime
33.3%
3 direct probes · 30d
Response
370ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

lookup_business

Search the Romanian business registry (official ONRC data) for companies. Data source: official ONRC open-data snapshot (data.gov.ro), loaded locally. Name queries use a ranked FTS5 index and…

lookup_director

Find Romanian companies by director or legal representative name. Searches the ONRC reprezentanti table (persoana_imputernicita) via a ranked FTS5 index; diacritic-insensitive ('popescu' matc…

extract_contacts

Crawl a website and extract emails, phone numbers, and social profiles. Args: website: The website URL to crawl (e.g. "example.com" or "https://example.com"). max_pages: Maximum n…

lookup_domain

Perform WHOIS + DNS + SPF/DMARC lookup for a domain. Args: domain: Domain name to look up (e.g. "example.com"). include_dns: Include DNS records (A, MX, NS, TXT, etc.). in…

lookup_financials

Return a Romanian company's annual financial statements (MFP data). Data source: official Ministry of Finance 'situatii financiare' open data (data.gov.ro), loaded locally by load_financiare.…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "leadgen_mcp": {
      "url": "https://hermes.adrianhomelab.com/mcp",
      "transport": "streamable-http"
    }
  }
}