Security & Testing
obeliskgate.com
This server provides security scanning, token verification, trust ratings, and transparency checks for web services.
ENDPOINT 1
https://obeliskgate.com/mcp
MCP server metadata
- Name
- obelisk-trust-tools
- Version
- 1
Read-only trust tools from Obelisk Gate: scan_trust, verify_token, get_org_rating, transparency_head, gate_status, explain_rating.
Known tools 6
scan_trustRun Obelisk's public trust scan on an https URL — TLS and security-header posture, scored as an Obelisk Rating.
Inferred read-onlyverify_tokenVerify that a JSON Web Token was minted by this Obelisk Gate (ES256, correct issuer) and report its type, subject, assurance, and principal.
Inferred read-onlyget_org_ratingRead the public Obelisk Rating (0-100 score, trust band, and trend) for a registered organization by its slug.
Inferred read-onlytransparency_headRead the current signed transparency head of Obelisk's tamper-evident receipt ledger — pin it and compare later to prove history only extends.
Inferred read-onlygate_statusRead the Gate's public liveness facts: issuer, served code revision, OIDC availability, and supported protocols.
Inferred read-onlyexplain_ratingDeterministically explain what an Obelisk Rating number means: its trust band, how the public scan scores, and what typically moves a score.
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.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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.