Enables per-claim citation verification for AI-generated text by fetching cited sources and judging whether they support the claim, with verdicts and evidence quotes.
| Tool name | Description | Destructive? |
|---|---|---|
| verify_claims | ✓ no | |
| check_document | ✓ no | |
| check_links | ✓ no |
{
"mcpServers": {
"citeguard": {
"command": "npx",
"args": [
"-y",
"citeguard"
]
}
}
}