You're viewing a demo portfolio

Join the waitlist
PRSM

cite_check

Active

Tool of verification-mcp

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

verification-mcp

https://github.com/guptaprakhariitr/verification-mcp

2/7 registries
View full server →