Glyt
net.glyt/glytHuman-in-the-loop approval for agent actions, with verifiable action-bound receipts.
Tools · 6
Glyt service discovery: issuer did:key, receipt schema version, and how to verify receipts offline.
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…
Fetch a signed receipt envelope by id.
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 …
Poll one of your approval requests. Requires the same `id_token`. Returns the request view, including the signed receipt once decided.
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"glyt": {
"url": "https://glyt.net/mcp",
"transport": "streamable-http"
}
}
}