Citation Guard

Citation Guard

Verifies citations in reference lists by checking DOIs against public registries to catch AI-hallucinated or mismatched citations.

Category
访问服务器

README

Citation Guard 🛡️

Catches AI-hallucinated citations. Paste a reference list → every DOI is verified against live public registries. Free, open-source, zero extra credits.

One MCP server for Claude & ChatGPT.

Why this exists

AI models fabricate citations that look perfect — real-sounding authors, real journals, plausible DOIs. People have been sanctioned in court and had papers retracted over them. Citation Guard is the check.

Unlike the rest of this plugin family (which inject reasoning protocols), this one returns facts, not opinions — retrieved from doi.org, OpenAlex and Crossref. You can verify every verdict yourself.

The key insight

"The DOI resolves" is NOT proof the citation is real. A fabricated citation can carry a real DOI that points to a different paper.

So it verifies in two stages:

  1. doi.org/doiRA — does this DOI exist at any registration agency? (catches invented DOIs)
  2. OpenAlex / Crossref — fetch the paper the DOI actually points to, then check whether the cited text matches that paper's real title. This is what catches the sneaky ones.

Verdicts

Meaning
VERIFIED DOI exists and the cited text matches the real paper
FABRICATED DOI resolves nowhere — treat as invented
⚠️ MISMATCH DOI is real but belongs to a different paper — the classic hallucination signature
🚫 RETRACTED The paper exists but has been retracted
UNRESOLVED Registered, but no metadata retrievable — check by hand
NO_DOI Nothing to verify against — not a pass

Plus duplicate detection (same DOI cited twice).

Real example

1. ✅ VERIFIED — 10.1038/nature14539     → "Deep learning" — Yann LeCun (2015)
2. ❌ FABRICATED — 10.1234/jsi.2023.99999 → does not exist at any registration agency
3. ⚠️ MISMATCH — 10.1038/nature14539     → cited as "Blockchain Approaches to Feline Psychology",
                                            actually "Deep learning" — Yann LeCun (2015)
4. 🚫 RETRACTED — 10.1016/S0140-6736(97)11096-0 → Wakefield et al. 1998

Tools

  • verify_citations — check a whole reference list (up to 15 per call)
  • check_doi — resolve a single DOI: what paper is it really?

Use it

Citation Guard: check these references
[paste your bibliography, one per line]

Limits (honest ones)

  • 15 references per call — Cloudflare's free tier allows 50 subrequests and 6 concurrent connections per request; each reference costs up to 3 lookups. Batch larger lists.
  • No DOI = not checkable. Many valid works (arXiv preprints, books, NeurIPS papers) have no DOI. NO_DOI means "unknown", never "fake".
  • A ✅ means the DOI matches the cited title — it doesn't mean the paper supports the claim it's cited for.

Deploy your own (free)

npm install
npx wrangler deploy      # prints your live URL

Your connector URL is that address + /mcp.

Optional: set a CONTACT_EMAIL var to unlock Crossref's faster "polite pool" (10/s vs 5/s):

npx wrangler secret put CONTACT_EMAIL

It works fine without it. (It's an env var rather than hardcoded so nobody's email ends up in a public repo.)

Connect it

  • Claude (any plan): Settings → Connectors → Add custom connector → paste the /mcp URL
  • ChatGPT (Plus+, desktop web): Settings → Connectors → Advanced → Developer mode → add the /mcp URL, Auth None

Data sources

doi.org (registration agency lookup) · OpenAlex (metadata + retraction flags) · Crossref (metadata fallback). All free, all public.

License

MIT © 2026 Pranay Mahendrakar — free to use, modify, and share.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选