# Wiki Private Law (remote · wiki.private.law)

Extractive legal answers and semantic search over the public wiki.private.law corpus

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

## Components

- remote · `wiki.private.law`: 71/100 (this document), [markdown](https://verifymcp.io/servers/privatelawattorneys-wiki-private-law/wiki.md), [page](https://verifymcp.io/servers/privatelawattorneys-wiki-private-law/wiki)

## Channel facts

- Endpoint: `https://wiki.private.law/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 377 tokens (~125/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http privatelawattorneys-wiki-private-law https://wiki.private.law/mcp
```

### Codex

```toml
[mcp_servers.privatelawattorneys-wiki-private-law]
url = "https://wiki.private.law/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "privatelawattorneys-wiki-private-law": {
      "type": "remote",
      "url": "https://wiki.private.law/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add privatelawattorneys-wiki-private-law --url https://wiki.private.law/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  privatelawattorneys-wiki-private-law:
    url: "https://wiki.private.law/mcp"
```

### Other

```json
{
  "mcpServers": {
    "privatelawattorneys-wiki-private-law": {
      "type": "http",
      "url": "https://wiki.private.law/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-03 (score 71, +1)

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

### 2026-08-01 (score 70, +1)

- [functional improvement] Endpoint reachability: not serving MCP → reachable

### 2026-07-31 (score 69, +55)

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

### 2026-07-30 (score 14, −51)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Stability: 0.10 → unverified
- [security regression] Authorization: partial → unverified
- [security regression] Transport: pass → fail
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 65, +9)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: 68 → 125
- [functional improvement] Tool coverage: 33% → 60%
- [functional improvement] MCP protocol: fail → pass
- [functional] Schema quality: fair → good
- [functional] MCP protocol version: 2024-11-05 → 2025-11-25
- [functional] Server version: 0.1.0 → 1.1.1
- [functional] New tool “get_offer”

### 2026-07-27 (score 56, +1)

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

### 2026-07-26 (score 55)

First indexed and scored.

## MCP tools (3)

### `ask` (~83 tokens)

Ask Wiki Private Law

Ask a natural-language question about the wiki.private.law corpus (private international law: family offices, tax residency, citizenship/residence by investment, asset protection). Returns an extractive answer from the closest corpus chunk plus citations, or an honest 'no confident answer' when retrieval distance is above threshold.

Input parameters:

- `question` (string, required): Question in English, <= 2000 chars

### `search` (~53 tokens)

Search Wiki Private Law

Raw top-k semantic search over the wiki.private.law chunk index. Returns ranked chunks with slug/title/url/distance and a short snippet. No answer synthesis.

Input parameters:

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

### `get_offer` (~130 tokens)

Get a Live Private Law Offer

Resolve a wiki.private.law article slug, URL or natural-language topic to its current commercial proposal. Returns the interactive web URL, a directly downloadable Markdown document and a JSON URL. The main site renders the file on demand from the published article and live Product Catalog; this tool does not copy or guess prices. For a bare /offer, pass the current Wiki URL or most recent explicit topic as query. With no context, omit query to receive usage guidance.

Input parameters:

- `locale` (string): Optional preferred article locale
- `query` (string): Article slug, wiki URL, topic, or /offer command

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/privatelawattorneys-wiki-private-law/wiki#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 70
- 2026-07-31: 69
- 2026-07-30: 14
- 2026-07-29: 65
- 2026-07-28: 56
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://wiki.private.law/mcp
- Changelog RSS feed: https://verifymcp.io/servers/privatelawattorneys-wiki-private-law/wiki/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/privatelawattorneys-wiki-private-law/wiki/changelog.json
- HTML version of this page: https://verifymcp.io/servers/privatelawattorneys-wiki-private-law/wiki
