Back to Browse

Cite Guard MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

CiteGuard is a well-designed research-integrity tool with clean architecture and proper separation of concerns. The code demonstrates good security practices: no hardcoded credentials, safe handling of environment variables for API keys, and conservative design patterns that prioritize accuracy over false positives. Minor code quality findings (broad exception handling, input validation patterns) are typical for early-stage tools and do not indicate security risks. Permissions align appropriately with the tool's purpose: network access for APIs, file I/O for caching, and environment variables for credentials are all expected for a citation-checking service. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

OpenAlex API key (required for live OpenAlex lookups and watch_institution).Required

Environment variable: OPENALEX_API_KEY

Contact email for the OpenAlex/Crossref polite pool.Optional

Environment variable: CITEGUARD_MAILTO

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lonexreb-retractguard": {
      "env": {
        "CITEGUARD_MAILTO": "your-citeguard-mailto-here",
        "OPENALEX_API_KEY": "your-openalex-api-key-here"
      },
      "args": [
        "retractguard"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!