# Vältgeist Domains (remote · api.valtgeist.trade)

Daily GoDaddy auction data: is a domain at auction, its appraisal, price and bid count.

- Trust score: 63/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `api.valtgeist.trade`: 63/100 (this document), [markdown](https://verifymcp.io/servers/ilumci-valtgeist-domains/api.md), [page](https://verifymcp.io/servers/ilumci-valtgeist-domains/api)

## Channel facts

- Endpoint: `https://api.valtgeist.trade/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-20.

- **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 5 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**: 80/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 456 tokens (~91/item across 5 items; 5 tools + 0 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**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ilumci-valtgeist-domains https://api.valtgeist.trade/mcp
```

### Codex

```toml
[mcp_servers.ilumci-valtgeist-domains]
url = "https://api.valtgeist.trade/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ilumci-valtgeist-domains": {
      "type": "remote",
      "url": "https://api.valtgeist.trade/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ilumci-valtgeist-domains --url https://api.valtgeist.trade/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ilumci-valtgeist-domains:
    url: "https://api.valtgeist.trade/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ilumci-valtgeist-domains": {
      "type": "http",
      "url": "https://api.valtgeist.trade/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-20 (score 63, +1)

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

### 2026-08-19 (score 62, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-18 (score 62)

First indexed and scored.

## MCP tools (5)

### `lookup_domain` (~100 tokens)

Check whether a specific domain is currently listed in a GoDaddy expiry or Buy Now auction, and if so its appraisal, current price, bid count and close time. Use this before suggesting a domain name to someone, so the suggestion is one they can actually buy. Covers GoDaddy auctions ONLY: a "not listed" result says nothing about whether the domain is registered or available elsewhere.

Input parameters:

- `domain` (string, required): Full domain, e.g. example.com

### `list_auctions` (~117 tokens)

List live GoDaddy auctions that already carry at least one bid. Sort by soonest closing, most bids, biggest appraisal-to-price gap, or lowest price. Filter by extension and maximum price. Auctions that have already closed are excluded.

Input parameters:

- `limit` (integer): 1 to 200, default 25.
- `max_price` (number): Only auctions at or below this price in USD.
- `sort` (string): Default closing.
- `tld` (string): Restrict to an extension, e.g. com

### `market_stats` (~86 tokens)

Headline figures for the GoDaddy auction market today: how many domains are listed, how many carry a bid, median appraisal, and the measured CEILING on how often a listed domain sells. The sell-through figure is an upper bound and not a rate: a seller withdrawing a listing looks identical to a sale in this feed. Do not quote it as the probability a domain will sell.

### `bid_rates` (~62 tokens)

How the share of listings carrying a bid varies by GoDaddy appraisal band and by how close the auction is to closing. Useful for judging whether an appraisal means anything at a given value, and for telling a domain owner whether their listing is in a band where anything trades.

### `tld_stats` (~37 tokens)

Bid rate and average appraisal for each domain extension with at least 400 listings. Shows which extensions actually attract bidders and which are dead inventory.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ilumci-valtgeist-domains/api#diagnostics

## Score history

- 2026-08-20: 63
- 2026-08-19: 62
- 2026-08-18: 62

## Links

- Remote endpoint: https://api.valtgeist.trade/mcp
- Repository: https://github.com/IlumCI/valtgeist-tools
- Website: https://valtgeist-domains.pages.dev/
- Changelog RSS feed: https://verifymcp.io/servers/ilumci-valtgeist-domains/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/ilumci-valtgeist-domains/api.json
- HTML version of this page: https://verifymcp.io/servers/ilumci-valtgeist-domains/api
