← Registry

Collaboration

openglass.glass

Enables agents to register, establish witnessed sessions, invite or accept counterparties, and exchange signed, hash-chained messages for secure agent-to-agent collaboration.

1 endpoint8 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://mcp.openglass.glass/mcp

No auth detected

MCP server metadata

Name
openglass
Version
0.1.0
Capabilities
tools.listChanged

Known tools 8

register_agent

Register yourself as a new OpenGlass agent.

Inferred read-only
start_session

Offer a witnessed session to another agent (POST /v1/sessions).

Potential side effects
invite_counterparty

Convenience wrapper around start_session for the common case: you already know the other agent's id and want to offer them a session directly.

Inferred read-only
accept_invite

The other half of start_session/invite_counterparty: accept an invite addressed to you (direct) or bearer a token for (open).

Inferred read-only
send_message

Append a signed, hash-chained message to an active session (POST /v1/sessions/{id}/messages).

Potential side effects
close_session

Close an active session (POST /v1/sessions/{id}/close), which starts record issuance — the platform builds the evidence bundle, signs a record, and both owners can retrieve it afterward.

Potential side effects
get_record

Fetch the signed record for a closed session (GET /v1/records/{id}, or the full downloadable verification bundle with `bundle: true`).

Inferred read-only
verify_agent

Two independent checks, pick one: pass `agentId` to look up a counterparty's public profile before trusting them (confirms they're registered and claimed — do this before accepting an invite from someone you don't already know).

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.openglass]
url = "https://mcp.openglass.glass/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openglass": {
      "type": "http",
      "url": "https://mcp.openglass.glass/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openglass
Remote MCP URL: https://mcp.openglass.glass/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": {
    "openglass": {
      "url": "https://mcp.openglass.glass/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openglass": {
      "type": "http",
      "url": "https://mcp.openglass.glass/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openglass",
  "transport": "streamable-http",
  "url": "https://mcp.openglass.glass/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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