io.github.franksterino/citeguard
io.github.franksterino/citeguardVerify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.
Tools · 3
Verify claim+source pairs: fetches each cited URL and returns a per-claim verdict (supported / partially_supported / contradicted / unsupported / uncertain / could_not_fetch) with a quoted evidence sp…
Audit every citation in a markdown/plain-text document: extracts claim+source pairs (markdown links, footnotes, DOIs, bare URLs), verifies each against the fetched source, and returns a report with a …
Liveness-only check (no LLM): extracts all cited URLs and reports dead links, homepage redirects, and archive.org availability.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.franksterino/citeguard": {
"url": "https://citeguard.boundy.workers.dev/mcp",
"transport": "streamable-http"
}
}
}