Open watchdog for retracted & problematic citations: Retraction Watch, OpenAlex, Crossref.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The free, open, OpenAlex-native watchdog for retracted and problematic citations.
CiteGuard tells you β and keeps telling you β when your references, your authors, or your institution's papers cite research the community has flagged as retracted, corrected, or subject to an expression of concern.
It exists because the existing options each fall short: scite is proprietary and paywalled,
RetractoBot had to license Scopus (no open citation database existed at the time), and
OpenAlex collapses all editorial status into a single is_retracted boolean that can't tell
a retraction from a correction β and has produced false positives in the past.
Now that the Retraction Watch dataset is open (via Crossref) and the OpenAlex citation graph is CC0, CiteGuard can do this fully in the open, for free.
Status: early development. Building the MVP. See
GOAL.mdfor the mission andCLAUDE.mdfor the build guide.
.bib file β get a per-reference
status: retracted, corrected, expression of concern, hijacked-journal, or clean.check_references, get_editorial_status, watch_institution) for Claude, Cursor, and
any MCP-compatible client.Integrity tooling can do real harm if it's wrong β a false "retracted" flag damages a real
author. CiteGuard is conservative by design: it corroborates before flagging, prefers
the documented editorial notice, and marks a work UNKNOWN rather than guess. Every core
capability ships with a published eval reporting precision and recall on a gold set.
One core, two surfaces.
Repository layout:
Requires Python 3.11+ and uv.
CiteGuard exposes get_editorial_status, check_references, and watch_institution
to any MCP client. After pip install retractguard (or uv tool install retractguard),
the retractguard-mcp command launches the stdio server.
Claude Desktop β add to claude_desktop_config.json:
Cursor / other clients β point them at the same retractguard-mcp command (stdio
transport). Running from a checkout instead of an install? Use
"command": "uv", "args": ["run", "retractguard-mcp"] with "cwd" set to the repo.
On first call the server downloads the Retraction Watch dump (~65 MB, free) into
CITEGUARD_DATA_DIR (default ./data). Editorial-notice lookups (Retraction Watch,
Crossref) need no key; OpenAlex corroboration and watch_institution do.
A thin web UI for people who don't live in an editor β paste DOIs or drop a .bib file,
get a per-reference status table.
Add Accept: application/json to POST /check to get the results as JSON instead of a
table. It reuses the same conservative resolution logic as the MCP server β no separate
code path, no separate trust model.
status.py β the normalized editorial-status model (foundation)retractionwatch.py β ingest + normalize the Retraction Watch dumpopenalex.py β keyed, ID-first clientchecker.py β DOI / .bib β statusesmcp_server.py β expose the three toolsevals/ β gold set + precision/recall harness (running from step 2 onward)CiteGuard is independent and not affiliated with these projects; it builds on their open data with gratitude.
MIT (see LICENSE) β permissive and maximally reusable, in keeping with the
open-science ethos in GOAL.md.
The code is CiteGuard's. The data it builds on is not and carries its own terms:
Retraction Watch (via Crossref) and OpenAlex/Crossref metadata. CiteGuard redistributes
only a tiny evaluation extract (see evals/fixtures/ATTRIBUTION.md); anything at scale
should be fetched from the upstream sources under their licenses.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/citeguard-2)<a href="https://allmcps.com/mcp/citeguard-2"><img src="https://allmcps.com/api/badge/citeguard-2?style=directory" alt="CiteGuard on AllMCPs" /></a>