Loading MCP server directory, please wait...
Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.
npx @getmcp/cli add io.github.Franksterino/citeguardRequires Node.js 18+. Community-contributed server. Review source before installing.
CITEGUARD_JUDGE_KEYAPI key for the judge LLM (required for verify_claims/check_document; check_links works without it)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Franksterino/citeguard": {
"command": "npx",
"args": [
"-y",
"citeguard"
],
"env": {
"CITEGUARD_JUDGE_PRESET": "",
"CITEGUARD_JUDGE_KEY": ""
}
}
}
}