Skip to main content
Glama

Leadgen MCP

Lead-generation & enrichment tools for AI agents — a self-hosted MCP server over Streamable HTTP, publicly reachable at https://hermes.adrianhomelab.com/mcp (no auth — validation phase).

Tools

Tool

What it does

Data source

lookup_business(query)

Romanian business registry search + detail enrichment

official ONRC data (data.gov.ro CKAN), local SQLite + FTS5

lookup_director(name)

Find companies by director / legal-representative name

ONRC reprezentanti table (FTS5, diacritic-insensitive)

extract_contacts(website)

Crawl a site for emails, phones, socials

live crawl

lookup_domain(domain)

WHOIS + DNS + SPF/DMARC security audit

live WHOIS/DNS

Related MCP server: ENTIA Entity Verification

Connect

Streamable HTTP — point any MCP client at:

https://hermes.adrianhomelab.com/mcp

Run locally

uv venv venv
uv pip install --python venv/bin/python -r requirements.txt
venv/bin/python server.py --transport streamable-http --host 0.0.0.0 --port 8766

Or via the mcp CLI:

venv/bin/mcp run server.py --transport streamable-http --port 8766

Data

The ONRC database is built from public data.gov.ro CKAN snapshots:

python3 load_onrc.py          # download + load the monthly snapshot
python3 load_nomenclatoare.py # decode tables

The default DB path is /opt/leadgen-mcp/data/onrc.db.

Deploy (homelab)

See the homelab-mcp-deploy skill: uv venv on the target LXC, systemd unit, SSH tunnel, Hermes MCP HTTP config.

Validation status

Free tier, no billing yet. Validate the wedge (do agents call it?) before wiring metering.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    -
    maintenance
    Provides UK company lookups via Companies House, web scraping, and search tools designed to be context-efficient for AI agents. It includes integrated micro-payment monetization and supports data extraction and format conversion.
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI tools to search and enrich B2B leads, including finding professional emails, company profiles, and filtering people and companies by various criteria.
    5
    110
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI agents to research companies and find contacts with structured data from multiple free sources, including company info, tech stack, and email addresses.

View all related MCP servers

Related MCP Connectors

  • Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

  • Search companies, enrich contacts, and reveal emails and phones from your AI agent.

  • Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.

View all MCP Connectors

Latest Blog Posts

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/darksider4all/leadgen-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server