# trust-tools [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://obeliskgate.com/mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/trust-tools

## Description
Website security ratings, token verification, and tamper-evident ledger heads from Obelisk Gate.

## Tools
Capabilities this server exposes over MCP:

- **scan_trust** — Run Obelisk's public trust scan on an https URL — TLS and security-header posture, scored as an Obelisk Rating. Read-only, SSRF-guarded.
- **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. Never returns secrets.
- **get_org_rating** — Read the public Obelisk Rating (0-100 score, trust band, and trend) for a registered organization by its slug.
- **verify_agent_run_proof** — Verify the structural integrity, agent binding, delegation continuity, and commitments of an Obelisk action-scoped run proof. Does not reveal or infer raw task data.
- **get_agent_proof** — Read an Obelisk agent's public proof vector by opaque proof id. Returns independent claims with freshness and scope; never a scalar trust score or a claim of non-humanness.
- **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. Same data as /.well-known/obelisk-transparency.json.
- **gate_status** — Read the Gate's public liveness facts: issuer, served code revision, OIDC availability, and supported protocols. No posture internals.
- **explain_rating** — Deterministically explain what an Obelisk Rating number means: its trust band, how the public scan scores, and what typically moves a score. Pure function of the number — no data is read.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: medium). Install path inferred — verify against the README before running it. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "trust-tools": {
    "url": "https://obeliskgate.com/mcp"
  }
}
```

## Documentation
No cached documentation available for this listing yet. Check the repository above for the README and setup instructions.

