← Registry

Security & Testing

obeliskgate.com

This server provides security scanning, token verification, trust ratings, and transparency checks for web services.

1 endpoint6 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://obeliskgate.com/mcp

No auth detected

MCP server metadata

Name
obelisk-trust-tools
Version
1
Capabilities
tools
Server instructions

Read-only trust tools from Obelisk Gate: scan_trust, verify_token, get_org_rating, transparency_head, gate_status, explain_rating.

Known tools 6

scan_trust

Run Obelisk's public trust scan on an https URL — TLS and security-header posture, scored as an Obelisk Rating.

Inferred read-only
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.

Inferred read-only
get_org_rating

Read the public Obelisk Rating (0-100 score, trust band, and trend) for a registered organization by its slug.

Inferred read-only
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.

Inferred read-only
gate_status

Read the Gate's public liveness facts: issuer, served code revision, OIDC availability, and supported protocols.

Inferred read-only
explain_rating

Deterministically explain what an Obelisk Rating number means: its trust band, how the public scan scores, and what typically moves a score.

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for obeliskgate.com was fetched 2026-08-21T14:54:43.448Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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