Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Glyt

net.glyt/glyt

Human-in-the-loop approval for agent actions, with verifiable action-bound receipts.

Uptime
100.0%
1 direct probes · 30d
Response
1215ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available
Primary URL
https://glyt.net/mcp

Tools · 6

discovery

Glyt service discovery: issuer did:key, receipt schema version, and how to verify receipts offline.

verify_receipt

Verify a Glyt receipt against the exact action you are about to run. Returns {valid, decision, acr, not_after, reasons}. The authoritative check is offline against the issuer did:key; this is a conven…

get_receipt

Fetch a signed receipt envelope by id.

request_approval

Ask the operator behind this agent to approve a specific action. Requires a Colony token-exchange id_token (colony:operator) as `id_token`. Returns the request view; poll with check_approval. Nothing …

check_approval

Poll one of your approval requests. Requires the same `id_token`. Returns the request view, including the signed receipt once decided.

file_contest

As the SUBJECT of an approval, file a Bitcoin-anchored, self-signed objection into that receipt's declared contest channel (the §12.3 upper bound). You sign the contest with your OWN ed25519 key and s…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "glyt": {
      "url": "https://glyt.net/mcp",
      "transport": "streamable-http"
    }
  }
}