← Registry

Security & Testing

trooth.co

Trooth is a trust network for the software economy that enables companies to create a verified public record of their identity, security, privacy, and AI practices for buyers to review.

1 endpoint4 known toolsFirst detected August 30, 2026Last detected September 16, 2026

ENDPOINT 1

https://api.trooth.co/public/mcp

No auth detected

MCP server metadata

Name
trooth-mcp
Version
1.1.0
Capabilities
toolsresourcesprompts
Server instructions

Trooth's public trust layer, queryable by AI agents. Everything here is read-only public data with honest provenance labels: witnessed profiles and Trust Ledger Tokens are signed evidence; outside-in reads are live neutral observations; unknown subjects return honest absences. Nothing is invented. Tools look up a Trust Profile, read a domain's public surface, verify a signed Trust Ledger Token, and answer questions about Trooth. Resources explain the methodology and provenance labels; prompts template common trust checks.

Known tools 4

trooth_public_trust_profile

Look up a company's published, witnessed Trust Profile on Trooth by domain or slug.

Inferred read-only
trooth_outside_in_read

Perform a live, neutral read of a domain's public security surface right now: HTTPS/TLS reachability, common security headers (HSTS, CSP, nosniff, frame protection, referrer policy), and /.well-known/security.txt.

Inferred read-only
trooth_ask

Ask about Trooth itself (products, pricing, methodology, how witnessing works).

Inferred read-only
trooth_verify

Verify a Trooth Trust Ledger Token (a signed, portable trust receipt in tlt2 / tlt form, or its JTI).

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.trooth-mcp]
url = "https://api.trooth.co/public/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trooth-mcp": {
      "type": "http",
      "url": "https://api.trooth.co/public/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trooth-mcp
Remote MCP URL: https://api.trooth.co/public/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": {
    "trooth-mcp": {
      "url": "https://api.trooth.co/public/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trooth-mcp": {
      "type": "http",
      "url": "https://api.trooth.co/public/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trooth-mcp",
  "transport": "streamable-http",
  "url": "https://api.trooth.co/public/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.

Indexed

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