eleata Claim Verifier
Rank #58,318io.github.hernaninverso/eleata-verify-mcp
Grounding/hallucination guard: verify a claim against evidence (Supported/Refuted/NEE).
eleata Claim Verifier is a Model Context Protocol (MCP) server published by hernaninverso. It ranks #58,318 of 115,460 servers tracked on MCP Toplist. eleata Claim Verifier is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 57,142 of 115,460 servers on MCP Toplist.
Use eleata Claim Verifier
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add eleata-verify-mcp -e "EVERIFY_API_KEY=<your EVERIFY_API_KEY>" -- npx -y eleata-verify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.eleata-verify-mcp]
command = "npx"
args = ["-y", "eleata-verify-mcp"]
[mcp_servers.eleata-verify-mcp.env]
EVERIFY_API_KEY = "<your EVERIFY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleata-verify-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-verify-mcp"
],
"env": {
"EVERIFY_API_KEY": "<your EVERIFY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleata-verify-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-verify-mcp"
],
"env": {
"EVERIFY_API_KEY": "<your EVERIFY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"eleata-verify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eleata-verify-mcp"
],
"env": {
"EVERIFY_API_KEY": "<your EVERIFY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleata-verify-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-verify-mcp"
],
"env": {
"EVERIFY_API_KEY": "<your EVERIFY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"eleata-verify-mcp": {
"command": "npx",
"args": [
"-y",
"eleata-verify-mcp"
],
"env": {
"EVERIFY_API_KEY": "<your EVERIFY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hernaninverso%2Feleata-verify-mcp)<a href="https://mcptoplist.com/server/io.github.hernaninverso%2Feleata-verify-mcp"><img src="https://mcptoplist.com/badge/io.github.hernaninverso%2Feleata-verify-mcp.svg" alt="MCP Toplist: #58,318 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
hernaninverso
Other servers by hernaninverso
- costwright — agent budget analysis#58,316 · 1 ver
- Eleata e-Invoice Validator#58,317 · 1 ver
- Eleion Scanner#58,319 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 30, 2026 |
Frequently asked questions
- Who maintains eleata Claim Verifier?
- eleata Claim Verifier is maintained by hernaninverso, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is eleata Claim Verifier listed on the Official MCP Registry?
- Yes — eleata Claim Verifier is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does eleata Claim Verifier have?
- MCP Toplist tracks 1 version of eleata Claim Verifier, most recently published on Jun 30, 2026.
- Where can I find the source code for eleata Claim Verifier?
- The source code for eleata Claim Verifier is hosted at github.com/hernaninverso/eleata-verify-mcp.