# OpenHeritage Public Search (remote · openheritage.online)

Search Ukraine's largest public collection of memorial, grave, and archival document data.

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

## Components

- remote · `openheritage.online`: 63/100 (this document), [markdown](https://verifymcp.io/servers/openheritageonline-public-search/openheritage.md), [page](https://verifymcp.io/servers/openheritageonline-public-search/openheritage)

## Channel facts

- Endpoint: `https://openheritage.online/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.9.6`

## 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**: 60/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http openheritageonline-public-search https://openheritage.online/mcp
```

### Codex

```toml
[mcp_servers.openheritageonline-public-search]
url = "https://openheritage.online/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "openheritageonline-public-search": {
      "type": "remote",
      "url": "https://openheritage.online/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add openheritageonline-public-search --url https://openheritage.online/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  openheritageonline-public-search:
    url: "https://openheritage.online/mcp"
```

### Other

```json
{
  "mcpServers": {
    "openheritageonline-public-search": {
      "type": "http",
      "url": "https://openheritage.online/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 63, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] HSTS header: fail → unverified
- [security regression] Stability: 0.23 → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-08-02 (score 63, +3)

- [security regression] HSTS header: unverified → fail
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 6 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: unreachable → reachable
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Tool coverage: unverified → 100
- [functional] Server version: 2.9.7 → 2.9.8

### 2026-07-31 (score 60, 0)

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

### 2026-07-30 (score 60, +2)

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

### 2026-07-29 (score 58, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] HSTS header: fail → unverified
- [security regression] Stability: 0.07 → unverified
- [security regression] Transport: pass → fail
- [security improvement] DNSSEC: fail → pass
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-28 (score 58, +1)

- [security regression] HSTS header: unverified → fail
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 6 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] Stability: unverified → 0.07
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-27 (score 57, 0)

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

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

First indexed and scored.

## MCP tools (6)

### `search_memorials` (~29 tokens)

Search public memorial records by text.

Input parameters:

- `query` (string, required): Required text to search for.

### `search_sources` (~27 tokens)

Search public archival sources by text.

Input parameters:

- `query` (string, required): Required text to search for.

### `search_records` (~45 tokens)

Search public OpenHeritage records across supported entity types.

Input parameters:

- `entityTypes` (array|null, required): Optional public entity type filters.
- `query` (string, required): Required text to search for.

### `search_documents` (~27 tokens)

Search public source documents by text.

Input parameters:

- `query` (string, required): Required text to search for.

### `search_cemeteries` (~31 tokens)

Search public cemeteries by text.

Input parameters:

- `query` (string, required): Required text to search for.

### `search_repositories` (~28 tokens)

Search public archival repositories by text.

Input parameters:

- `query` (string, required): Required text to search for.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/openheritageonline-public-search/openheritage#diagnostics

## Score history

- 2026-08-03: 63
- 2026-08-02: 63
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 60
- 2026-07-29: 58
- 2026-07-28: 58
- 2026-07-27: 57
- 2026-07-26: 57

## Links

- Remote endpoint: https://openheritage.online/mcp
- Repository: https://github.com/OpenHeritageOnline/agent-tooling
- Changelog RSS feed: https://verifymcp.io/servers/openheritageonline-public-search/openheritage/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/openheritageonline-public-search/openheritage/changelog.json
- HTML version of this page: https://verifymcp.io/servers/openheritageonline-public-search/openheritage
