# Leadgen ONRC Romania (remote · leadgen-mcp.adrianhomelab.com)

Romania company registry: search 4.2M businesses by name/CUI, directors, financials.

- Trust score: 71/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `leadgen-mcp.adrianhomelab.com`: 71/100 (this document), [markdown](https://verifymcp.io/servers/com-adrianhomelab-leadgen-onrc/leadgen-mcp.md), [page](https://verifymcp.io/servers/com-adrianhomelab-leadgen-onrc/leadgen-mcp)

## Channel facts

- Endpoint: `https://leadgen-mcp.adrianhomelab.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 1049 tokens (~95/item across 11 items; 11 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 60/100
  - Stability observed for 18 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Leadgen ONRC Romania MCP server?

Leadgen ONRC Romania is a hosted endpoint at https://leadgen-mcp.adrianhomelab.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-adrianhomelab-leadgen-onrc 'https://leadgen-mcp.adrianhomelab.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-adrianhomelab-leadgen-onrc": {
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-adrianhomelab-leadgen-onrc": {
      "type": "http",
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-adrianhomelab-leadgen-onrc]
url = "https://leadgen-mcp.adrianhomelab.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-adrianhomelab-leadgen-onrc": {
      "type": "remote",
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-adrianhomelab-leadgen-onrc --url 'https://leadgen-mcp.adrianhomelab.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-adrianhomelab-leadgen-onrc:
    url: "https://leadgen-mcp.adrianhomelab.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-adrianhomelab-leadgen-onrc": {
      "Transport": "http",
      "Url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-adrianhomelab-leadgen-onrc -t streamable-http -u 'https://leadgen-mcp.adrianhomelab.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-adrianhomelab-leadgen-onrc": {
      "type": "http",
      "url": "https://leadgen-mcp.adrianhomelab.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 70, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-22 (score 69, +46)

- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 11 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.47
- [functional improvement] MCP protocol: unverified → pass

### 2026-09-21 (score 23, −45)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.40 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the whole tool list to see what that exposes.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-19 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 27 to 30. That category is still filling its 30-day observation window: 8 days of observed history at the previous scan, 9 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (11)

### `lookup_business` (~100 tokens)

Look up a Romanian company by name or CUI (tax code) in the official ONRC registry of 4.2M firms. Name search is diacritic-insensitive, so pass plain ASCII ('paval' finds 'PAVAL'); an all-digit query matches the CUI. The natural first call for a Romanian company question. max_results caps the rows returned.

Input parameters:

- `max_results` (integer)
- `query` (string, required)

### `lookup_by_category` (~85 tokens)

Find companies by what they do rather than by name: a curated topic ('artificial intelligence', 'cybersecurity', 'climate', 'software', 'retail') expands to the CAEN activity codes that define it. Optionally narrow the result to a single county.

Input parameters:

- `county`
- `max_results` (integer)
- `topic` (string, required)

### `lookup_director` (~71 tokens)

Find Romanian companies by the name of a director or legal representative, from the ONRC representatives table. Diacritic-insensitive ('popescu' matches 'POPESCU'). Use this when you know a person rather than a firm.

Input parameters:

- `max_results` (integer)
- `name` (string, required)

### `extract_contacts` (~62 tokens)

Crawl a company website and extract emails, phone numbers and social profiles. Accepts a bare domain or a full URL; max_pages (1-20, default 5) bounds the crawl.

Input parameters:

- `max_pages` (integer)
- `website` (string, required)

### `enrich_company` (~95 tokens)

A whole-firm profile in one call: the ONRC registry record plus the contacts discovered on that firm's website, each labelled with a confidence and a source. Prefer this over lookup_business followed by extract_contacts when you want everything about one company. cui is its tax code; website overrides the registered one; max_pages bounds the crawl.

Input parameters:

- `cui` (string, required)
- `max_pages` (integer)
- `website`

### `lookup_domain` (~82 tokens)

WHOIS plus DNS records (A, MX, NS, TXT) and an SPF/DMARC email-security audit for a domain. Use it to profile a company's web estate or check its email posture. include_dns and include_security toggle the two halves.

Input parameters:

- `domain` (string, required)
- `include_dns` (boolean)
- `include_security` (boolean)

### `lookup_financials` (~66 tokens)

Annual financial statements for a Romanian company from Ministry of Finance filings: revenue, profit, headcount and balance-sheet lines in RON, for the latest fiscal year on record. Resolve the firm with lookup_business first if you only have a name.

Input parameters:

- `cui` (string, required)

### `lookup_financial_ratios` (~79 tokens)

Derived financial intelligence for a Romanian company: year-over-year revenue trend and growth, headcount trajectory, net margin, and liquidity/distress signals, distilled into a single verdict ('growing', 'stable' or 'distressed'). Use it for interpretation; use lookup_financials for the raw figures.

Input parameters:

- `cui` (string, required)

### `watch_company` (~66 tokens)

Register a company (by CUI) to monitor. Stores a fingerprint of its current registry record as the baseline; poll_watchlist then reports changes between monthly ONRC snapshots - a new director, a new CAEN activity, an address or status change.

Input parameters:

- `cui` (string, required)

### `watch_caen` (~70 tokens)

Watch a CAEN activity code, optionally scoped to one county, for newly registered firms. A registration-date cutoff is the baseline: only firms registered after it are reported, and poll_watchlist slides the cutoff forward so each new firm surfaces once.

Input parameters:

- `code` (string, required)
- `county`

### `poll_watchlist` (~63 tokens)

Collect everything the watch tools have found: call it to drain the changeset for every watch owned by your API key. Company watches return an 'updated' entry with the changed fields; CAEN and county watches return the 'new' firms registered since the last poll.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-adrianhomelab-leadgen-onrc/leadgen-mcp#diagnostics

## Score history

- 2026-09-26: 71
- 2026-09-25: 70
- 2026-09-24: 70
- 2026-09-23: 69
- 2026-09-22: 69
- 2026-09-21: 23
- 2026-09-20: 68
- 2026-09-19: 68
- 2026-09-18: 67
- 2026-09-17: 67
- 2026-09-16: 66
- 2026-09-15: 66
- 2026-09-14: 65
- 2026-09-13: 62
- 2026-09-12: 62
- 2026-09-11: 61
- 2026-09-10: 61
- 2026-09-09: 60
- 2026-09-08: 60

## Common questions

### What is the Leadgen ONRC Romania MCP server?

Leadgen ONRC Romania is an MCP server listed in the public MCP registry as com.adrianhomelab/leadgen-onrc. Romania company registry: search 4.2M businesses by name/CUI, directors, financials. This page covers its hosted endpoint (https://leadgen-mcp.adrianhomelab.com/mcp).

### Is the Leadgen ONRC Romania MCP server safe to use?

Leadgen ONRC Romania scores 71 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Leadgen ONRC Romania MCP server expose?

Leadgen ONRC Romania exposes 11 tools: lookup_business, lookup_by_category, lookup_director, extract_contacts, enrich_company, and 6 more. Their descriptions and schemas cost roughly 839 tokens of context every time the server is loaded.

### Does the Leadgen ONRC Romania MCP server require authentication?

No. We connected to Leadgen ONRC Romania without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Leadgen ONRC Romania MCP server still maintained?

Leadgen ONRC Romania is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://leadgen-mcp.adrianhomelab.com/mcp
- Repository: https://github.com/darksider4all/leadgen-mcp
- Website: https://onrc-api.adrianhomelab.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-adrianhomelab-leadgen-onrc/leadgen-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-adrianhomelab-leadgen-onrc/leadgen-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-adrianhomelab-leadgen-onrc/leadgen-mcp
