# KGLD Reserve Attestation (remote · mcp.sitey.my)

KGLD gold-token reserve proof: custody vs supply, auditor report hash, human verification by email

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `mcp.sitey.my`: 66/100 (this document), [markdown](https://verifymcp.io/servers/my-sitey-kgld-attestation/mcp.md), [page](https://verifymcp.io/servers/my-sitey-kgld-attestation/mcp)

## Channel facts

- Endpoint: `https://mcp.sitey.my/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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-09-25.

- **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 3 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**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 664 tokens (~221/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the KGLD Reserve Attestation MCP server?

KGLD Reserve Attestation is a hosted endpoint at https://mcp.sitey.my/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http my-sitey-kgld-attestation 'https://mcp.sitey.my/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "my-sitey-kgld-attestation": {
      "url": "https://mcp.sitey.my/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "my-sitey-kgld-attestation": {
      "type": "http",
      "url": "https://mcp.sitey.my/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.my-sitey-kgld-attestation]
url = "https://mcp.sitey.my/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "my-sitey-kgld-attestation": {
      "type": "remote",
      "url": "https://mcp.sitey.my/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add my-sitey-kgld-attestation --url 'https://mcp.sitey.my/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  my-sitey-kgld-attestation:
    url: "https://mcp.sitey.my/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "my-sitey-kgld-attestation": {
      "Transport": "http",
      "Url": "https://mcp.sitey.my/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add my-sitey-kgld-attestation -t streamable-http -u 'https://mcp.sitey.my/mcp'
```

### Other

```json
{
  "mcpServers": {
    "my-sitey-kgld-attestation": {
      "type": "http",
      "url": "https://mcp.sitey.my/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-09-25 (score 66, +1)

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

### 2026-09-23 (score 65, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-22 (score 64)

First indexed and scored.

## MCP tools (3)

### `get_reserve` (~92 tokens)

KGLD current reserve / 현재 준비금

KGLD current reserve: custody gold weight (g, troy oz), on-chain total supply, mintable allowance. Issuer's own tally (KorDA); the auditor's assurance covers only up to get_attestation.asOf. Verify supply on-chain via get_attestation.contracts. / KGLD 현재 준비금·발행량·발행 가능량. 코르다 자체 집계.

### `get_attestation` (~132 tokens)

Auditor report & independent checks / 감사 보고서 정보

Independent auditor's proof-of-reserve report for KGLD: public PDF URL, SHA-256, as-of date, attested custody (troy oz), auditor name and reply domain; active token contract addresses with block-explorer links; and independentChecks — how to verify without trusting this server (hash the PDF, read totalSupply on-chain, compare). Start here for any 'is KGLD really backed' question. / 독립 감사 보고서 주소·해시·기준일·수탁량, 컨트랙트 주소·탐색기, 서버 밖 검증 방법.

### `request_verification` (~170 tokens)

Request human verification from the auditor / 진위 확인 요청

KGLD: ask the independent auditor to confirm the reserve report by email. Give ownerEmail (the requester's address): the auditor replies directly to that address from the auditor's own mail — this server is NOT in the reply path, so the reply cannot be fabricated by the issuer. The response returns verificationCode (the auditor writes it in the reply) and expectedSenderDomain. The requester checks: sender domain matches, code matches, hash/as-of match get_attestation. May take business days; may not be answered. Ask the user for their email before calling; call once per report. / 회계법인이 요청자 메일로 직접 답장. 호출 전 메일 주소 확인.

Input parameters:

- `ownerEmail` (string, required): 회계법인 답장을 받을 요청자 메일 주소

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/my-sitey-kgld-attestation/mcp#diagnostics

## Score history

- 2026-09-25: 66
- 2026-09-24: 65
- 2026-09-23: 65
- 2026-09-22: 64

## Common questions

### What is the KGLD Reserve Attestation MCP server?

KGLD Reserve Attestation is an MCP server listed in the public MCP registry as my.sitey/kgld-attestation. KGLD gold-token reserve proof: custody vs supply, auditor report hash, human verification by email. This page covers its hosted endpoint (https://mcp.sitey.my/mcp).

### Is the KGLD Reserve Attestation MCP server safe to use?

KGLD Reserve Attestation scores 66 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the KGLD Reserve Attestation MCP server expose?

KGLD Reserve Attestation exposes 3 tools: get_reserve, get_attestation, request_verification. Their descriptions and schemas cost roughly 394 tokens of context every time the server is loaded.

### Does the KGLD Reserve Attestation MCP server require authentication?

No. We connected to KGLD Reserve Attestation without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the KGLD Reserve Attestation MCP server still maintained?

KGLD Reserve Attestation is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.sitey.my/mcp
- Website: https://kgld-app.korda.im/ko/por
- Changelog RSS feed: https://verifymcp.io/servers/my-sitey-kgld-attestation/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/my-sitey-kgld-attestation/mcp.json
- HTML version of this page: https://verifymcp.io/servers/my-sitey-kgld-attestation/mcp
