cite_check
ActiveTool of verification-mcp
Verify that one or more cited URLs (a) resolve, (b) match the cited claim text, and (c) aren't retracted. Useful when an LLM produced inline citations and you want to confirm they're real and on-point. Pass DOIs directly (e.g. '10.1038/nature12373') or full URLs. Up to 25 per call.
Parameters schema
{
"type": "object",
"required": [
"citations"
],
"properties": {
"citations": {
"type": "array",
"items": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "URL or DOI of the cited source."
},
"claim": {
"type": "string",
"description": "Optional: the claim that this citation is meant to support. If provided, returns a match_score."
}
}
},
"maxItems": 25
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
verification-mcp
https://github.com/guptaprakhariitr/verification-mcp
2/7 registries