← obeliskgate.com

INDIVIDUAL MCP TOOL

transparency_head

Read the current signed transparency head of Obelisk's tamper-evident receipt ledger — pin it and compare later to prove history only extends.

obeliskgate.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://obeliskgate.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for transparency_head and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

obeliskgate.com

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.obelisk-trust-tools]
url = "https://obeliskgate.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "obelisk-trust-tools": {
      "type": "http",
      "url": "https://obeliskgate.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: obelisk-trust-tools
Remote MCP URL: https://obeliskgate.com/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": {
    "obelisk-trust-tools": {
      "url": "https://obeliskgate.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "obelisk-trust-tools": {
      "type": "http",
      "url": "https://obeliskgate.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "obelisk-trust-tools",
  "transport": "streamable-http",
  "url": "https://obeliskgate.com/mcp"
}
MCP Inspector

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

Related tools

  • scan_trust — Run Obelisk's public trust scan on an https URL — TLS and security-header posture, scored as an Obelisk Rating.
  • verify_token — Verify that a JSON Web Token was minted by this Obelisk Gate (ES256, correct issuer) and report its type, subject, assurance, and principal.
  • get_org_rating — Read the public Obelisk Rating (0-100 score, trust band, and trend) for a registered organization by its slug.
  • gate_status — Read the Gate's public liveness facts: issuer, served code revision, OIDC availability, and supported protocols.
  • explain_rating — Deterministically explain what an Obelisk Rating number means: its trust band, how the public scan scores, and what typically moves a score.