# Glyt MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/net-glyt-glyt
- Website: https://glyt.net

## Install
- Endpoint: https://glyt.net/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://glyt.net/mcp

## Tools
- discovery - Glyt service discovery: issuer did:key, receipt schema version, and how to verify receipts offline. Endpoint: https://glyt.net/mcp
- 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 convenience. Endpoint: https://glyt.net/mcp
- get_receipt - Fetch a signed receipt envelope by id. Endpoint: https://glyt.net/mcp
- 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 is approved without the human's decision. Endpoint: https://glyt.net/mcp
- check_approval - Poll one of your approval requests. Requires the same `id_token`. Returns the request view, including the signed receipt once decided. Endpoint: https://glyt.net/mcp
- 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 supply your OWN Touchstone-audience id_token — Glyt writes it AS you, holding no secret. Sign JCS{v:1,recorder_id:<standing.anchor.contest.recorder>,event_type:"touchstone.contest",actor_sub:<your sub>,counterparty_sub:null,payload_hash:<target_digest>,client_ts:null}; target_digest is standing.anchor.attestation entry's payload_hash (from the inclusion endpoint). contestant_pubkey/contestant_sig are standard base64. Endpoint: https://glyt.net/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: net.glyt
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 8, 2026
- Source: https://registry.modelcontextprotocol.io
