Home › Development › eleata Claim Verifier

eleata Claim Verifier

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

TypeScript Cloud
★ 1 stars Last pushed 2026-06-30

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "eleata-verify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "EVERIFY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • EVERIFY_API_KEY required secret — API key for the eleata Claim Verifier (paid Bearer or RapidAPI key)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry