Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.franksterino/citeguard

io.github.franksterino/citeguard

Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.

Uptime
100.0%
1 direct probes · 30d
Response
379ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

verify_claims

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…

check_document

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 …

check_links

Liveness-only check (no LLM): extracts all cited URLs and reports dead links, homepage redirects, and archive.org availability.

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"
    }
  }
}