# Domain RDAP MCP (remote · ads.getlulu.dev)

Free, keyless domain registration lookup via RDAP: registered, available, registrar, expiration.

- Trust score: 56/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-09

## Components

- remote · `ads.getlulu.dev`: 56/100 (this document), [markdown](https://verifymcp.io/servers/lulu-the-narwhal-domain-rdap-mcp/domain-mcp.md), [page](https://verifymcp.io/servers/lulu-the-narwhal-domain-rdap-mcp/domain-mcp)

## Channel facts

- Endpoint: `https://ads.getlulu.dev/domain/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## 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-08-09.

- **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 1 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**: 49/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 283 tokens (~94/item across 3 items; 1 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http lulu-the-narwhal-domain-rdap-mcp https://ads.getlulu.dev/domain/mcp
```

### Codex

```toml
[mcp_servers.lulu-the-narwhal-domain-rdap-mcp]
url = "https://ads.getlulu.dev/domain/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lulu-the-narwhal-domain-rdap-mcp": {
      "type": "remote",
      "url": "https://ads.getlulu.dev/domain/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lulu-the-narwhal-domain-rdap-mcp --url https://ads.getlulu.dev/domain/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  lulu-the-narwhal-domain-rdap-mcp:
    url: "https://ads.getlulu.dev/domain/mcp"
```

### Other

```json
{
  "mcpServers": {
    "lulu-the-narwhal-domain-rdap-mcp": {
      "type": "http",
      "url": "https://ads.getlulu.dev/domain/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-08-09 (score 56, +2)

- [functional improvement] Schema quality: 138 → 94
- [functional] Schema quality: good → excellent
- [functional] New resource “result_widget_check_domain”

### 2026-08-08 (score 54, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-07 (score 54)

First indexed and scored.

## MCP tools (1)

### `check_domain` (~271 tokens)

Check whether a domain name is registered, using real-time RDAP data
(the IETF-standardized successor to WHOIS). Use for "is domain-x.com
available/registered", "who is domain-x.com registered with", or "when
does domain-x.com expire" style questions.

\`domain` is a bare domain like "example.com" -- no protocol prefix, no
path, no spaces.

If the domain is NOT registered, returns `{"domain": ..., "registered":
false}` -- this is a normal, meaningful answer (the domain is
available), not an error.

If the domain IS registered, returns `{"domain", "registered": true,
"status", "registered_date", "expiration_date", "last_changed_date",
"registrar"}`. `status` is a list of RDAP status codes (e.g. "active",
"client transfer prohibited"). Dates are ISO 8601. `registrar` is the
registrar's name, or null if the registry redacts it for privacy.

For obviously malformed input (not a domain -- e.g. missing a dot, has
spaces, or includes a protocol like "https://"), returns a clean
\`{"error": ...}` instead of calling the API.

Input parameters:

- `domain` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/lulu-the-narwhal-domain-rdap-mcp/domain-mcp#diagnostics

## Score history

- 2026-08-09: 56
- 2026-08-08: 54
- 2026-08-07: 54

## Links

- Remote endpoint: https://ads.getlulu.dev/domain/mcp
- Repository: https://github.com/Lulu-The-Narwhal/lulu-platform
- Changelog RSS feed: https://verifymcp.io/servers/lulu-the-narwhal-domain-rdap-mcp/domain-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/lulu-the-narwhal-domain-rdap-mcp/domain-mcp.json
- HTML version of this page: https://verifymcp.io/servers/lulu-the-narwhal-domain-rdap-mcp/domain-mcp
