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

Fidenta Verify

ai.noevant/fidenta-verify

Independent fact-checking for AI answers: a verdict and sources for every claim.

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

Tools · 5

verify_claims

Fact-check text against live web evidence from two independent retrievers, then have a model from a different lab audit the verdict. Returns per-claim verdicts: SUPPORTED, CONTRADICTED, UNSUPPORTED (s…

estimate_claims

FREE. Break text into checkable claims and report how many there are and how many credits verifying them would cost. Spends nothing and verifies nothing. Always call this before verify_claims on anyth…

top_up

Buy more verification credits without leaving the conversation. Call with confirm false (or omit it) to see the price, the card on file and the remaining monthly limit; call again with confirm true on…

recall_claim

Look up whether a claim has already been verified on this account, without spending a verification.

check_usage

Report how many verifications remain on this account for the current period.

How to use

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

{
  "mcpServers": {
    "fidenta_verify": {
      "url": "https://verify.noevant.ai/mcp",
      "transport": "streamable-http"
    }
  }
}