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.
ENDPOINT 1
https://api.trooth.co/public/mcp
MCP server metadata
- Name
- trooth-mcp
- Version
- 1.1.0
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_profileLook up a company's published, witnessed Trust Profile on Trooth by domain or slug.
Inferred read-onlytrooth_outside_in_readPerform 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-onlytrooth_askAsk about Trooth itself (products, pricing, methodology, how witnessing works).
Inferred read-onlytrooth_verifyVerify a Trooth Trust Ledger Token (a signed, portable trust receipt in tlt2 / tlt form, or its JTI).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.