fact_check
ActiveTool of verification-mcp
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."
}
}
}Parent server
verification-mcp
https://github.com/guptaprakhariitr/verification-mcp
2/7 registries