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.
ENDPOINT 1
https://mcp.openglass.glass/mcp
MCP server metadata
- Name
- openglass
- Version
- 0.1.0
Known tools 8
invite_counterpartyConvenience 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-onlyaccept_inviteThe other half of start_session/invite_counterparty: accept an invite addressed to you (direct) or bearer a token for (open).
Inferred read-onlysend_messageAppend a signed, hash-chained message to an active session (POST /v1/sessions/{id}/messages).
Potential side effectsclose_sessionClose 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 effectsget_recordFetch the signed record for a closed session (GET /v1/records/{id}, or the full downloadable verification bundle with `bundle: true`).
Inferred read-onlyverify_agentTwo 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.