MCP server that verifies claims against evidence with verdict, confidence, and abstain flag for hallucination guarding.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Eleata Verify MCP.
A grounding / hallucination guardrail for AI agents. Give it a claim and supporting
evidence; it returns whether the evidence Supports / Refutes / gives Not Enough Evidence
for the claim (natural-language inference), with a confidence and an abstained flag for
low-confidence cases. Wraps the hosted eleata Claim Verifier.
Use it as a fact-check / RAG hallucination guard: before an agent trusts or repeats a statement, check it against its source. Treat
abstained=true(or any verdict other than Supported) as "do not rely".
| Tool | What it does |
|---|---|
verify_claim(claim, evidence) | Is the claim supported by the evidence? Verdict + confidence + abstained. |
check_groundedness(answer, context) | RAG guard: is the model's answer grounded in the retrieved context? |
verify_strict(claim, evidence) | Same, with a higher abstention threshold โ for compliance/legal where a wrong "Supported" is costly. |
Get a key at https://eleata.io/checkout?p=verifypro (paid channel, sent as Authorization: Bearer).
For the RapidAPI marketplace channel, set EVERIFY_RAPIDAPI=1 and EVERIFY_API_BASE to the RapidAPI host
(the key is then sent as X-RapidAPI-Key).
Confidence is uncalibrated on the public channels (not a probability) โ rely on the verdict and the
abstained flag, not the raw number. The engine is a multilingual NLI model (mDeBERTa-v3-mnli-xnli).
verify sends your claim + evidence to the hosted API; see https://eleata.io/privacy/.
MIT licensed.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hernaninverso-eleata-verify-mcp)<a href="https://allmcps.com/mcp/hernaninverso-eleata-verify-mcp"><img src="https://allmcps.com/api/badge/hernaninverso-eleata-verify-mcp?style=directory" alt="Eleata Verify MCP on AllMCPs" /></a>