{ "name": "eleata-verify-mcp", "mcpName": "io.github.hernaninverso/eleata-verify-mcp", "version": "0.1.1", "description": "MCP server for grounding / hallucination checking: verify a claim against evidence (Supported/Refuted/Not Enough Evidence) — for AI agents.", "type": "module", "bin": { "eleata-verify-mcp": "dist/index.js" }, "files": ["dist", "README.md"], "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "model-context-protocol", "hallucination", "groundedness", "fact-check", "nli", "rag", "guardrail", "claim-verification", "ai-safety"], "license": "MIT", "author": "eleata", "homepage": "https://eleata.io", "repository": { "type": "git", "url": "https://github.com/hernaninverso/eleata-verify-mcp.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "typescript": "^5.6.0", "@types/node": "^22.0.0" } }