# Ministry of Gems — Gemmology (remote · mog-concierge.33guruge.workers.dev)

Verified gemmology reference: 168 terms and 12 handbooks, FGAA-reviewed, with citable URLs.

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

## Components

- remote · `mog-concierge.33guruge.workers.dev`: 68/100 (this document), [markdown](https://verifymcp.io/servers/au-com-ministryofgems-gemmology/mog-concierge.md), [page](https://verifymcp.io/servers/au-com-ministryofgems-gemmology/mog-concierge)

## Channel facts

- Endpoint: `https://mog-concierge.33guruge.workers.dev/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**: 63/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 enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 566 tokens (~35/item across 16 items; 3 tools + 13 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 au-com-ministryofgems-gemmology https://mog-concierge.33guruge.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.au-com-ministryofgems-gemmology]
url = "https://mog-concierge.33guruge.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "au-com-ministryofgems-gemmology": {
      "type": "remote",
      "url": "https://mog-concierge.33guruge.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add au-com-ministryofgems-gemmology --url https://mog-concierge.33guruge.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  au-com-ministryofgems-gemmology:
    url: "https://mog-concierge.33guruge.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "au-com-ministryofgems-gemmology": {
      "type": "http",
      "url": "https://mog-concierge.33guruge.workers.dev/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 68, +1)

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

### 2026-08-18 (score 67, +1)

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

### 2026-08-17 (score 66, +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-16 (score 65, +9)

- [security improvement] Authorization: unverified → partial
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool “define_gem_term” now declares an output schema
- [functional improvement] Tool “list_gem_terms” now declares an output schema
- [functional improvement] Tool “search_gem_knowledge” now declares an output schema
- [functional] The server now declares the “prompts” capability
- [functional] First check of Tool coverage: 100
- [functional] MCP protocol version: 2024-11-05 → 2025-06-18
- [functional] Server version: 1.0.0 → 1.0.1

### 2026-08-15 (score 56)

First indexed and scored.

## MCP tools (3)

### `define_gem_term` (~94 tokens)

Look up a gemmological term in The Gem Lexicon of Ministry of Gems — 168 definitions verified by an FGAA-qualified gemmologist. Returns the definition, its subject section, and a citable anchor URL. Use for terms such as padparadscha, corundum, parti sapphire, unheated, or asterism.

Input parameters:

- `term` (string, required): The gemmological term to define.

Output parameters:

- `definition` (string): FGAA-verified definition.
- `found` (boolean): False when no term matched.
- `hint` (string)
- `lexicon_url` (string)
- `message` (string)
- `section` (string): Lexicon subject section.
- `source` (string): Name of the source work.
- `term` (string): Canonical term name.
- `url` (string): Citable anchor URL on ministryofgems.com.au.
- `verified_by` (string): Credential of the verifying gemmologist.

### `search_gem_knowledge` (~73 tokens)

Keyword search across the Ministry of Gems gemmological reference library — 168 lexicon definitions and 12 full-length buyer's handbooks. Returns ranked results with citable URLs.

Input parameters:

- `limit` (integer): Max results (default 5, max 20).
- `query` (string, required): Search query.

Output parameters:

- `query` (string): The query as interpreted.
- `result_count` (integer)
- `results` (array): Ranked matches.
- `verified_by` (string)

### `list_gem_terms` (~64 tokens)

List the gemmological terms available in The Gem Lexicon, optionally filtered to one subject section. Use this to discover what can be defined before calling define_gem_term.

Input parameters:

- `section` (string): Optional section filter, e.g. "Treatments & Enhancement".

Output parameters:

- `sections` (array): All lexicon section names.
- `term_count` (integer)
- `terms` (array)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/au-com-ministryofgems-gemmology/mog-concierge#diagnostics

## Score history

- 2026-08-20: 68
- 2026-08-19: 67
- 2026-08-18: 67
- 2026-08-17: 66
- 2026-08-16: 65
- 2026-08-15: 56

## Links

- Remote endpoint: https://mog-concierge.33guruge.workers.dev/mcp
- Website: https://ministryofgems.com.au/pages/ai-index
- Changelog RSS feed: https://verifymcp.io/servers/au-com-ministryofgems-gemmology/mog-concierge.xml
- Changelog JSON feed: https://verifymcp.io/servers/au-com-ministryofgems-gemmology/mog-concierge.json
- HTML version of this page: https://verifymcp.io/servers/au-com-ministryofgems-gemmology/mog-concierge
