mcpbeat Sign in

CiteGuard MCP Server

local only

CiteGuard runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from pypi. Last commit 16 Jul 2026.

Open watchdog for retracted & problematic citations: Retraction Watch, OpenAlex, Crossref.

Installs per day peak 35 · avg 11 · -43% w/w
a month agotoday
51
Installs / week
pypi · retractguard
0
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check CiteGuard every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add retractguard -- uvx retractguard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "retractguard": {
      "args": [
        "retractguard"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.retractguard]
command = "uvx"
args = ["retractguard"]
.cursor/mcp.json
{
  "mcpServers": {
    "retractguard": {
      "args": [
        "retractguard"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "retractguard": {
      "args": [
        "retractguard"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OPENALEX_API_KEY (OpenAlex API key (required for live OpenAlex lookups and watch_institution).), CITEGUARD_MAILTO (Contact email for the OpenAlex/Crossref polite pool.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CiteGuard

same job, measured the same way
Academic Research MCP
by themineworks

Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.

answering
Find Research Papers
by surendranb

Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.

68 installs/wk local only
Agentcite
by kevinx702

Fabrication-free, DOI-backed citations for AI agents — real openAlex sources, never hallucinated.

40 installs/wk local only
Trakkr
by macklpgr

AI visibility analytics for brands across citations, prompts, competitors, research, and reports.

239 installs/wk answering
Openalex MCP Server
by cyanheads

Access the OpenAlex academic research catalog — 270M+ publications.

821 installs/wk 5 tools answering
Sacred Texts MCP
by nexlab

Citation-oriented retrieval across six religious traditions

answering
Secant Agent Research Pack
by jnilrac

Paid MCP web research for agents: search, extraction, citations, and x402 payment discovery.

5 tools answering
Books & Papers MCP Server
by jmrplens

Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.

4 tools answering

CiteGuard — questions

Answers built from our own checks of this server.

Why is there no uptime for CiteGuard?
CiteGuard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package retractguard was installed 51 times last week.
How do I connect CiteGuard?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls retractguard straight from pypi; nothing to host, nothing to sign up for.
How many people use CiteGuard?
The pypi package retractguard was installed 51 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CiteGuard open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.