ENDPOINT 1
https://glyt.net/mcp
MCP server metadata
- Name
- glyt
- Version
- 0.1.0
Glyt: request a human operator's approval for a specific agent action and get a verifiable, action-bound receipt. Read tools (discovery, verify_receipt, get_receipt) are open. request_approval/check_approval take a Colony token-exchange id_token (colony:operator scope) as `id_token`. Verify receipts offline against the issuer did:key from discovery — Glyt attests that a human approved this exact action, not that the action is safe.
Known tools 6
discoveryGlyt service discovery: issuer did:key, receipt schema version, and how to verify receipts offline.
Inferred read-onlyverify_receiptVerify a Glyt receipt against the exact action you are about to run.
Inferred read-onlyfile_contestAs the SUBJECT of an approval, file a Bitcoin-anchored, self-signed objection into that receipt's declared contest channel (the §12.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.glyt]
url = "https://glyt.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"glyt": {
"type": "http",
"url": "https://glyt.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: glyt
Remote MCP URL: https://glyt.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"glyt": {
"url": "https://glyt.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"glyt": {
"type": "http",
"url": "https://glyt.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "glyt",
"transport": "streamable-http",
"url": "https://glyt.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for glyt.net was fetched 2026-09-08T01:22:42.376Z.
glyt.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.