KGLD Reserve Attestation
KGLD gold-token reserve proof: custody vs supply, auditor report hash, human verification by email
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"kgld-attestation": {
"url": "https://test.sitey.my/mcp"
}
}
}Remote endpoints
https://test.sitey.my/mcpstreamable-httpWhat it can do
Tool inventory
Tools (3)
π’get_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 νμ¬ μ€λΉκΈΒ·λ°νλΒ·λ°ν κ°λ₯λ. μ½λ₯΄λ€ μ체 μ§κ³.
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}π’get_attestation
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. / λ 립 κ°μ¬ λ³΄κ³ μ μ£ΌμΒ·ν΄μΒ·κΈ°μ€μΌΒ·μνλ, 컨νΈλνΈ μ£ΌμΒ·νμκΈ°, μλ² λ° κ²μ¦ λ°©λ².
Input Schema
{
"type": "object",
"properties": {},
"$schema": "http://json-schema.org/draft-07/schema#"
}π’request_verification(ownerEmail)
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 Schema
{
"type": "object",
"properties": {
"ownerEmail": {
"type": "string",
"format": "email",
"maxLength": 255,
"description": "νκ³λ²μΈ λ΅μ₯μ λ°μ μμ²μ λ©μΌ μ£Όμ"
}
},
"required": [
"ownerEmail"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}Community
Evidence