← Registry

Security & Testing

glyt.net

Manages approval workflows and verifies receipts for actions.

1 endpoint6 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://glyt.net/mcp

No auth detected

MCP server metadata

Name
glyt
Version
0.1.0
Capabilities
tools
Server instructions

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

discovery

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

Inferred read-only
verify_receipt

Verify a Glyt receipt against the exact action you are about to run.

Inferred read-only
get_receipt

Fetch a signed receipt envelope by id.

Inferred read-only
request_approval

Ask the operator behind this agent to approve a specific action.

Inferred read-only
check_approval

Poll one of your approval requests.

Inferred read-only
file_contest

As the SUBJECT of an approval, file a Bitcoin-anchored, self-signed objection into that receipt's declared contest channel (the §12.

Inferred read-only

CONNECT 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.

Trust status Trusted

glyt.net is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.