dk.humanified/trinity-research
dk.humanified/trinity-researchFact-check claims against live web sources: verdict, consensus, cited sources, PII redaction.
Tools · 4
Verify a factual claim against multiple live web sources (Brave). Returns a JSON object with a verdict (supported / contradicted / unverified), a 0-1 consensus score, short reasoning, and the actual c…
Liveness probe. Returns 'pong' plus any supplied message.
Redact personally identifiable information (PII) from text — emails, phone numbers, IDs, names, etc. Returns the masked text plus a count of what was redacted by type. Privacy-by-default for research …
Synthesize multiple sources into a structured, cited brief. format: 'synthesis' (narrative), 'summary' (bullets), or 'integrated' (how sources connect). Cites inline as [n]; never invents facts beyond…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dk.humanified/trinity-research": {
"url": "https://trinity-v2-mcp.fly.dev/mcp",
"transport": "streamable-http"
}
}
}