You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).

fact_check

Inactive

Tool of verification-mcp

declared in 0.1.0

Verify a factual claim against authoritative sources (Wikipedia, Wikidata, Crossref academic citations). Returns a verdict ('supported' / 'contradicted' / 'mixed' / 'unverified'), a 0–1 confidence score, and the list of sources with excerpts. Use this when an agent is about to assert a fact it isn't 100% sure of, or when post-processing LLM output to flag possibly-hallucinated claims.

Parameters schema

{
  "type": "object",
  "required": [
    "claim"
  ],
  "properties": {
    "claim": {
      "type": "string",
      "description": "A single factual claim, ideally one sentence. Longer text is truncated to 200 chars."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

verification-mcp

https://github.com/guptaprakhariitr/verification-mcp

2/7 registries
View full server →
fact_check — verification-mcp — PRSM MCP