mcpbeat Sign in

eleata Claim Verifier MCP Server

local only

eleata Claim Verifier runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 30 Jun 2026.

Grounding/hallucination guard: verify a claim against evidence (Supported/Refuted/NEE).

Installs per day peak 23 · avg 7 · -7% w/w
a month agotoday
34
Installs / week
npm · eleata-verify-mcp
1
Stars
0 open issues
30 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check eleata Claim Verifier every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add eleata-verify-mcp -- npx -y eleata-verify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "eleata-verify-mcp": {
      "args": [
        "-y",
        "eleata-verify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.eleata-verify-mcp]
command = "npx"
args = ["-y", "eleata-verify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "eleata-verify-mcp": {
      "args": [
        "-y",
        "eleata-verify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "eleata-verify-mcp": {
      "args": [
        "-y",
        "eleata-verify-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVERIFY_API_KEY (API key for the eleata Claim Verifier (paid Bearer or RapidAPI key)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to eleata Claim Verifier

same job, measured the same way
Verirun
by baopeak

Execution-grounded verification for AI coding agents on Windows: evidence, not agent claims.

351 installs/wk local only
refcheck
by benchoi93

Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.

52 installs/wk local only
Legalcite
by kevinx702

Verify legal case citations against real court records; flag fake/hallucinated cites.

38 installs/wk local only
VeriGhost-Clarity
by evozim

Hallucination validator and factual grounding checker for LLM outputs.

answering
Triageshield
by vercel-triageshield

Verify a vuln report's file/line/function claims against a real GitHub repo.

1 tools answering
MCP Verify Claim
by sudo-ai-git

Force evidence-gated, tiered claim reporting (FACT/INFERENCE/SPECULATION). No-LLM.

94 installs/wk local only
Stillos Notary MCP
by stillmarcus24

Ed25519-signed verdicts resolved against real ground truth. Free claim/verify; paid bonded dispute.

407 installs/wk 5 tools answering
Openclaw Output Vetter MCP
by temurkhan13

Verify AI agent claims vs reality: inline grounding-check + swallowed-exception + transcript review.

173 installs/wk local only

eleata Claim Verifier — questions

Answers built from our own checks of this server.

Why is there no uptime for eleata Claim Verifier?
eleata Claim Verifier runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package eleata-verify-mcp was installed 34 times last week.
How do I connect eleata Claim Verifier?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls eleata-verify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use eleata Claim Verifier?
The npm package eleata-verify-mcp was installed 34 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is eleata Claim Verifier open source?
We cannot say either way: written in JavaScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.