INDIVIDUAL MCP TOOL
trooth_verify
Verify a Trooth Trust Ledger Token (a signed, portable trust receipt in tlt2 / tlt form, or its JTI).
LIVE ENDPOINT
https://api.trooth.co/public/mcp
Connect to this endpoint to inspect the live schema for trooth_verify and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
trooth_public_trust_profile— Look up a company's published, witnessed Trust Profile on Trooth by domain or slug.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.trooth_ask— Ask about Trooth itself (products, pricing, methodology, how witnessing works).