Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Tru8 Evidence Research

io.github.samyatessmith/tru8

Source-traced evidence research for AI agents. We organise the evidence; you decide.

Uptime
100.0%
1 direct probes · 30d
Response
1089ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

tru8_check

Evidence research for a factual claim or article URL. Submit a claim as text or paste an article URL. URLs are auto-detected and trigger article mode: the pipeline extracts claims from the pa…

tru8_get_result

Retrieve a previously submitted check with pre-computed analytics. Returns the full result including a _computed block with tier/type distributions, corroboration groups, diagnostic values, t…

tru8_get_result_raw

Retrieve a previously submitted check without computed analytics. Returns claims, elements, evidence, and claim maps only. No _computed block. Smaller response payload. Use this when you will…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tru8_evidence_research": {
      "url": "https://api.trueight.com/mcp/",
      "transport": "streamable-http"
    }
  }
}