Skip to content

v1.0.0 — Evidentia becomes a runnable tool

Choose a tag to compare

@kgraph57 kgraph57 released this 12 Jun 08:57
6b98a44

Evidentia is now a deterministic citation-verification engine (CLI + MCP server) plus the 15-criteria appraisal skill — not just a prompt.

Highlights

  • Verifies every citation against CrossRef, PubMed, OpenAlex, and ClinicalTrials.gov — no API key.
  • 4-tier classification that distinguishes "real paper, wrong DOI" from "this paper does not exist".
  • Catches what humans miss: on a real AI-generated answer it flagged a fabricated DOI, a PMID pointing to an unrelated paper, and a wrong year (75% fabrication rate).
  • Clinical trials & grey literature: resolves NCT trial IDs; never false-flags a guideline, book (ISBN), or other non-indexed source as a hallucination.
  • CLI (evidentia check, --fail-on-fabrication for CI), MCP server (claude mcp add), and a Claude Code plugin.
  • 46 unit + 7 live tests; a 19-case live benchmark (100% pass).

Install

Claude Code plugin

/plugin marketplace add kgraph57/evidentia
/plugin install evidentia@evidentia

CLI (once published to npm)

npx evidentia check article.md

From source

git clone https://github.com/kgraph57/evidentia.git
cd evidentia && npm ci && npm run build
node dist/cli.js check article.md

Pre-publication aid for writers, editors, and researchers — not clinical decision support.

See the full changelog.